Open
Bug 1507255
Opened 7 years ago
Updated 3 years ago
System addons aren't updated if media.gmp-manager.updateEnabled is false
Categories
(Toolkit :: Add-ons Manager, enhancement, P5)
Tracking
()
ASSIGNED
People
(Reporter: aswan, Assigned: rhelmer)
References
Details
The system addon update checker uses ProductAddonChecker.jsm which is shared with GMP updates, but code inside ProductAddonChecker checks media.gmp-provider.updateEnabled unconditionally, which means that if that pref is set to false, we skip system addon update checks.
Since we also have a separate pref extensions.systemAddon.update.enabled, I don't believe this was intentional.
Assignee | ||
Comment 1•7 years ago
|
||
Definitely not intended. I can fix this up.
Assignee: nobody → rhelmer
Status: NEW → ASSIGNED
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•