Closed
Bug 838663
Opened 12 years ago
Closed 12 years ago
Remove support for browser.download.panel.removeFinishedDownloads
Categories
(Firefox :: Downloads Panel, defect)
Firefox
Downloads Panel
Tracking
()
RESOLVED
FIXED
Firefox 21
Tracking | Status | |
---|---|---|
firefox20 | --- | verified |
People
(Reporter: asaf, Assigned: mconley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.95 KB,
patch
|
mak
:
review+
Gavin
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
See bug 836271. This preference should be removed.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mconley
Assignee | ||
Comment 1•12 years ago
|
||
This patch removes the pref, and always overrides browser.download.manager.retention with 2 (always keep completed downloads).
Assignee | ||
Updated•12 years ago
|
Attachment #710785 -
Flags: review?(mak77)
Comment 2•12 years ago
|
||
Comment on attachment 710785 [details] [diff] [review]
Patch v1
Review of attachment 710785 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #710785 -
Flags: review?(mak77) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
Comment 5•12 years ago
|
||
Comment on attachment 710785 [details] [diff] [review]
Patch v1
[Approval Request Comment]
Bug caused by (feature/regressing bug #): downloads panel feature
User impact if declined: nonsense preference with unpredictable behavior
Testing completed (on m-c, etc.): m-c
Risk to taking this patch (and alternatives if risky): minor, just removes a pref and ignores it
String or UUID changes made by this patch: none
Attachment #710785 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #710785 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 6•12 years ago
|
||
status-firefox20:
--- → fixed
Comment 7•12 years ago
|
||
having per-window private browsing fixes the issue
Comment 8•12 years ago
|
||
Verified as fixed on Firefox 20 beta 1 - as default the preference browser.download.panel.removeFinishedDownloads is not present in about:config and browser.download.manager.retention is set to 2.
Verified on Windows 7, Ubuntu 12.04 and Mac OS X 10.8:
Build ID: 20130220104816
Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0
Mozilla/5.0 (X11; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:20.0) Gecko/20100101 Firefox/20.0
Comment 9•12 years ago
|
||
Firefox 20 does not have an option within the UI to remove completed downloads from the new download manager.
Additionally, due to this change, there is no config option to force the removal of finished downloads from the download manager.
There needs to be a replacement option for users that do not want to store download history at all; regardless of if it is cleared once the session ends.
See https://bugzilla.mozilla.org/show_bug.cgi?id=836271#c1 in https://bugzilla.mozilla.org/show_bug.cgi?id=836271 for an explanation.
Comment 10•12 years ago
|
||
(In reply to Ace Strife from comment #9)
> There needs to be a replacement option for users that do not want to store
> download history at all;
While I understand that such users exist (and I was one of them), we are still missing a valid use-case for which such option is actually useful for anything other than "I like empty lists".
If you have some use-cases where clearing downloads history on shutdown helps your productivity please report them in bug 838681.
Comment 11•10 years ago
|
||
A valid use-case ? Are you serious ? Would you like someone who has access to your computer to see everything that you have downloaded with a simple click ? That's what "Autoclear download history" is made for. It was a TERRIBLE choice to have removed it !!
Comment 12•10 years ago
|
||
(In reply to FireFoxFan from comment #11)
> A valid use-case ? Are you serious ? Would you like someone who has access
> to your computer to see everything that you have downloaded with a simple
> click ? That's what "Autoclear download history" is made for. It was a
> TERRIBLE choice to have removed it !!
That same person can just open your Downloads folder in the file system, or look at the history popup instead of the download manager. He would get the same exact data, even if the downloads manager is empty.
Btw, please notice replying to a 2 years old closed bug it's not the best way to bring up your concerns.
You need to log in
before you can comment on or make changes to this bug.
Description
•