Closed Bug 475830 Opened 15 years ago Closed 15 years ago

Downloads should end up in My Documents/Downloads for winxp

Categories

(Toolkit :: Downloads API, defect, P2)

x86
Windows XP
defect

Tracking

()

VERIFIED FIXED
mozilla1.9.2a1

People

(Reporter: sdwilsh, Assigned: sdwilsh)

References

Details

(Keywords: verified1.9.1)

Attachments

(1 file)

Downloads should end up in My Documents/Downloads and not in Desktop/Downloads for windows XP
Flags: blocking1.9.1?
OS: All → Windows XP
Hardware: All → x86
There's a bit of an issue with making this change in xpcom/io/SpecialSystemDirectory.cpp as originally discussed with gavin.  We need to localize the downloads folder name, and I'm not 100% sure we can get a string bundle in that code (and then, we'd be breaking string freeze for 3.1).

We can fix this strictly in the download manager code, however.  Awaiting input on how gavin wants this done.
You can just avoid moving the folder creation code for now, I guess.
Attached patch v1.0Splinter Review
This only makes changes in nsDownloadManager.cpp.  I figure it doesn't make sense to have the xpcom code fall back to My Documents as the download folder for XP/2k, and it could break any add-ons that rely on it now.
Attachment #359414 - Flags: review?(gavin.sharp)
Whiteboard: [needs review gavin]
Attachment #359414 - Flags: review?(gavin.sharp) → review+
(In reply to comment #3)
> I figure it doesn't make sense to have the xpcom code fall back to My Documents
> as the download folder for XP/2k, and it could break any add-ons that rely on
> it now.

Yeah, makes sense.
Whiteboard: [needs review gavin]
Comment on attachment 359414 [details] [diff] [review]
v1.0

Asking for approval if we don't get blocking+
Attachment #359414 - Flags: approval1.9.1?
Whiteboard: [needs approval]
http://hg.mozilla.org/mozilla-central/rev/8e03c785ee07
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Shawn, how can I verify this change? I suspect that no-one should notice something when saving a file in a fresh profile. Currently we already use the "download" folder under the user profile. So do we had to adjust it because of bug 384068?
"Downloads" folder should not be created if/when download is "Desktop" or other folder ?
see https://bugzilla.mozilla.org/show_bug.cgi?id=474718#c4
Thanks for the hint. I can verify the fix with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090130 Minefield/3.2a1pre
Status: RESOLVED → VERIFIED
Flags: blocking1.9.1? → blocking1.9.1+
Priority: -- → P2
Whiteboard: [needs approval]
Comment on attachment 359414 [details] [diff] [review]
v1.0

Don't need approval anymore
Attachment #359414 - Flags: approval1.9.1?
Branch didn't have the stuff that was landed for bug 429827, so the patch didn't cleanly apply.  Fixed it up and pushed:
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/f57bc5673b90
Keywords: fixed1.9.1
Depends on: 476311
Blocks: 476311
No longer depends on: 476311
Verified with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090201 Shiretoko/3.1b3pre

While testing this patch I've noticed that saving a link to disk leaves the downloaded file with the .part extension on disk. I'll file a new bug on that.
No longer blocks: 476311
Depends on: 484427
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: