Open
Bug 1853718
Opened 2 years ago
Updated 2 years ago
Don't create nsDocElementCreatedNotificationRunner for data documents
Categories
(Core :: DOM: HTML Parser, enhancement)
Core
DOM: HTML Parser
Tracking
()
ASSIGNED
People
(Reporter: mstange, Assigned: mstange)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
This shows up in TodoMVC-JavaScript-ES5 in nsContentSink::NotifyDocElementCreated
during DOMParser.parseFromString
: https://share.firefox.dev/3LtSxGX
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-569
Assignee | ||
Updated•2 years ago
|
Component: Gecko Profiler → DOM: HTML Parser
Assignee | ||
Comment 1•2 years ago
|
||
In DOMParser.parseFromString, this avoids the cost of creating the
script runner, and the cost of sending the observer service notification.
You need to log in
before you can comment on or make changes to this bug.
Description
•