Open
Bug 1611142
Opened 1 year ago
Updated 8 months ago
Replace usage of sendSyncMessage for frame data
Categories
(WebExtensions :: General, enhancement, P2)
WebExtensions
General
Tracking
(Not tracked)
NEW
People
(Reporter: zombie, Unassigned)
References
Details
There are no sync messages with fission. My plan is to store frame data in cpmm.sharedMem, keyed off browserId from Mossop's bug 1580766.
I think we can also use the existence of that same frame data to replace usage of message managers and frame scripts and tab-content-frameloader-created
observer notification to control into which documents we want to inject content script/extension apis.
https://searchfox.org/mozilla-central/rev/e878e5b8/toolkit/components/extensions/ExtensionPolicyService.cpp#464
https://searchfox.org/mozilla-central/rev/e878e5b8/browser/base/content/tab-content.js#111
Reporter | ||
Updated•1 year ago
|
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•