Closed
Bug 1855405
Opened 2 years ago
Closed 2 years ago
Add `disableExtensionProcessSpawning()` method to the `WebExtensionController`
Categories
(GeckoView :: Extensions, task)
Tracking
(firefox120 fixed)
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
We'd like to have a disableExtensionProcessSpawning() method on the controller as a counterpart of the enableExtensionProcessSpawning() one. Currently, when the user gives up (i.e. accepts to run without add-ons for the rest of the session), GeckoView/Gecko doesn't know about it (Fenix does nothing in this case).
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → wdurand
Status: NEW → ASSIGNED
Updated•2 years ago
|
Attachment #9355275 -
Attachment description: WIP: Bug 1855405 - Add `disableExtensionProcessSpawning()` method to the `WebExtensionController` → Bug 1855405 - Add `disableExtensionProcessSpawning()` method to the `WebExtensionController`
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/83339fe94a75
Add `disableExtensionProcessSpawning()` method to the `WebExtensionController` r=geckoview-reviewers,amejiamarmol,zmckenney
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•