Closed
Bug 1806404
Opened 2 years ago
Closed 2 years ago
Remove content process message forwarding code from the server codebase
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(firefox110 fixed)
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Followup from: https://phabricator.services.mozilla.com/D164703#inline-908642
This is the only place we were listening for those type of messages, so we should be able to remove the server implementation:
https://searchfox.org/mozilla-central/search?q=ContentProcessMessages&path=&case=false®exp=false
https://searchfox.org/mozilla-central/search?q=ContentProcessListener&path=&case=false®exp=false
https://searchfox.org/mozilla-central/search?q=content-process-forward&path=&case=false®exp=false
Assignee | ||
Comment 1•2 years ago
|
||
This was legacy code and isn't used by today's browser toolbox.
Instead we retrieve the content process messages directly from ContentProcess or BrowsingContext targets.
Updated•2 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/814b8be507e0
[devtools] Remove code related to content process message forwarding. r=nchevobbe
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•