Open
Bug 1853718
Opened 1 year ago
Updated 1 year 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•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-569
Assignee | ||
Updated•1 year ago
|
Component: Gecko Profiler → DOM: HTML Parser
Assignee | ||
Comment 1•1 year 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
•