Closed
Bug 1904781
Opened 8 months ago
Closed 13 days ago
Allow to update local overrides from the netmonitor
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1849920
People
(Reporter: jdescottes, Unassigned)
References
Details
The local override is currently only available from the debugger. However, we could expand the feature to override any request (html, css etc...). Since we don't have a unified source tree at the moment, we could instead add a context menu item for netmonitor requests.
The main goal is to be able to reliably update the override for HTML files (bug 1849920) which will only be displayed in the Debugger's source tree if there is a script inside (meaning that it can disappear from the debugger if you remove the script).
But there's no reason to limit the feature to scripts+html, we can just open this up to any resource.
Reporter | ||
Updated•13 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•