Closed Bug 410794 Opened 17 years ago Closed 17 years ago

temporary downloads no longer cleaned up at shutdown (read-only)

Categories

(Core Graveyard :: File Handling, defect)

defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED
mozilla1.9beta3

People

(Reporter: zeniko, Assigned: mkmelin)

References

Details

(Keywords: privacy, regression)

Attachments

(1 file)

Steps to Reproduce:
1. Click on a link to a potentially sensitive Word document (alternatively: PDF, Torrent, etc.)
2. Have Firefox let the default application open that file
3. Close Word (the PDF viewer, etc.)
4. Close Firefox

Expected Results:
The temporary file is gone (Firefox silently removes it if no other application keeps it locked).

Actual Results:
That file is still sitting around (potentially with many others) and doesn't even go away with a |del %TEMP%\*.*| because it's read-only.

Manually removing the read-only flag before closing Firefox fixes this issue, so that's probably what should be happening here (not sure whether it would be OK to re-set the read-only flag if the file couldn't be removed).
Flags: blocking-firefox3?
Summary: temporary downloads no longer clean up at shutdown → temporary downloads no longer cleaned up at shutdown (read-only)
Assignee: nobody → mkmelin+mozilla
OS: Windows XP → All
Hardware: PC → All
Attached patch proposed fixSplinter Review
Make files writable before doing the remove. 
(I write "probably" in the code comment, since it depends on bug 401316.)
Attachment #295405 - Flags: superreview?(cbiesinger)
Attachment #295405 - Flags: review?(cbiesinger)
Status: NEW → ASSIGNED
Assignee: mkmelin+mozilla → nobody
Status: ASSIGNED → NEW
Component: Download Manager → File Handling
Flags: blocking-firefox3?
Product: Firefox → Core
QA Contact: download.manager → file-handling
Flags: blocking1.9?
Please disregard my comment about bug 401316 - that's not related.
Comment on attachment 295405 [details] [diff] [review]
proposed fix

+      // First make the file writable, since the tmp file is probably readonly.

s/tmp/temp/?
Attachment #295405 - Flags: superreview?(cbiesinger)
Attachment #295405 - Flags: superreview+
Attachment #295405 - Flags: review?(cbiesinger)
Attachment #295405 - Flags: review+
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Attachment #295405 - Flags: approval1.9?
Attachment #295405 - Flags: approval1.9? → approval1.9+
Nit fixed and checked in.

Checking in uriloader/exthandler/nsExternalHelperAppService.cpp;
/cvsroot/mozilla/uriloader/exthandler/nsExternalHelperAppService.cpp,v  <--  nsExternalHelperAppService.cpp
new revision: 1.361; previous revision: 1.360
done

->FIXED
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Flags: blocking1.9?
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9 M11
Flags: blocking1.9?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2008011105

Thanks for the quick fix! -> VERIFIED
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: