[Webkit-unassigned] [Bug 204448] New: Optimize dynamic media queries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 21 01:38:58 PST 2019


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

            Bug ID: 204448
           Summary: Optimize dynamic media queries
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi

All media queries currently force full style resolver rebuild when a query evaluation changes (for example viewport queries on window resizing or device rotation). This is very inefficient. We should treat media queries more like selectors, avoid rebuilds, and only perform the needed style recalcs.

-- 
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/20191121/d12e5179/attachment-0001.htm>


More information about the webkit-unassigned mailing list