Closed
Bug 1751047
Opened 3 years ago
Closed 3 years ago
Remove runtime support for intr messages from MessageChannel
Categories
(Core :: IPC, task)
Core
IPC
Tracking
()
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
All uses of the intr
message type have been removed from our tree, and the only remaining uses are now in IPDL tests. As these tests are never run, we don't need runtime support for intr messages anymore.
This bug tracks removing all runtime support for intr messages from MessageChannel.
Assignee | ||
Comment 1•3 years ago
|
||
All uses of the intr message type have been removed from the tree, and the only
remaining uses are in IPDL tests, which currently do not test the IPDL runtime.
This test fully removes support for intr messages from the MessageChannel
interface.
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fb12885cca33
Remove support for intr messages from IPC, r=ipc-reviewers,mccr8
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•