Open
Bug 1665712
Opened 4 years ago
Updated 4 years ago
Call watchResources from a single place in the Debugger
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Blocks 2 open bugs)
Details
Bug 1620280 is going to introduce a second call to ResourceWatcher.watchResources from the Debugger frontend:
https://searchfox.org/mozilla-central/search?q=.watchResources%28&path=devtools%2Fclient%2Fdebugger%2F&case=true®exp=false
But in another place from the existing one.
We should somehow refactor one of the two, or the two, in order to do that only from one place.
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•