[Webkit-unassigned] [Bug 119119] New: Element's insertAdjacent API should lazy attach

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 25 19:27:58 PDT 2013


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

           Summary: Element's insertAdjacent API should lazy attach
           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: hyatt at apple.com, bdakin at apple.com, koivisto at iki.fi,
                    simon.fraser at apple.com, dino at apple.com,
                    akling at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/87cc87c21bcf50b1622fc21533c76d1553a703ac

insertAdjacentElement, insertAdjacentText and insertAdjacentHTML should all lazyAttach
just like appendChild() would have.

I also removed some redundant ASSERT_WITH_SECURITY_IMPLICATIONS that aren't needed
since we use toElement() right below them which contains the same assert.

-- 
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