Closed
Bug 1966113
Opened 3 months ago
Closed 3 months ago
Allow chrome.management.setEnabled for enterprise policy extensions
Categories
(WebExtensions :: General, enhancement)
WebExtensions
General
Tracking
(firefox-esr128 fixed, firefox139- fixed, firefox140 fixed)
RESOLVED
FIXED
140 Branch
People
(Reporter: mkaply, Assigned: mkaply)
References
(Blocks 2 open bugs)
Details
Attachments
(3 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-esr128+
|
Details | Review |
Chrome documentation: https://developer.chrome.com/extensions/management#method-setEnabled
Creating a separate bug for just the enterprise implementation of setEnabled so we don't close the main bug.
Assignee | ||
Comment 1•3 months ago
|
||
Pushed by mozilla@kaply.com:
https://hg.mozilla.org/integration/autoland/rev/b91dfc46189f
Allow setEnabled for policy installed extensions. r=robwu
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a9e71301c96f
Revert "Bug 1966113 - Allow setEnabled for policy installed extensions. r=robwu" for xpcshell failures on test_ext_management_policy.js
Comment 4•3 months ago
|
||
Backed out for xpcshell failures on test_ext_management_policy.js
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/a9e71301c96f2357970c718b44e4992265451df0
Log link: https://treeherder.mozilla.org/logviewer?job_id=508078907&repo=autoland&lineNumber=3811
Flags: needinfo?(mozilla)
Pushed by mozilla@kaply.com:
https://hg.mozilla.org/integration/autoland/rev/b2c3c158a36e
Allow setEnabled for policy installed extensions. r=robwu
Comment 7•3 months ago
|
||
I'm not going to track this as something that absolutely must ship in 139, but I'm happy to consider an uplift request if it's ready to go in time.
Flags: in-testsuite+
Comment 8•3 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 months ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Assignee | ||
Comment 9•3 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D247771
Updated•3 months ago
|
Attachment #9488315 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 10•3 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D247771
Updated•3 months ago
|
Attachment #9488316 -
Flags: approval-mozilla-esr128?
Comment 11•3 months ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined: Functionality unavailable to enterprise addons
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: N/A
- Risk associated with taking this patch: Low
- Explanation of risk level: Seldom used feature, policy only
- String changes made/needed: None
- Is Android affected?: no
Comment 12•3 months ago
|
||
firefox-esr128 Uplift Approval Request
- User impact if declined: Functionality unavailable to enterprise addons
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: N/A
- Risk associated with taking this patch: Low
- Explanation of risk level: Seldom used feature, policy only
- String changes made/needed: No
- Is Android affected?: no
Updated•3 months ago
|
Attachment #9488315 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•3 months ago
|
Attachment #9488316 -
Flags: approval-mozilla-esr128? → approval-mozilla-esr128+
Updated•3 months ago
|
status-firefox139:
--- → fixed
Updated•3 months ago
|
status-firefox-esr128:
--- → fixed
Comment 13•3 months ago
|
||
uplift |
Comment 14•3 months ago
|
||
uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•