[Webkit-unassigned] [Bug 236747] New: Make input element UA shadow tree creation lazy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 18:04:47 PST 2022


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

            Bug ID: 236747
           Summary: Make input element UA shadow tree creation lazy
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

We currently delay InputType creation for parser inserted elements until just after the attributes have been set, so that we don't wastefully create an InputType and the UA shadow tree creation if a non-text type="" was specified on the tag.  We don't do anything similar for script inserted input elements.  We could make the InputType creation lazy, but most of the wasted time is due to the shadow tree creation.  I think we can make the shadow tree creation lazy.

-- 
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/20220217/8fa58e1f/attachment.htm>


More information about the webkit-unassigned mailing list