Open
Bug 1412165
Opened 7 years ago
Updated 2 years ago
Follow-up of bug 1384661: Invalidate cached child array only in nsINode::AppendChild/InsertBefore/UnlinkChild
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: ben.tian, Unassigned)
References
Details
Per bug 1384661 comment 41, once bug 651120 lands we need to invalidate cached child array in [1] only, to not call |InvalidateChildNodes| in various places.
[1] |nsINode::AppendChild|, |nsINode::InsertBefore|, and |nsINode::UnlinkChild|
https://bugzilla.mozilla.org/attachment.cgi?id=8903569&action=diff#a/dom/base/nsINode.cpp_sec10
Updated•7 years ago
|
Priority: -- → P2
Reporter | ||
Updated•7 years ago
|
Assignee: ben.tian → nobody
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•