Comment #31 on issue 9023 by [email protected]: Enable downloads to a temporary location (view vs. save) http://code.google.com/p/chromium/issues/detail?id=9023
@10: As I understand it, the mechanism on UNIXy filesystems like ext2/ext3 is to download to /tmp, launch the associated program, and then delete either when the program exits or after a minute or two, depending on what is more appropriate. (Open file handles carry the same weight as hardlinks, so the inode stays allocated after you "delete" the file) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
