Closed
Bug 1671419
Opened 4 years ago
Closed 4 years ago
Avoid unecessary computing when updating watch resources
Categories
(DevTools :: Framework, defect)
DevTools
Framework
Tracking
(Fission Milestone:MVP, firefox83 fixed)
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The watcher actor is currently emitting messages over IPC with empty resource type lists.
https://searchfox.org/mozilla-central/source/devtools/server/actors/watcher.js#274-277
This is probably harmless, but we could probably save a few cycle by doing nothing if the target specific list is empty.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → poirot.alex
Assignee | ||
Updated•4 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•4 years ago
|
||
Comment 2•4 years ago
|
||
Tracking dt-fission-m2-reserve bugs for Fission MVP.
Fission Milestone: --- → MVP
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/247c0c79dc07
[devtools] Avoid updating resource types if the list is empty. r=nchevobbe
Updated•4 years ago
|
Whiteboard: dt-fission-m2-reserve → dt-fission-m2-mvp
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•