Closed
Bug 439495
Opened 16 years ago
Closed 16 years ago
remove references of "browser.download.manager.useWindow"
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
RESOLVED
FIXED
mozilla1.9.1a1
People
(Reporter: mfinkle, Assigned: sdwilsh)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
2.07 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
We only use this pref when we alos check .showWhenStarting pref. Seems redundant, so we could get rid of references to it in code.
http://mxr.mozilla.org/seamonkey/source/toolkit/components/downloads/src/nsDownloadProxy.h#50
http://mxr.mozilla.org/seamonkey/source/browser/app/profile/firefox.js#242
http://mxr.mozilla.org/seamonkey/source/toolkit/components/downloads/src/nsDownloadProxy.h#86
http://mxr.mozilla.org/seamonkey/source/mail/app/profile/all-thunderbird.js#327
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → sdwilsh
Updated•16 years ago
|
OS: Mac OS X → All
Hardware: PC → All
Assignee | ||
Comment 1•16 years ago
|
||
Also nixed browser.download.manager.openDelay in firefox.js, which was removed in the fall but not from that file.
Attachment #325315 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•16 years ago
|
Whiteboard: [has patch][needs review gavin]
Comment 2•16 years ago
|
||
Comment on attachment 325315 [details] [diff] [review]
v1.0
File a bug on cleaning up the TB prefs, if Phil hasn't already done so?
This pref shows up in Google a fair bit, should make an attempt to fix the wiki references at least.
Attachment #325315 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Updated•16 years ago
|
Whiteboard: [has patch][needs review gavin] → [has patch][has review]
Assignee | ||
Comment 3•16 years ago
|
||
Pushed to mozilla-central:
http://hg.mozilla.org/mozilla-central/index.cgi/rev/8a770f50ccd3
Updated the following pages:
http://kb.mozillazine.org/About:config_entries#Browser..2A
http://developer.mozilla.org/en/docs/Download_Manager_preferences
Filed bug 442052 for Thunderbird.
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: in-testsuite-
Flags: in-litmus-
Keywords: dev-doc-complete
Resolution: --- → FIXED
Whiteboard: [has patch][has review]
Target Milestone: --- → Firefox 3.1a1
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•