Not able to save individual selected requests to HAR
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(firefox136 fixed)
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: 13hurdw, Assigned: xpresskaran98)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Comment 1•6 years ago
|
||
Thanks for the report!
Agree, this would be useful feature.
Honza
Updated•5 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 3•2 months ago
|
||
Hi,
Thank you for reporting this issue. I’d like to work on implementing the feature to save a single request as a HAR file.
To clarify, this would involve:
-
Adding an option in the context menu (right-click) to "Save Selected Request as HAR."
-
Ensuring the functionality integrates well with the current "Save All as HAR" feature.
Regarding the issue with selecting multiple requests using CTRL, I’ll look into whether this is related or would require a separate fix.
Please let me know if there are any guidelines or specifics I should keep in mind while working on this. Looking forward to your feedback!
Assignee | ||
Comment 4•2 months ago
|
||
Hi,
Just following up on my previous comment to express my continued interest in working on this issue. If there's anything specific you’d like me to keep in mind or if I should coordinate with someone, please let me know.
Looking forward to your feedback!
Assignee | ||
Comment 5•2 months ago
|
||
The selected request can be saved in .har file.
Updated•2 months ago
|
Comment 6•2 months ago
|
||
Sorry about the delay, most of us were on holiday break for the past few weeks.
(In reply to Karan Yadav from comment #3)
[...]
Regarding the issue with selecting multiple requests using CTRL, I’ll look into whether this is related or would require a separate fix.
I wouldn't try to address this. At the moment only one request can be selected in the netmonitor, and this drives the content of the sidepanel which shows the request's details. Changing this to allow several requests to be selected would require some changes on the UI/UX side as well.
Please let me know if there are any guidelines or specifics I should keep in mind while working on this. Looking forward to your feedback!
You managed to submit a patch already, so you probably figured most of the basics already, but just in case we have docs at https://firefox-source-docs.mozilla.org/setup/contributing_code.html
When possible, we should also try to write tests when adding new features, I'll try to give some pointers on Phabricator.
Assignee | ||
Comment 7•2 months ago
|
||
Comment 9•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/42c999e7ecd2
https://hg.mozilla.org/mozilla-central/rev/55a6e700fddc
Description
•