Comment #2 on issue 21043 by paradoxmo: Downloads do not update progress in stack http://code.google.com/p/chromium/issues/detail?id=21043
Actually, it may be simpler than that. Safari's download file is actually a bundle, and you'll see that the Icon's actually not set within the bundle (it's a 0-byte file), so my best guess is that the OS knows how to render the icon for this type of bundle, perhaps based on what's in Info.plist... brahms:~/Downloads mlei$ cd ControlTier-3.4.7.zip.download brahms:~/Downloads/ControlTier-3.4.7.zip.download mlei$ ls ControlTier-3.4.7.zip Icon? Info.plist brahms:~/Downloads/ControlTier-3.4.7.zip.download mlei$ ls -l total 3352 -rw-r--r--@ 1 mlei staff 1667072 Sep 7 12:54 ControlTier-3.4.7.zip -rw-r--r--@ 1 mlei staff 0 Sep 7 12:54 Icon? -rw-r--r--@ 1 mlei staff 1393 Sep 7 12:54 Info.plist brahms:~/Downloads/ControlTier-3.4.7.zip.download mlei$ ls -l total 6336 -rw-r--r--@ 1 mlei staff 3194880 Sep 7 12:54 ControlTier-3.4.7.zip -rw-r--r--@ 1 mlei staff 0 Sep 7 12:54 Icon? -rw-r--r--@ 1 mlei staff 1393 Sep 7 12:54 Info.plist brahms:~/Downloads/ControlTier-3.4.7.zip.download mlei$ cat Info.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>DownloadEntryAliasBlob</key> <data> AAAAAAHYAAIAAAZicmFobXMAAAAAAAAAAAAAAAAAAAAAAAAAAADGo2hqSCs AAAAsoaQV Q29udHJvbFRpZXItMy40LjcuemlwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAA AAAAAAAAAAAAAAAAACyhpcbKswAAAAAAAAAAAP////8AAAkgAAAAAAAAAAA AAAAAAAAA HkNvbnRyb2xUaWVyLTMuNC43LnppcC5kb3dubG9hZAAQAAgAAMajytoAAAARA AgAAMbL FXAAAAABABAALKGkAAh8yAAIW1IAAHxcAAIAUGJyYWhtczpVc2VyczptbGVpOkRv d25s b2FkczpDb250cm9sVGllci0zLjQuNy56aXAuZG93bmxvYWQ6Q29udHJvbFRpZXItM y40 LjcuemlwAA4ALAAVAEMAbwBuAHQAcgBvAGwAVABpAGUAcgAtADMALgA0AC4A NwAuAHoA aQBwAA8ADgAGAGIAcgBhAGgAbQBzABIASVVzZXJzL21sZWkvRG93bmxvYWRzL0 NvbnRy b2xUaWVyLTMuNC43LnppcC5kb3dubG9hZC9Db250cm9sVGllci0zLjQuNy56aXAA ABMA AS8AABUAAgAL//8AAA== </data> <key>DownloadEntryIdentifier</key> <string>0242BBE4-5ECB-4D05-9FD0-CB74EF28EE48</string> <key>DownloadEntryPath</key> <string>~/Downloads/ControlTier-3.4.7.zip.download/ControlTier- 3.4.7.zip</string> <key>DownloadEntryProgressBytesSoFar</key> <integer>4344</integer> <key>DownloadEntryProgressTotalToLoad</key> <integer>226713928</integer> <key>DownloadEntryURL</key> <string>http://softlayer.dl.sourceforge.net/project/controltier/Installer/Control Tier-3.4.7/ControlTier-3.4.7.zip</string> </dict> </plist> -- 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 -~----------~----~----~----~------~----~------~--~---
