Closed
Bug 1759932
Opened 3 years ago
Closed 3 years ago
Support for `world: 'ISOLATED'` in `scripting.ScriptInjection`
Categories
(WebExtensions :: General, task, P2)
WebExtensions
General
Tracking
(firefox100 fixed)
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: [addons-jira])
Attachments
(1 file)
Similar to Bug 1758007 but for the world
parameter in the ScriptInjection
type.
(Chrome's) Execution worlds are described in: https://developer.chrome.com/docs/extensions/reference/scripting/#type-ExecutionWorld.
Note that we already have Bug 1736575 for the implementation of supporting all execution worlds.
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → wdurand
Status: NEW → ASSIGNED
Assignee | ||
Updated•3 years ago
|
Summary: Support for `world: 'MAIN'` in `scripting.ScriptInjection` → Support for `world: 'ISOLATED'` in `scripting.ScriptInjection`
Assignee | ||
Comment 2•3 years ago
|
||
I got it wrong when I filed the issue last night... We do have some kind of 'ISOLATED'
world already because we use a sandbox.
Updated•3 years ago
|
Attachment #9268151 -
Attachment description: Bug 1759932 - Add support for `world: 'MAIN'` in `scripting.ScriptInjection`. r?robwu! → Bug 1759932 - Add support for `world: 'ISOLATED'` in `scripting.ScriptInjection`. r?robwu!
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4f98ac73433c
Add support for `world: 'ISOLATED'` in `scripting.ScriptInjection`. r=robwu
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
Comment 5•2 years ago
|
||
I submitted mdn/content docs at https://github.com/mdn/content/pull/24316 and BCD at https://github.com/mdn/browser-compat-data/pull/18878
Keywords: dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•