[webkit-changes] [WebKit/WebKit] 806c44: [iOS] Introduce TestWebKitAPI.app
aestes
noreply at github.com
Thu Sep 19 01:08:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 806c44b2b76db4a49e74813fcae61c257898b7a6
https://github.com/WebKit/WebKit/commit/806c44b2b76db4a49e74813fcae61c257898b7a6
Author: Andy Estes <aestes at apple.com>
Date: 2024-09-19 (Thu, 19 Sep 2024)
Changed paths:
M Tools/TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig
A Tools/TestWebKitAPI/Configurations/TestWebKitAPIApp.xcconfig
A Tools/TestWebKitAPI/Configurations/TestWebKitAPIBase.xcconfig
M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
A Tools/TestWebKitAPI/ios/app/Assets.xcassets/AccentColor.colorset/Contents.json
A Tools/TestWebKitAPI/ios/app/Assets.xcassets/AppIcon.appiconset/Contents.json
A Tools/TestWebKitAPI/ios/app/Assets.xcassets/Contents.json
A Tools/TestWebKitAPI/ios/app/main.mm
Log Message:
-----------
[iOS] Introduce TestWebKitAPI.app
https://bugs.webkit.org/show_bug.cgi?id=279871
rdar://136204656
Reviewed by Jer Noble.
Introduced TestWebKitAPI.app on iOS. This serves the same purpose as TestWebKitAPI, but unlike the
command-line tool it runs as a foreground application with a UIWindowScene. This will allow us to
test WKWebView APIs in ways we were unable to previously.
This commit merely introduces the app. In future commits we will teach run-api-tests to use it.
* Tools/TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig:
* Tools/TestWebKitAPI/Configurations/TestWebKitAPIApp.xcconfig: Added.
* Tools/TestWebKitAPI/Configurations/TestWebKitAPIBase.xcconfig: Copied from Tools/TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig.
* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* Tools/TestWebKitAPI/ios/app/Assets.xcassets/AccentColor.colorset/Contents.json: Added.
* Tools/TestWebKitAPI/ios/app/Assets.xcassets/AppIcon.appiconset/Contents.json: Added.
* Tools/TestWebKitAPI/ios/app/Assets.xcassets/Contents.json: Added.
* Tools/TestWebKitAPI/ios/app/main.mm: Added.
(-[AppDelegate application:configurationForConnectingSceneSession:options:]):
(-[SceneDelegate scene:willConnectToSession:options:]):
(main):
Canonical link: https://commits.webkit.org/283902@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