Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9b7da99e5160649fde6b3341a8651f52ce598506
https://github.com/WebKit/WebKit/commit/9b7da99e5160649fde6b3341a8651f52ce598506
Author: Richard Robinson <[email protected]>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/WKPreferencesInternal.h
M Source/WebKit/UIProcess/API/Cocoa/WKPreferencesPrivate.h
M Tools/TestWebKitAPI/SourcesCocoa.txt
M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
R Tools/TestWebKitAPI/Tests/WebKit/WKWebView/Coding.mm
A Tools/TestWebKitAPI/Tests/WebKit/WKWebView/CodingTests.swift
Log Message:
-----------
[Swift Testing] Convert `WKWebView.Coding` tests to Swift Testing
https://bugs.webkit.org/show_bug.cgi?id=317538
rdar://180222652
Reviewed by Mike Wyrzykowski.
Also moves `tabFocusesLinks` from WKWebViewInternal to WKWebViewPrivate since
it makes more
sense from a correctness perspective and elides the need for forward
declarations.
This also revealed a bug in the Objective-C GTest version of
WKWebViewSameConfiguration, since
it wasn't actually even doing anything, since the error was silently ignored
and then everything
else after that was just `nil`.
* Source/WebKit/UIProcess/API/Cocoa/WKPreferencesInternal.h:
* Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h:
* Tools/TestWebKitAPI/SourcesCocoa.txt:
* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* Tools/TestWebKitAPI/Tests/WebKit/WKWebView/Coding.mm: Removed.
* Tools/TestWebKitAPI/Tests/WebKit/WKWebView/CodingTests.swift: Added.
(CodingTests.wkPreferences):
(CodingTests.wkProcessPoolShared):
(CodingTests.wkProcessPool):
(CodingTests.wkWebsiteDataStoreDefault):
(CodingTests.wkWebsiteDataStoreNonPersistent):
(CodingTests.wkWebViewConfiguration):
(CodingTests.wkWebView):
(CodingTests.wkWebViewSameConfiguration):
* Tools/TestWebKitAPI/Tests/WebKit/WKWebView/WebLocks.mm:
Canonical link: https://commits.webkit.org/316060@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications