Closed
Bug 630634
Opened 14 years ago
Closed 14 years ago
After uninstalling restartless add-on, empty add-on bar reappears on next restart
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: adw, Assigned: dietrich)
References
Details
(Whiteboard: [addon bar][hardblocker])
Attachments
(1 file)
5.65 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
Spun out from bug 627484 comment 25.
1. New profile.
2. Install a restartless add-on (or maybe it has to be an SDK-built add-on that uses a widget). The add-on bar should appear.
3. Uninstall the add-on. The add-on bar should disappear.
4. Restart.
Actual results:
The empty add-on bar appears on restart.
Expected results:
The add-on bar should remain hidden on restart.
Assignee | ||
Comment 1•14 years ago
|
||
Reproducible -> softblocker.
Assignee: nobody → dietrich
blocking2.0: --- → final+
Whiteboard: [addon bar] → [addon bar][softblocker]
Assignee | ||
Comment 2•14 years ago
|
||
Dave: my addon listener wasn't getting called when i uninstalled a restartless addon.
then i realized it *was* getting called... at shutdown.
then i realized that it was *actually* getting called whenever the AOM was closed.
shouldn't we be sending onUninstalling and onUninstalled when the uninstall happens? is this by design, or a bug?
Comment 3•14 years ago
|
||
Sort of by design, it's really a workaround for now to get the UI we wanted working in bug 553494. Basically when clicking uninstall we just disable the add-ons and don't uninstall them till the UI goes away.
Assignee | ||
Comment 4•14 years ago
|
||
That's... problematic.
Reporter | ||
Comment 5•14 years ago
|
||
Related to bug 620541, no? If not, let's file a separate bug for the behavior described in comment 2.
Depends on: 620541
Comment 6•14 years ago
|
||
Kind of a mix of that, bug 582002 and bug 612168
Assignee | ||
Comment 7•14 years ago
|
||
handle enable/disable, which should've been done all along, but also works around the EM bug.
Attachment #511027 -
Flags: review?(dtownsend)
Updated•14 years ago
|
Attachment #511027 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 8•14 years ago
|
||
Whiteboard: [addon bar][softblocker] → [addon bar][hardblocker]
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•14 years ago
|
||
Oops, forgot to comment: Changed to hardblocker because the enable/disable support was absent, which is pretty broken.
You need to log in
before you can comment on or make changes to this bug.
Description
•