Open
Bug 1914946
Opened 1 year ago
Updated 3 months ago
BroadcastChannel IPC should be modernized to not be ManualDealloc / virtual
Categories
(Core :: DOM: postMessage, enhancement)
Core
DOM: postMessage
Tracking
()
ASSIGNED
People
(Reporter: asuth, Assigned: asuth)
References
(Blocks 1 open bug)
Details
BroadcastChannel is currently ManualDealloc and virtual but should be modernized to not be. There's no real urgency to this as BroadcastChannel usage is sound, but it does make things more analytically complicated than they need to be when it comes to things like mozilla::ipc::ActorLifecycleProxy interactions. In particular as we move to implement bug 1853706 we would want all of its managed actors to not be ManualDealloc.
You need to log in
before you can comment on or make changes to this bug.
Description
•