Comment #14 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
nice writeup. 1 is out of scope (but of course would always be great). So given that 3 has the reentrancy of 2 but with additional complexity, 2 is left by process of elimination. I can't think of any other solution (save for putting all the plugins in one process, but that seems like a poor tradeoff). We can hope that given how many reentrancy related bugs we've had to fix, the code is now more robust to these situations. So we can enable nested message loops during every sync call out of the plugin, and let's keep a close eye on plugin crashes (and rates) when this goes out to the dev channel. -- 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 -~----------~----~----~----~------~----~------~--~---
