[Webkit-unassigned] [Bug 190088] New: Optimize style differences that only require z-order updates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 14:03:11 PDT 2018


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

            Bug ID: 190088
           Summary: Optimize style differences that only require z-order
                    updates
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Currently we trigger layouts when opacity, filters, blend modes etc change, but these really only need updates to the z-order hierarchy and painting-related things. We should make this a new kind of StyleDifference.

Also, there may be properties now that we claim should only trigger repaints, but really need to do z-order updates (like z-index).

-- 
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/20180928/dbb4090a/attachment.html>


More information about the webkit-unassigned mailing list