Bug 119119

Summary: Element's insertAdjacent API should lazy attach
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ahmad.saleem792, bdakin, dino, dtrebbien, hyatt, kling, koivisto, simon.fraser
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2013-07-25 19:27:47 PDT
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.
Attachments
Ahmad Saleem
Comment 1 2022-09-30 18:02:34 PDT
lazyAttach is not something in Webkit. So marking this as "RESOLVED WONTFIX".
Note You need to log in before you can comment on or make changes to this bug.