Closed
Bug 690699
Opened 14 years ago
Closed 14 years ago
Addon Manager severely broken if autoUpdateDefault preference is missing
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: glazou, Assigned: Unfocused)
References
Details
(Keywords: regression, Whiteboard: [fixed-in-fx-team])
Attachments
(1 file)
1.09 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
Undocumented pref "extensions.update.autoUpdateDefault" breaks the Addon Manager
if it's not defined, because the call to that pref in AddonManager.jsm is
not try/catch'd. It _must_ be try/catch'd...
Since that preference has not been documented, no third-party
embedder knows about it, and that's why my just released BlueGriffon 1.2's Addon
Manager is severely broken on addon install and removal... I'll have to release
a 1.2.1 because of this bug:-(
Assignee | ||
Comment 1•14 years ago
|
||
Regression from bug 596343 - there was originally a try/catch there, which that bug removed (and shouldn't have - seems that change was missed in the review).
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #565134 -
Flags: review?(dtownsend)
Updated•14 years ago
|
Attachment #565134 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Flags: in-testsuite-
Flags: in-litmus-
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla10
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•