[Webkit-unassigned] [Bug 197018] New: WebPage::scheduleFullEditorStateUpdate() should schedule a rendering update, not schedule a compositing flush
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 17 09:59:32 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=197018
Bug ID: 197018
Summary: WebPage::scheduleFullEditorStateUpdate() should
schedule a rendering update, not schedule a
compositing flush
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
Assignee: webkit-unassigned at lists.webkit.org
Reporter: simon.fraser at apple.com
CC: wenson_hsieh at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190417/49bc6f7c/attachment-0001.html>
More information about the webkit-unassigned
mailing list