Bug 251687 - Reduce bridging and run-time creation of strings.
Summary: Reduce bridging and run-time creation of strings.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-03 07:12 PST by Seija K.
Modified: 2023-02-16 09:10 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 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