Comment #13 on issue 16844 by [email protected]: Gmail + Flash =  
unresponsive plugin process + 100% CPU
http://code.google.com/p/chromium/issues/detail?id=16844

Rhaaaaaaa
 From modules/plugin/base/src/ns4xPluginInstance.cpp in Firefox:

   // bug 108347, flash plugin on linux doesn't like window->width <=
   // 0, but Java needs wants this call.
   if (!mIsJavaPlugin && window->type == nsPluginWindowType_Window &&
       (window->width <= 0 || window->height <= 0)) {
     return NS_OK;
   }

Their bug doesn't reflect the problem we're getting (it mentions a crash),  
but in
effect, they don't call NPP_SetWindow() if width or height is <=0. If I do  
the same
in Chrome, problem fixed.

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to