Bug 119119
Summary: | Element's insertAdjacent API should lazy attach | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Layout and Rendering | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
lazyAttach is not something in Webkit. So marking this as "RESOLVED WONTFIX".