Closed
Bug 1460228
Opened 7 years ago
Closed 7 years ago
Move NetworkEventActor to its own module
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(firefox62 fixed)
RESOLVED
FIXED
Firefox 62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: dt-fission)
Attachments
(1 file)
devtools/server/actors/webconsole.js is very big and contains NetworkEventActor which could be pulled of in its own module.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → poirot.alex
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
It isn't clear why, but it may speed up "custom.jsdebugger.open":
https://treeherder.mozilla.org/perf.html#/comparesubtest?originalProject=try&originalRevision=6ca283f776f569d6f5e4a1805d8154e87f55f3af&newProject=try&newRevision=1983e2e0f693ec67d3fd921f75dfcbd21237fa40&originalSignature=f79b6a4f1f8f53326d3056f6c8008c0ff4de0a94&newSignature=f79b6a4f1f8f53326d3056f6c8008c0ff4de0a94&showOnlyConfident=1&framework=1
Green try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1983e2e0f693ec67d3fd921f75dfcbd21237fa40&selectedJob=177646613
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8974318 [details]
Bug 1460228 - Move NetworkEventActor to its own module.
https://reviewboard.mozilla.org/r/242638/#review250092
Seems like a good cleanup! :) Curious that it helps perf as well...
Attachment #8974318 -
Flags: review?(jryans) → review+
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a9ff6f58c296
Move NetworkEventActor to its own module. r=jryans
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•6 years ago
|
Product: Firefox → DevTools
Assignee | ||
Updated•6 years ago
|
Whiteboard: dt-fission
You need to log in
before you can comment on or make changes to this bug.
Description
•