Audit existing fission-compatible actors to see if we should add messagemanagergroup restrictions to them
Categories
(Firefox :: General, task, P3)
Tracking
()
People
(Reporter: Gijs, Unassigned)
References
Details
Support for these was added in bug 1557118. From a casual look for gBrowser
mentions in browser/actors/
, it would seem that a bunch of these are relying on the browser in which the child content runs being a tabbed browser. I expect a lot of them could get away with not running on other frames. This could save us some memory / CPU.
On the other hand, we'd need to be careful not to accidentally break functionality in e.g. webextension frames that we'd expect to continue working.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
This bug doesn't need to block Fission MVP.
Updated•5 years ago
|
Comment 2•4 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Updated•4 years ago
|
Reporter | ||
Comment 3•8 months ago
|
||
Looking at these again I'm more convinced that any uses of gBrowser are bugs and things like webrtc indicators, meta tag handling, form validation, the date/time picker and in-content prompts (
alert` etc.) probably should work everywhere including for webextensions, and where they don't that just needs fixing - but we don't need to use this bug for that.
Updated•8 months ago
|
Description
•