Updates:
Cc: [email protected]
Comment #6 on issue 5428 by [email protected]: Bad Performance on pages with
Flash
http://code.google.com/p/chromium/issues/detail?id=5428
As opposed to issue 93, the slowness here comes from the fact that Flash is
being
used in windowed mode (as opposed to windowless).
The problem is that the browser process is the one that moves the plugin
HWNDs (there
are 3 on that page), but this results in Windows waiting on the plugin
process to
respond to each WM message.
If this is done in the plugin process, then plugins in a page will move at
different
times which doesn't look nice. Need to investigate this more to see how we
can
improve the performance.
--
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---