We should have ContainerNode version of Node::checkSlotChangeBeforeRemoved() for nodeChildrenWIllBeRemoved() |
|||||
Issue descriptionNode::checkSlotChangeBeforeRemoved() is called for all child nodes in Document::nodeChildrenWIllBeRemoved(). It takes time if there are too many child nodes. We should have ContainerNode::checkSLotChangeBeforeRemoved() to avoid iterating over all child nodes.
,
Dec 12 2016
,
Dec 12 2016
Actually, let me assign this back to you yosin. Sounds like an interesting idea, do you have data?
,
Dec 12 2016
> We should have ContainerNode::checkSLotChangeBeforeRemoved() to avoid > iterating over all child nodes. yosin@, could you elaborate? How does this improve?
,
Mar 25 2017
,
May 26 2017
Mark "WontFix" since it doesn't improve performance. Because of we need to dispatch "slotchange" event for each child of removing container node. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by dtapu...@chromium.org
, Nov 17 2016