Closed
Bug 407660
Opened 18 years ago
Closed 18 years ago
Have download manager handle deleting a canceled download (instead of UI)
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: Mardak, Unassigned)
References
Details
dmose found some old code where cancelDownload in the UI causes the file to be deleted. We should probably be handling this in the back end.
Also helps clean things up when implementing cancel of scan so that canceling a scan doesn't delete the now-done file. (bug 407656)
| Reporter | ||
Comment 1•18 years ago
|
||
Ah.... nevermind.
It could be useful to let the download manager consumer decide if the file should be deleted or not. So for bug 407656 we'll just not delete on a scanning cancel.
Ben's code live on! ;)
(We also use CancelDownload in the download manager to stop downloads for pause/resume among other things, and those definitely don't want the file to be deleted.)
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•