Closed
Bug 1652500
Opened 5 years ago
Closed 5 years ago
ExtensionXPCSellUtils ContentPage browser should set CHROME_REMOTE_WINDOW chromeFlag if the extension is remote
Categories
(WebExtensions :: General, task)
WebExtensions
General
Tracking
(firefox80 fixed)
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: rpl, Assigned: rpl)
References
Details
Attachments
(1 file)
This is a follow up for the changes recently introduced by Bug 1580811, in particular the changes applied in 0bfd6bae286a to ExtensionXPCShellUtils.jsm:
In ContentPage's _initBrowser we set the Ci.nsIWebBrowserChrome.CHROME_REMOTE_WINDOW if this.remote is set to true, but it doesn't currently take into account that later in the same function we may set this.remote
to true
if the extension is remote.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → lgreco
Status: NEW → ASSIGNED
Pushed by luca.greco@alcacoop.it:
https://hg.mozilla.org/integration/autoland/rev/e5e372c3c13a
ContentPage browser should have CHROME_REMOTE_WINDOW chromeFlag if extension.remote is true. r=zombie
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•