[webkit-changes] [WebKit/WebKit] 4b865d: [WKTR] Remove workaround for kUTTypePNG in TestInv...
Commit Queue
noreply at github.com
Sat Feb 1 10:24:12 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4b865d87ca3ee75c43f0dbf6fb5904d719983cdf
https://github.com/WebKit/WebKit/commit/4b865d87ca3ee75c43f0dbf6fb5904d719983cdf
Author: David Kilzer <ddkilzer at apple.com>
Date: 2025-02-01 (Sat, 01 Feb 2025)
Changed paths:
M Tools/WebKitTestRunner/Configurations/WebKitTestRunner.xcconfig
M Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp.xcconfig
M Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj
R Tools/WebKitTestRunner/cg/TestInvocationCG.cpp
A Tools/WebKitTestRunner/cocoa/TestInvocationCocoa.mm
Log Message:
-----------
[WKTR] Remove workaround for kUTTypePNG in TestInvocationCG.cpp
<https://bugs.webkit.org/show_bug.cgi?id=286846>
<rdar://143993362>
Reviewed by Sam Weinig.
* Tools/WebKitTestRunner/Configurations/WebKitTestRunner.xcconfig:
- Link to UniformTypeIdentifiers.framework.
* Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp.xcconfig:
- Ditto.
* Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
- Rename TestInvocationCG.cpp to TestInvocationCocoa.mm to use
Objective-C UTTypePNG class.
* Tools/WebKitTestRunner/cocoa/TestInvocationCocoa.mm: Renamed from Tools/WebKitTestRunner/cg/TestInvocationCG.cpp.
- Replace use of kUTTypePNG with undeprecated UTTypePNG.identifier.
Canonical link: https://commits.webkit.org/289672@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list