jbrozenick / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

content "save as..." #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Attaching a patch implementing a simple "save as..." button in the content
tab. 

This is a useful feature because you can save anything that goes over the
wire, including stuff that's normally hard to get at (e.g. raw flv videos
from youtube).

Unfortunately for large files the content tab is hard to use, because it
attempts to display the entire file in a text area. It should probably only
display text files and/or small files.  (Even fancier would be to display
images as images, etc.) I wanted to include that in the patch but it looked
daunting for firefox noob, so I'm hoping you can do it. :) 

Original issue reported on code.google.com by nlev...@gmail.com on 6 Jan 2010 at 8:36

Attachments:

GoogleCodeExporter commented 9 years ago
httpfox-contentsaveas-r34.diff - updated patch that applies to HEAD (r34)

Original comment by nlev...@gmail.com on 10 Aug 2010 at 3:40

Attachments: