Closed
Bug 553557
Opened 15 years ago
Closed 14 years ago
AddonInstall.install() should restart the install process when state=STATE_CANCELLED
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla2.0b8
People
(Reporter: Unfocused, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rewrite])
AddonInstall.install() currently throws an exception when it is called when the AddonInstall.state=STATE_CANCELLED. Instead, it should restart the install.
Updated•15 years ago
|
Flags: in-testsuite?
Flags: in-litmus-
Reporter | ||
Comment 1•14 years ago
|
||
Fixed by the API-part of bug 593535.
http://hg.mozilla.org/mozilla-central/rev/8b02a41fc140
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite? → in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Comment 2•14 years ago
|
||
Fix looks pretty straight forward. Given that we already have verified bug 593535 and this change is well covered by automated tests, I mark this bug as verified fixed.
Status: RESOLVED → VERIFIED
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•