[Webkit-unassigned] [Bug 216726] New: Issuing a repaint inside Page::updateRendering() can schedule another rendering update

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 20:57:30 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216726

            Bug ID: 216726
           Summary: Issuing a repaint inside Page::updateRendering() can
                    schedule another rendering update
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

Repaints schedule rendering updates, but if the repaint is issued inside of Page::updateRendering(), we'll handle that repaint in this rendering update, so there's no need to schedule another one.

This might lead to way too many rendering updates.

-- 
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/20200919/82e8bec6/attachment-0001.htm>


More information about the webkit-unassigned mailing list