WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
88605
[chromium] Draws currently cause more uploads recursively
https://bugs.webkit.org/show_bug.cgi?id=88605
Summary
[chromium] Draws currently cause more uploads recursively
Eric Penner
Reported
2012-06-07 19:01:31 PDT
Currently scheduledActionDrawAndSwap causes a re-entrant call via setNeedsCommit/setNeedsRedraw, which ends up calling scheduledActionUpdateMoreResources. This means we get an extra round of uploading before we want them to happen. Ideally uploads should be interleaved with draws.
Attachments
Add attachment
proposed patch, testcase, etc.
Stephen Chenney
Comment 1
2013-04-15 07:45:00 PDT
https://code.google.com/p/chromium/issues/detail?id=231341
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