Closed
Bug 597620
Opened 14 years ago
Closed 14 years ago
Undoing an install still installs it (though disabled)
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla2.0b7
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: Mathnerd314, Assigned: mossop)
References
()
Details
(Keywords: regression, Whiteboard: [AOMTestday][in-litmus-bug-week])
Attachments
(2 files)
(deleted),
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Unfocused
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b7pre) Gecko/20100917 Firefox/4.0b7pre
Undoing an install should not install the addon. But the current implementation does.
Reproducible: Always
Steps to Reproduce:
1. Install an extension from AMO
2. Go to the addon manager and undo the install
3. Restart Firefox
Actual Results:
Addon is installed, though disabled
Expected Results:
Addon is not installed
Reporter | ||
Updated•14 years ago
|
Whiteboard: [AOMTestday][in-litmus-bug-week]
Comment 1•14 years ago
|
||
I would tend to say that this is a recent regression. It was working a while back.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regression,
regressionwindow-wanted
Version: unspecified → Trunk
Updated•14 years ago
|
blocking2.0: --- → ?
Assignee | ||
Updated•14 years ago
|
blocking2.0: ? → betaN+
Assignee | ||
Comment 2•14 years ago
|
||
Yet another regression from packed xpi installation
Blocks: packedxpi
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → dtownsend
Keywords: regressionwindow-wanted
Assignee | ||
Comment 3•14 years ago
|
||
This covers the backend making it so installs are actually cancelled. Something still messed up in the UI though that I'll take care of in a separate patch.
Attachment #478480 -
Flags: review?(robert.bugzilla)
Updated•14 years ago
|
Attachment #478480 -
Flags: review?(robert.bugzilla) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Turns out we've just never supported undoing the install from the search results, works ok from the main list. This fixes it by adding the removeInstall bits that gListView has and also adds tests for both cases.
Attachment #478488 -
Flags: review?(bmcbride)
Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•14 years ago
|
Whiteboard: [AOMTestday][in-litmus-bug-week] → [AOMTestday][in-litmus-bug-week][has patch][needs review Unfocused]
Comment 5•14 years ago
|
||
Comment on attachment 478488 [details] [diff] [review]
frontend patch rev 1
>diff --git a/toolkit/mozapps/extensions/test/browser/browser_install.js b/toolkit/mozapps/extensions/test/browser/browser_install.js
>new file mode 100644
>--- /dev/null
>+++ b/toolkit/mozapps/extensions/test/browser/browser_install.js
>@@ -0,0 +1,145 @@
>+/* Any copyright is dedicated to the Public Domain.
>+ * http://creativecommons.org/publicdomain/zero/1.0/
>+ */
>+
>+// Tests the recent updates pane
LIES!
Attachment #478488 -
Flags: review?(bmcbride) → review+
Updated•14 years ago
|
Whiteboard: [AOMTestday][in-litmus-bug-week][has patch][needs review Unfocused] → [AOMTestday][in-litmus-bug-week][has patch]
Assignee | ||
Updated•14 years ago
|
Whiteboard: [AOMTestday][in-litmus-bug-week][has patch] → [AOMTestday][in-litmus-bug-week][has patch][needs-checkin-post-b7]
Assignee | ||
Comment 6•14 years ago
|
||
Fixed:
http://hg.mozilla.org/mozilla-central/rev/7b0845a3717d
http://hg.mozilla.org/mozilla-central/rev/c619eb7a24d0
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Flags: in-litmus-
Resolution: --- → FIXED
Whiteboard: [AOMTestday][in-litmus-bug-week][has patch][needs-checkin-post-b7] → [AOMTestday][in-litmus-bug-week]
Target Milestone: --- → mozilla2.0b8
Updated•14 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
Comment 7•14 years ago
|
||
Verified fixed with Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8pre) Gecko/20101105 Firefox/4.0b8pre ID:20101105030743
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•