Bug 239917

Summary: Prepare the rest of WebCore for making the AtomString(const String&) constructor explicit
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2022-04-29 16:52:07 PDT
Prepare the rest of WebCore for making the AtomString(const String&) constructor explicit.
This helps find suboptimal patterns in our code base, where we may be doing unnecessary String allocations.
Comment 1 Chris Dumez 2022-04-29 19:22:25 PDT
Pull request: https://github.com/WebKit/WebKit/pull/443
Comment 2 EWS 2022-05-01 17:18:40 PDT
Committed r293656 (250160@main): <https://commits.webkit.org/250160@main>

Reviewed commits have been landed. Closing PR #443 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-05-01 17:19:12 PDT
<rdar://problem/92587104>