Closed
Bug 1883138
Opened 1 year ago
Closed 11 months ago
Ensure HasParserNotified returns true only when parser has actually notified
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
Details
(Whiteboard: [sp3])
Attachments
(1 file)
The return value of HasParserNotified() is passed as param to DoneAddingChildren.
In practice that value is used only to optimize out some Element state updates.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → smaug
Status: NEW → ASSIGNED
Updated•11 months ago
|
Whiteboard: [sp3]
Updated•11 months ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-740
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c7b74318bb9b
Ensure HasParserNotified returns true only when parser has actually notified, r=hsivonen
Comment 3•11 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•