Closed
Bug 582239
Opened 13 years ago
Closed 13 years ago
Add "delete file" function to download manager
Categories
(Firefox for Android Graveyard :: General, enhancement)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: isandu, Assigned: wesj)
Details
Attachments
(1 file, 1 obsolete file)
861 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Can we have a button in the Downloads manager to delete a downloaded file, next to the Open and Remove buttons?
Updated•13 years ago
|
Severity: normal → enhancement
Assignee | ||
Comment 1•13 years ago
|
||
This changes the behavior of the remove button to delete+remove if it can. It also hides buttons that are disabled.
Attachment #474141 -
Flags: review?(mark.finkle)
Comment 2•13 years ago
|
||
Comment on attachment 474141 [details] [diff] [review] simple fix I am ok withthe remove+delete part, but not so much with the disable->hide change for the buttons. Also, if we did want to keep the disable->hide, we wouldn't do it this way. I'd remove the code to disable in the first place and hide if the referrer is missing. Also, the .show-on-select CSS rules are already here: http://mxr.mozilla.org/mobile-browser/source/themes/core/platform.css#576 r-, let's just do the remove+delete
Attachment #474141 -
Flags: review?(mark.finkle) → review-
Comment 3•13 years ago
|
||
if we want the visibility of disabled buttons to change, it's a bigger bug (more than downloads) and a separate bug
Assignee | ||
Comment 4•13 years ago
|
||
Sounds fine to me. Here's just the delete part.
Attachment #474141 -
Attachment is obsolete: true
Attachment #474198 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #474198 -
Flags: review?(mark.finkle) → review+
Comment 5•13 years ago
|
||
pushed: http://hg.mozilla.org/mobile-browser/rev/3d3e6ddc0ccd
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
Verified fixed on: Mozilla/5.0 (Android;Linux armv7l;rv:9.0a1)Gecko/20110920 Firefox/9.0a1 Fennec/9.0a1 Device: Samsung Galaxy S OS: Android 2.2
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•