[Webkit-unassigned] [Bug 241733] New: optimize CSS JIT for `:target`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 17 16:55:24 PDT 2022


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

            Bug ID: 241733
           Summary: optimize CSS JIT for `:target`
           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: drousso at apple.com

we're not doing the most optimal thing right now because Web Inspector is able to override the normal path, which is not a simple check.

ideally we'd have the existing logic that compares the `Element*` with `Document::cssTarget` and then have a fastpath check for Web Inspector being enabled, with a slowpath if so

-- 
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/20220617/d8a8efcf/attachment.htm>


More information about the webkit-unassigned mailing list