Bug 251687

Summary: Reduce bridging and run-time creation of strings.
Product: WebKit Reporter: Seija K. <doremylover123>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Seija K. 2023-02-03 07:12:08 PST
In many places, we are needlessly bridging for the sake of calling Objective-C methods and Core Foundation functions where the original types have functions and methods that work just fine.
Comment 1 Seija K. 2023-02-03 09:11:09 PST
Pull request: https://github.com/WebKit/WebKit/pull/9607
Comment 2 Radar WebKit Bug Importer 2023-02-10 07:13:16 PST
<rdar://problem/105274412>
Comment 3 Seija K. 2023-02-14 11:09:53 PST
Pull request: https://github.com/WebKit/WebKit/pull/9604
Comment 4 Seija K. 2023-02-16 08:09:51 PST
Pull request: https://github.com/WebKit/WebKit/pull/9997
Comment 5 Seija K. 2023-02-16 09:10:38 PST
Pull request: https://github.com/WebKit/WebKit/pull/10205