Issue 3954: "Always open this type of file" does not work all the time
http://code.google.com/p/chromium/issues/detail?id=3954
New issue report by [EMAIL PROTECTED]:
"Always open this type of file" does not work when the download finishes
before the file is renamed.
In DownloadManager::ContinueStartDownload, we call DownloadFinished for all
finished downloads, and then we rename the file. DownloadFinished is the
one who launch (OpenInShell) the download file, and it fails because it's
not renamed yet.
We need to call DownloadFinished when the file is downloaded and renamed,
not before.
An easy way to replicate:
1. download a small zip file and check the "Always open this type of file"
2. download again the same file a couple of times. It won't open all the
time since it's taken from the cache and the download is really fast.
Another way:
Use "Always ask where to save a file" and download a small zip file. You'll
see that it's not launched.
Issue attributes:
Status: Untriaged
Owner: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---