Implement "Save as File" in context menu
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(relnote-firefox 123+, firefox123 fixed)
People
(Reporter: yfdyh000, Assigned: aa1ronham)
Details
Attachments
(1 file)
Updated•7 years ago
|
Updated•6 years ago
|
Comment 2•6 years ago
|
||
See also: bug 966209 which implemented a "Save Image As" context menu entry 2 years ago.
Not sure if that implementation reads from the cache or re-requests the image.
It feels like for "static" resources such as CSS, JS, Fonts and Media, it could be safe to just do a new request.
For video, it might actually be better to do a new request because of the partial content stuff?
Updated•2 years ago
|
The implementation of the 'Save Image As' context menu already supported
working with arbitrary response content, but it was only displayed for
responses with an 'image/' MIME type.
This patch removes the MIME type restriction, renames the context menu
option to 'Save Response As', and adds a test (the old 'Save Image As'
option seems to have lacked any tests).
Updated•11 months ago
|
Updated•11 months ago
|
Comment 5•11 months ago
|
||
bugherder |
Comment 6•11 months ago
|
||
Aaron, is that worth a mention in our release notes? Thanks
Yes - I think many people are going to find this useful. Is there anything else that I need to do to get this added to the release notes?
Comment 8•11 months ago
•
|
||
You can follow the instructions in https://wiki.mozilla.org/Release_Management/Release_Notes_Nomination to nominate this bug for release notes addition directly in Bugzilla.
Release Note Request (optional, but appreciated)
[Why is this notable]: Allows developers to save a network response to disk, avoiding the need to use an external tool to resend the request with the proper headers and request body.
[Affects Firefox for Android]: No
[Suggested wording]: The Network Monitor now supports saving a response body to disk through the 'Save Response As' context menu item. This replaces the 'Save Image' context menu item, which only supported saving images.
[Links (documentation, blog post, etc)]:
Comment 10•10 months ago
|
||
Note added to our 123 nightly release notes, thanks!
Updated•10 months ago
|
Updated•9 months ago
|
Description
•