Open Bug 1904781 Opened 3 months ago

Allow to update local overrides from the netmonitor

Categories

(DevTools :: Debugger, task)

task

Tracking

(Not tracked)

People

(Reporter: jdescottes, Unassigned)

References

(Blocks 1 open bug)

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.

You need to log in before you can comment on or make changes to this bug.