[Webkit-unassigned] [Bug 118038] New: HTMLInputElement should lazyAttach on type change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 23:39:01 PDT 2013


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

           Summary: HTMLInputElement should lazyAttach on type change
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, akling at apple.com, jonlee at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/39f61bf890997b6117b63de085856d2ff591915b

HTMLInputElement::updateType should use lazyAttach instead of attach and
should schedule the focus appearance update for the future instead of doing
it synchronously. This should make setting the type faster, though we still
create the Shadow DOM subtree which is likely to dominate.

This is another step in getting everyting to lazyAttach.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list