Bug 268324 - Coalesce ContainerNode::childrenChanged in fast parser
Summary: Coalesce ContainerNode::childrenChanged in fast parser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-01-29 13:13 PST by Ryosuke Niwa
Modified: 2024-01-29 20:45 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2024-01-29 13:13:00 PST
When parser appends multiple child nodes to a node disconnected from the rest of DOM tree, we can coalesce childrenChanged calls.
Comment 1 Ryosuke Niwa 2024-01-29 13:26:22 PST
Pull request: https://github.com/WebKit/WebKit/pull/23453
Comment 2 EWS 2024-01-29 20:44:48 PST
Committed 273720@main (21d657acd1ba): <https://commits.webkit.org/273720@main>

Reviewed commits have been landed. Closing PR #23453 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-01-29 20:45:16 PST
<rdar://problem/121902509>