RESOLVED FIXED 34009
Don't go into compositing mode for 0x0 plugins
https://bugs.webkit.org/show_bug.cgi?id=34009
Summary Don't go into compositing mode for 0x0 plugins
Simon Fraser (smfr)
Reported 2010-01-22 11:07:22 PST
Followup from bug 33821: there's no point in going into compositing mode for a 0x0 plugin
Attachments
WIP patch (2.69 KB, patch)
2010-07-07 22:53 PDT, Simon Fraser (smfr)
no flags
Patch (29.01 KB, patch)
2010-07-12 17:00 PDT, Simon Fraser (smfr)
mitz: review+
mitz
Comment 1 2010-05-03 12:54:48 PDT
Simon Fraser (smfr)
Comment 2 2010-07-06 16:54:34 PDT
This isn't as simple as it would appear to be, because we can't look at the renderer size from updateStyle() (where we make compositing decisions), because layout hasn't happened yet.
Simon Fraser (smfr)
Comment 3 2010-07-07 22:53:45 PDT
Created attachment 60843 [details] WIP patch
Simon Fraser (smfr)
Comment 4 2010-07-11 11:27:45 PDT
Sites to test: gmail.com Mobile Me "Find my iPhone" yahoo mail
Simon Fraser (smfr)
Comment 5 2010-07-12 17:00:00 PDT
Simon Fraser (smfr)
Comment 6 2010-07-12 17:38:57 PDT
I filed bug 42120 to optimize m_compositingDependsOnGeometry.
Simon Fraser (smfr)
Comment 7 2010-07-12 17:42:10 PDT
Note You need to log in before you can comment on or make changes to this bug.