Get rid of the hidden window usage to get a WebSocket object
Categories
(DevTools :: General, task, P3)
Tracking
(firefox131 fixed)
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: Felipe, Assigned: gregp)
References
Details
Attachments
(1 file)
There are two places in the developer tools codebase [1] [2] where the hidden window is used to get access to a WebSocket object. We should figure out a way to make that getter lazy or switch to some alternative to using the hidden window.
[1] https://searchfox.org/mozilla-central/rev/ec489aa170b6486891cf3625717d6fa12bcd11c1/remote/server/WebSocket.jsm#18
[2] https://searchfox.org/mozilla-central/rev/ec489aa170b6486891cf3625717d6fa12bcd11c1/devtools/shared/builtin-modules.js#375
Comment 1•6 years ago
|
||
CC'ing Alex to put this on his radar as this is related to DevTools' protocol transport layer.
Marking as a P3 for now since the parent bug does not seem to have any priority associated to it. If the perf benefits of doing this change are big enough for Firefox, we should probably bump this.
Updated•2 years ago
|
Assignee | ||
Comment 2•5 months ago
|
||
Updated•5 months ago
|
Comment 4•5 months ago
|
||
bugherder |
Description
•