Open
Bug 1918719
Opened 3 months ago
Updated 2 months ago
Implement DEVELOPER_TOOLS in runtime.getContexts()
Categories
(WebExtensions :: General, enhancement, P3)
WebExtensions
General
Tracking
(Not tracked)
NEW
People
(Reporter: robwu, Unassigned)
References
Details
(Whiteboard: [wecg][addons-jira])
We should add a DEVELOPER_TOOLS
context to the runtime.getContexts()
implementation.
When we implemented runtime.getContexts()
in bug 1875480, we intentionally omitted devtools contexts since they were not specified yet: https://searchfox.org/mozilla-central/rev/ab8043ccefe85c30ef78b97193918934d6aa93d1/toolkit/components/extensions/ExtensionParent.sys.mjs#841-845
In https://github.com/w3c/webextensions/issues/670 the devtools context was discussed, resulting in a PR at https://github.com/w3c/webextensions/pull/675 that updates the proposal at https://github.com/w3c/webextensions/blob/main/proposals/runtime_get_contexts.md
Updated•3 months ago
|
Updated•2 months ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•