Further propagate ChildChange::Source to optimize HTMLInputElement creation
Created attachment 418014 [details] Patch
Comment on attachment 418014 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418014&action=review Hm... it's a bit scary because parser* variants aren't safe to use in some cases but we'd see how it goes. > Source/WebCore/dom/ContainerNode.cpp:494 > + // insertBefore(node, null) is equivalent to appendChild(node) I don't think we need this comment. Remove?
Comment on attachment 418014 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418014&action=review Yes, I tried removing scary things, and attempt to use it in a safe places now. Uploading. >> Source/WebCore/dom/ContainerNode.cpp:494 >> + // insertBefore(node, null) is equivalent to appendChild(node) > > I don't think we need this comment. Remove? Removed.
Created attachment 418021 [details] Patch
Committed r271686: <https://trac.webkit.org/changeset/271686>
<rdar://problem/73437900>