Closed Bug 330139 Opened 19 years ago Closed 17 years ago

Change 'Remove' in download manager to 'Remove From List'

Categories

(Toolkit :: Downloads API, defect)

defect
Not set
trivial

Tracking

()

VERIFIED FIXED
mozilla1.9beta2

People

(Reporter: bugzilla, Assigned: u88484)

References

Details

Attachments

(1 file, 3 obsolete files)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 This should be done for clarification of what clicking on this link will actually do; 'Remove' kinda suggests that it might remove the file from the hard drive, and is ambiguous at best. Reproducible: Always Steps to Reproduce:
(see bug 327025 comment 8 through comment 13 for background on this bug)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Right! "Clean Up" and "Remove" have the same function. "Remove" doesn't remove the downloaded file from the harddrive.
(taking)
Status: NEW → ASSIGNED
Target Milestone: --- → Firefox 2 beta1
1.5.0.6 on Linux, clicking "remove" in the download manager actually removes the file from the drive. This is both unexpected and dangerous in my opinion. I expect a browser, under usual operation and without getting tangled up in semantic overkill, to be more-or-less a read-only instrument. I had finished going through about 20 "remove" operations before I realised, to my horror, what was happening. I have no way of knowing what I had deleted via this mechanism. My need to do them on a one-by-one basis was out of a fear that "clean up" might remove entries in the list that had not completed and I want to ge through and re-download those that had not finished.
(In reply to comment #4) > 1.5.0.6 on Linux, clicking "remove" in the download manager actually removes > the file from the drive. This is both unexpected and dangerous in my opinion. I > expect a browser, under usual operation and without getting tangled up in > semantic overkill, to be more-or-less a read-only instrument. I had finished > going through about 20 "remove" operations before I realised, to my horror, > what was happening. I have no way of knowing what I had deleted via this > mechanism. My need to do them on a one-by-one basis was out of a fear that > "clean up" might remove entries in the list that had not completed and I want > to ge through and re-download those that had not finished. > My apologies, I see that what happened was more subtle. Clicking "remove" did not remove completed files, only those that Firefox thought were not completely downloaded. So I was going through the list, and using wget to regrab the files, then removing from the download list, which then deleted the files off the drive. Still unpredictable behaviour, but not nearly as catastrophic (in this one case) as I had feared.
I still don't like it. I'd still like to see it changed to 'Clear', but any files listed in Downloads that aren't complete should be suffixed with something like "(not completed)", so the user knows they're leaving an uncompleted file on their system.
Assignee: nobody → beltzner
Status: ASSIGNED → NEW
Attached patch change entity (obsolete) (deleted) — Splinter Review
Stealing the bug since this didn't seem to make the 2.0 train. I'll let beltzner review though since it was his originally.
Assignee: beltzner → jminta
Status: NEW → ASSIGNED
Attachment #265591 - Flags: review?(beltzner)
(In reply to comment #7) > Created an attachment (id=265591) [details] > change entity > > Stealing the bug since this didn't seem to make the 2.0 train. I'll let > beltzner review though since it was his originally. It'll probably take more than this patch, since bug 388517 removed the button.
(In reply to comment #8) > (In reply to comment #7) > > Created an attachment (id=265591) [details] [details] > > change entity > > > > Stealing the bug since this didn't seem to make the 2.0 train. I'll let > > beltzner review though since it was his originally. > > It'll probably take more than this patch, since bug 388517 removed the button. Nevermind, you're talking about the context menu now, since the actual links are gone; did you want to morph this bug to cover the context menu?
Comment on attachment 265591 [details] [diff] [review] change entity (In reply to comment #9) > Nevermind, you're talking about the context menu now, since the actual links > are gone; did you want to morph this bug to cover the context menu? Yes. Joey, please feel free to update your patch so it can make it for Firefox 3.
Attachment #265591 - Attachment is obsolete: true
Attachment #265591 - Flags: review?(beltzner)
Target Milestone: Firefox 2 beta1 → Firefox 3 M9
Looks like Joey isn't following this anymore, taking and will post patch in an hour or two.
Assignee: jminta → supernova_00
Status: ASSIGNED → NEW
Status: NEW → ASSIGNED
Attached patch Patch (obsolete) (deleted) — Splinter Review
Changes 'Remove' to 'Clear' I also changed the menuitem id in both the downloads.xul/.js files. I did not change the key_remove and cmd_remove though. If that is wanted, just let me know.
Attachment #283072 - Flags: review?(comrade693+bmo)
Attached patch Patch 2.0 (obsolete) (deleted) — Splinter Review
Thanks Stephen. Patch changes 'Remove' to 'Remove From List'
Attachment #283072 - Attachment is obsolete: true
Attachment #283080 - Flags: review?(comrade693+bmo)
Attachment #283072 - Flags: review?(comrade693+bmo)
Summary: Change 'Remove' in download manager to 'Clear' → Change 'Remove' in download manager to 'Remove From List'
(In reply to comment #12) > I also changed the menuitem id in both the downloads.xul/.js files. I did not > change the key_remove and cmd_remove though. If that is wanted, just let me > know. I would like to see this change please.
Attachment #283080 - Flags: review?(comrade693+bmo)
Attached patch Patch 3.0 (deleted) — Splinter Review
also changes key_remove and cmd_remove to 'removeFromList'
Attachment #283080 - Attachment is obsolete: true
Attachment #283087 - Flags: review?(comrade693+bmo)
Comment on attachment 283087 [details] [diff] [review] Patch 3.0 r=sdwilsh
Attachment #283087 - Flags: ui-review?(madhava)
Attachment #283087 - Flags: review?(comrade693+bmo)
Attachment #283087 - Flags: review+
I've updated http://litmus.mozilla.org/show_test.cgi?id=4553 to cover the string change. in-litmus+
Flags: in-litmus? → in-litmus+
I don't think this needs a ui-r because it does what the current design in bug 397655 says to do. (Minus actually removing the whole download from the db and not just from the list.. but that's a backend change.)
Blocks: 397655
Version: unspecified → Trunk
Requesting wanted-firefox3 since this is blocking a wanted bug. Still need ui review...
Flags: blocking-firefox3?
Whiteboard: [has patch][has review][needs ui-review Madhava]
Target Milestone: Firefox 3 M9 → Firefox 3 M10
Attachment #283087 - Flags: ui-review?(madhava) → ui-review+
Comment on attachment 283087 [details] [diff] [review] Patch 3.0 I can't follow the requirements for needing approval and such since it seems to change weekly, so requesting approval.
Attachment #283087 - Flags: approval1.9?
Status: ASSIGNED → NEW
Status: NEW → ASSIGNED
Attachment #283087 - Flags: approval1.9? → approval1.9+
Keywords: checkin-needed
Whiteboard: [has patch][has review][needs ui-review Madhava] → [has patch][has review][has ui-review][has approval]
Checking in toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd; /cvsroot/mozilla/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd,v <-- downloads.dtd new revision: 1.16; previous revision: 1.15 done Checking in toolkit/mozapps/downloads/content/downloads.js; /cvsroot/mozilla/toolkit/mozapps/downloads/content/downloads.js,v <-- downloads.js new revision: 1.102; previous revision: 1.101 done Checking in toolkit/mozapps/downloads/content/downloads.xul; /cvsroot/mozilla/toolkit/mozapps/downloads/content/downloads.xul,v <-- downloads.xul new revision: 1.33; previous revision: 1.32 done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Flags: in-testsuite-
Whiteboard: [has patch][has review][has ui-review][has approval]
No longer depends on: 403724
Depends on: 403724
Flags: blocking-firefox3? → blocking-firefox3+
Verified using Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b2pre) Gecko/2007111404 Minefield/3.0b2pre
Status: RESOLVED → VERIFIED
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: