Closed
Bug 1633396
Opened 5 years ago
Closed 5 years ago
Don't check the blocklist for builtin/system addons
Categories
(Toolkit :: Add-ons Manager, enhancement, P3)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: aswan, Assigned: aswan)
Details
Attachments
(1 file)
Follow-up from https://bugzilla.mozilla.org/show_bug.cgi?id=1625181#c13 in which Gijs says:
I think we now still do this work when a blocklist update comes in, because we ask the add-on manager for a list of all installed add-ons which (I think) includes these ones. Should we avoid updating blocklist states there, too?
Its a good point, that bug was primarily about deferring the load of Blocklist.jsm until later in startup, but this is additional unneeded work and also slightly inconsistent behavior (the fact that system addons are checked against the blocklist during updates but not during startup), lets clean this up by not checking these addons against the blocklist at all.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → andrew.swan
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a3422c3f110b
Skip blocklist checks for system/builtin addons r=zombie
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•