WebExtensions: moz-extension files when loaded in iframes get content script scope/privileges
Categories
(WebExtensions :: Frontend, defect, P3)
Tracking
(Not tracked)
People
(Reporter: jacobbarkdull, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: parity-chrome, testcase)
Attachments
(1 file)
5.83 KB,
application/zip
|
Details |
Reporter | ||
Comment 1•8 years ago
|
||
Updated•8 years ago
|
Reporter | ||
Comment 2•8 years ago
|
||
Reporter | ||
Updated•8 years ago
|
Comment 3•8 years ago
|
||
Comment 5•8 years ago
|
||
Updated•7 years ago
|
![]() |
||
Comment 7•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 11•6 years ago
|
||
This works now in latest Nightly.
Reporter | ||
Comment 12•6 years ago
|
||
(In reply to ExE Boss from comment #11)
This works now in latest Nightly.
It does not work. This is not fixed. I just tested in Firefox Nightly 71.0a1 (2019-09-15) (64-bit).
Did you try the demo extension I provided?
The demo still behaves the same as it did when I submitted this bug report almost 2 years ago.
Whereas it continues to work perfectly in Chrome.
Perhaps there is a preference that I need to change before it will work?
If so, I don't think this bug should be marked as fixed until that preference is set that way by default.
Comment 13•6 years ago
|
||
Parts of fission have indeed landed in Nightly, but are currently behind a pref, and not yet ready for turning on by default.
Besides bug 1429896, functionality in this bug also depends on changes to Web Extension framework to adapt it for fission, which are being worked on in bug 1573488 and dependencies.
Additionally, this bug might not be part of the initial rollout of Fission for extensions, the main focus will be getting all existing extensions functionality working with Fission before adding new features that are enabled by it.
Reporter | ||
Comment 14•6 years ago
|
||
Thank you for clarifying for me Tomislav. I'm glad this is still being worked on and that it seems to be coming along nicely.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 15•6 years ago
|
||
As described in comment 13, this doesn't need to block Fission (it is only enabled by Fission).
Updated•3 years ago
|
Comment 16•1 month ago
|
||
Any update on this? My extension uses extension privileges in iframes like SharedArrayBuffer and extension scripts, and I'd like easy access to those without messaging
Description
•