Comment #1 on issue 7028 by [email protected]: Pinning Web Applications to taskbar in Windows 7 http://code.google.com/p/chromium/issues/detail?id=7028
Mozilla Prism applications behave properly as separate pinned icons, so it should be possible to do. This MSDN article [Application User Model IDs] (http://msdn.microsoft.com/en-us/library/dd378459(VS.85).aspx) looks to be a good place to start. The grouping is defined by the App ID, custom App IDs can be set for processes when they are launched, and Chrome is already designed as a host process that launches the apps in separate processes. So I think that to fix this the existing chrome.exe host process needs to know to set a different App ID when launching application processes, than when launching browser processes. -- 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 -~----------~----~----~----~------~----~------~--~---
