Open
Bug 1189067
Opened 9 years ago
Updated 2 years ago
Add ChromeOnly MutationObserver.mergeCharacterDataRecords to speed up devtools
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
Details
Reporter | ||
Updated•9 years ago
|
Summary: Bug 1188640 - Add ChromeOnly MutationObserver.mergeCharacterDataRecords to speed up devtools → Add ChromeOnly MutationObserver.mergeCharacterDataRecords to speed up devtools
Reporter | ||
Comment 1•9 years ago
|
||
As discussed on IRC we may want to have just .mergeRecords which tries to merge all sorts of records in some sane, documented way.
For child list case it could perhaps merge if all the child nodes are being replaced all the time. The merged record would contain initially removed nodes and finally added nodes, but the intermediates wouldn't be notified.
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
•