Bug 260665

Summary: Avoid constructing a DocumentFragment unnecessarily in DOMParser::parseFromString()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2023-08-24 10:33:47 PDT
Avoid constructing a DocumentFragment unnecessarily in DOMParser::parseFromString(). Have the HTML fast parser construct the subtree under the <body> element directly instead.
Attachments
Chris Dumez
Comment 1 2023-08-24 10:35:06 PDT
EWS
Comment 2 2023-08-24 12:43:10 PDT
Committed 267242@main (903209cb2740): <https://commits.webkit.org/267242@main> Reviewed commits have been landed. Closing PR #17023 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-08-24 12:44:17 PDT
Note You need to log in before you can comment on or make changes to this bug.