Closed
Bug 786858
Opened 12 years ago
Closed 7 years ago
Installs/changes to restartless addons shouldn't set PREF_PENDING_OPERATIONS
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: Unfocused, Unassigned)
References
Details
Installing or changing the state of a restartless addon results in XPIProvider.updateAddonDisabledState() to set PREF_PENDING_OPERATIONS - which in the next restart will cause us to go through the slow path of processFileChanges(). Most (or all?) of the time this should be unnecessary.
Comment 1•12 years ago
|
||
Regardless of whether the pref is set, the file mtime change will trigger us to go through the slow path anyway
Reporter | ||
Comment 2•12 years ago
|
||
Oh, right.
Though, I think solving that is as easy as just updating the mtime in extensions.installCache.
Comment 3•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•