Closed
Bug 553023
Opened 15 years ago
Closed 14 years ago
Expose error in AddonInstall (in addition to events)
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla2.0b1
People
(Reporter: Unfocused, Unassigned)
References
Details
(Whiteboard: [rewrite])
Expose error in AddonInstall - in addition to events such as onDownloadFailed, onInstallFailed, etc.
Comment 1•15 years ago
|
||
Can you clarify what you're looking for here?
Reporter | ||
Comment 2•15 years ago
|
||
Listening to events such as onDownloadFailed and onInstallFailed, I can get the reason why they failed. However, just by looking at the AddonInstall object, I can't see why they failed, just that they did (via AddonInstall.state). Need this because it's possible to first show an install (or update) after it has failed.
Comment 3•15 years ago
|
||
Do we need this for Firefox 4?
Updated•15 years ago
|
Assignee: dtownsend → nobody
Reporter | ||
Comment 4•15 years ago
|
||
Assuming we want the UI to show what error occurred, yes. Using just the events isn't enough.
Comment 5•14 years ago
|
||
Fixed by the patch in bug 570200
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
Updated•14 years ago
|
Flags: in-testsuite+
Flags: in-litmus-
Updated•14 years ago
|
Target Milestone: mozilla1.9.3a5 → mozilla1.9.3
Comment 6•14 years ago
|
||
Marking as verified fixed based on check-in and a green tinderbox in our area.
Status: RESOLVED → VERIFIED
Version: unspecified → Trunk
Updated•14 years ago
|
Target Milestone: mozilla1.9.3 → mozilla1.9.3a6
You need to log in
before you can comment on or make changes to this bug.
Description
•