WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
58539
WebKit1's WebView sometimes does some extra work when a layout-before-paint puts the page into accelerated compositing mode
https://bugs.webkit.org/show_bug.cgi?id=58539
Summary
WebKit1's WebView sometimes does some extra work when a layout-before-paint p...
Adam Roben (:aroben)
Reported
2011-04-14 06:49:07 PDT
Whenever WebView is about to paint, it first does a layout to ensure it's painting up-to-date bits. This layout can put the page into accelerated compositing mode. But WebView doesn't detect that this has happened, and goes ahead and finishes the paint anyway, even though the painted bits will never be seen (since now rendering is being taken care of by the layer tree host). It would be somewhat more efficient for WebView to detect that this has happened and bail out of the paint.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug