[Webkit-unassigned] [Bug 229748] New: Eagerly resolve slot elements to simply the code in SlotAssignment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 31 18:23:12 PDT 2021


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

            Bug ID: 229748
           Summary: Eagerly resolve slot elements to simply the code in
                    SlotAssignment
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

We have a rather elaborate logic to lazily resolve slot elements when there are multiple ones of the same name.

Get rid of this code since that's a very rare case, and it doesn't really benefit perf much
since the only case we'd get faster is when scripts inserts & removes slot elements repeatedly.

-- 
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/20210901/40e1bcba/attachment.htm>


More information about the webkit-unassigned mailing list