Bug 1710933 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Currently, a download through [LaunchWithApplication](https://searchfox.org/mozilla-central/rev/a8773ba2a8f015e0525f219a7e55087b04d30258/uriloader/exthandler/nsExternalHelperAppService.cpp#2506) ("Open with Foo application")  is initially created in the temp directory and is removed when the last session is closed. 

We want to change it so that when the download is finished, it's moved to the "Downloads" folder (and is not deleted when the last session closes).
Currently, a download through [LaunchWithApplication](https://searchfox.org/mozilla-central/rev/a8773ba2a8f015e0525f219a7e55087b04d30258/uriloader/exthandler/nsExternalHelperAppService.cpp#2506) ("Open with Foo application")  is initially created in the temp directory and is removed when the last session is closed. 

We want to change it so that when the download is finished, it's moved to the "Downloads" folder (and is not deleted when the last session closes).

Edit: It's not clear why the downloaded file needs to saved to the /temp directory first and then moved to the Downloads folder. Instead, this issue will save launched-with-app downloads directly to the Downloads folder.

Back to Bug 1710933 Comment 0