WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
197018
WebPage::scheduleFullEditorStateUpdate() should schedule a rendering update, not schedule a compositing flush
https://bugs.webkit.org/show_bug.cgi?id=197018
Summary
WebPage::scheduleFullEditorStateUpdate() should schedule a rendering update, ...
Simon Fraser (smfr)
Reported
2019-04-17 09:59:32 PDT
With our new "schedule a rendering update" painting model, we need to fix code that is scheduling compositing flushes (which will trigger premature painting, and possibly affect the timing of rAF/intersection observer/resize observer). scheduleFullEditorStateUpdate() does this, and needs to be fixed.
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