[webkit-reviews] review granted: [Bug 233631] [:has() pseudo-class] Cache :has() failures for subtrees : [Attachment 445410] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 08:48:48 PST 2021


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Antti Koivisto
<koivisto at iki.fi>'s request for review:
Bug 233631: [:has() pseudo-class] Cache :has() failures for subtrees
https://bugs.webkit.org/show_bug.cgi?id=233631

Attachment 445410: Patch

https://bugs.webkit.org/attachment.cgi?id=445410&action=review




--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 445410
  --> https://bugs.webkit.org/attachment.cgi?id=445410
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=445410&action=review

> Source/WebCore/css/SelectorChecker.cpp:1252
> -    // FIXME: This is almost the worst possible implementation in terms of
performance.
> +    // FIXME: This could be better in terms of performance.

NIce.


More information about the webkit-reviews mailing list