Closed
Bug 1708238
Opened 4 years ago
Closed 4 years ago
Logic in ExtensionPolicyService::InjectContentScripts is incompatible with cross-origin subframes
Categories
(WebExtensions :: General, defect, P1)
WebExtensions
General
Tracking
(Fission Milestone:M7a, firefox90 fixed)
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: nika, Assigned: zombie)
References
Details
Attachments
(1 file)
The code currently tracks MessageManager instances to locate toplevel in-process DocShell instances, however no framescripts will be loaded, and therefore the messagemanagers will never be located, for remote subframes.
This should be changed to instead iterate using a mechanism like BrowsingContextGroups.
Assignee | ||
Comment 1•4 years ago
|
||
Patch mostly by Nika Layzell; test, some tweaks (and all bugs) by me.
Updated•4 years ago
|
Assignee: nobody → tomica
Status: NEW → ASSIGNED
Updated•4 years ago
|
Severity: -- → S2
Priority: -- → P1
Updated•4 years ago
|
Fission Milestone: ? → M7a
Updated•4 years ago
|
Attachment #9219753 -
Attachment description: Bug 1708238 - Stop relying on messagemanager in ExtensionPolicyService.h → Bug 1708238 - Stop relying on messagemanager in ExtensionPolicyService
Pushed by tjovanovic@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9c92eba1dfa0
Stop relying on messagemanager in ExtensionPolicyService r=robwu,geckoview-reviewers,agi
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•