Closed
Bug 1660974
Opened 4 years ago
Closed 4 years ago
Avoid merging signal slot lists in nsDOMMutationObserver::HandleMutationsInternal
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
Details
Attachments
(1 file)
nsDOMMutationObserver::HandleMutationsInternal
currently merges all pending docgroups' signal slot lists into a single big list, but uses that big list only to iterate over it once. It is cheaper to just build a list of the individual lists.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e9007cec1434
Avoid merging signal slot lists in nsDOMMutationObserver::HandleMutationsInternal. r=smaug
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Updated•4 years ago
|
Severity: -- → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•