Bug 119119 - Element's insertAdjacent API should lazy attach
Summary: Element's insertAdjacent API should lazy attach
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-07-25 19:27 PDT by Ryosuke Niwa
Modified: 2022-09-30 18:02 PDT (History)
8 users (show)

See Also:


Attachments

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