Comment #21 on issue 15985 by [email protected]: SWF Plugin Crush when WMP goes to full screen http://code.google.com/p/chromium/issues/detail?id=15985
I've been thinking about this and based on all the regressions that occurred when it was checked in, option 2 worries me. Patricia's email on plugin-futures reminded me to update this bug, and also confirmed how much of a problem reentrancy is. Another option is to run all plugins from a renderer process in the same plugin process. This will avoid us having to always run nested message loops when sending a sync call from the plugin, since a scenario like in this bug means that the SetFocus call will call KillFocus on an HWND in the same process. The tradeoff is that the task manager UI will have to show multiple plugins in the same process. Also, there could be several processes for a single plugin. I think that's acceptable given the issues above. -- 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 -~----------~----~----~----~------~----~------~--~---
