Open
Bug 1372552
Opened 8 years ago
Updated 2 years ago
Consider not observing mutations in nsContentList when it is dirty
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
UNCONFIRMED
People
(Reporter: smaug, Unassigned)
Details
Right now nsContentList adds itself as an nsIMutationObserver in ctor and removes in dtor, meaning that even if list is dirty and returns early in mutation observing methods, there are always some virtual calls and state checks.
Not observing would mean that mRootNode should probably need to become strong ref.
Updated•8 years ago
|
Priority: -- → P2
Comment 1•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
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
•