Closed
Bug 961174
Opened 12 years ago
Closed 8 years ago
Code to determine if add-ons are compatible with a new program version is duplicated
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: Irving, Unassigned)
References
Details
We have duplicated or partly duplicated code to check whether installed add-ons are compatible with a new version of the application in four places:
https://hg.mozilla.org/mozilla-central/file/9bcc52594322/browser/base/content/aboutDialog.js#l383
https://hg.mozilla.org/mozilla-central/file/9bcc52594322/browser/metro/base/content/flyoutpanels/AboutFlyoutPanel.js#l374
https://hg.mozilla.org/mozilla-central/file/9bcc52594322/toolkit/mozapps/update/nsUpdateService.js#l2850
https://hg.mozilla.org/mozilla-central/file/9bcc52594322/toolkit/mozapps/update/content/updates.js#l546
This should probably be moved into a shared utility.
Comment 1•8 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: 8 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•