Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 99d900fc04e1dcdff781731e938f56ee64458308
https://github.com/WebKit/WebKit/commit/99d900fc04e1dcdff781731e938f56ee64458308
Author: Richard Robinson <[email protected]>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/_WKTextExtractionInternal.h
M
Source/WebKit/UIProcess/Cocoa/TextExtraction/WKWebView+TextExtraction.swift
M Source/WebKit/UIProcess/WebBackForwardList.swift
M Source/WebKit/UIProcess/mac/WKTextSelectionController.h
M Tools/TestWebKitAPI/Helpers/cocoa/TestPDFDocument.h
M Tools/TestWebKitAPI/Tests/WebKit/WebPage/WebPageTests.swift
Log Message:
-----------
[Swift in WebKit] Address some Swift compiler diagnostic warnings
https://bugs.webkit.org/show_bug.cgi?id=323233
rdar://186484704
Reviewed by Abrar Rahman Protyasha and Wenson Hsieh.
Test: Tools/TestWebKitAPI/Tests/WebKit/WebPage/WebPageTests.swift
* Source/WebKit/UIProcess/API/Cocoa/_WKTextExtractionInternal.h:
* Source/WebKit/UIProcess/Cocoa/TextExtraction/WKWebView+TextExtraction.swift:
* Source/WebKit/UIProcess/WebBackForwardList.swift:
(Direction.pageClosed):
(Direction.currentItem):
(Direction.backItem):
(Direction.forwardItem):
(Direction.itemAtDeltaFromCurrentIndex(_:allowSkipping:)):
(Direction.itemAtIndexWithoutSkipping(_:index:)):
(Direction.rawBackListEntryCount):
(Direction.rawForwardListEntryCount):
(MakeAPIArray.backListWithLimitInternal(_:makeAPIArray:array:)):
(MakeAPIArray.forwardListWithLimitInternal(_:makeAPIArray:array:)):
(MakeAPIArray.backForwardListState(_:)):
(MakeAPIArray.backForwardUpdateItem(_:frameState:)):
(Direction.backListCountForAPI):
(Direction.forwardListCountForAPI):
(Direction.backListAsAPIArrayWithLimit(_:)):
(Direction.forwardListAsAPIArrayWithLimit(_:)):
(Direction.backListWithLimitInternal(_:makeAPIArray:array:)):
(Direction.forwardListWithLimitInternal(_:makeAPIArray:array:)):
(Direction.backForwardListState(_:)):
(Direction.goBackItemSkippingItemsWithoutUserGesture):
(Direction.goForwardItemSkippingItemsWithoutUserGesture):
(Direction.backForwardUpdateItem(_:frameState:)):
(MakeAPIArray.backListCountForAPI): Deleted.
(MakeAPIArray.forwardListCountForAPI): Deleted.
(MakeAPIArray.rawCounts): Deleted.
(MakeAPIArray.backListAsAPIArrayWithLimit(_:)): Deleted.
(MakeAPIArray.forwardListAsAPIArrayWithLimit(_:)): Deleted.
(MakeAPIArray.removeAllItems): Deleted.
(MakeAPIArray.clear): Deleted.
(MakeAPIArray.restoreFromState(_:)): Deleted.
(MakeAPIArray.setItemsAsRestoredFromSession): Deleted.
(MakeAPIArray.setItemsAsRestoredFromSessionIf(_:)): Deleted.
(MakeAPIArray.didRemoveItem(_:)): Deleted.
(MakeAPIArray.goBackItemSkippingItemsWithoutUserGesture): Deleted.
(MakeAPIArray.goForwardItemSkippingItemsWithoutUserGesture): Deleted.
(MakeAPIArray.loggingString): Deleted.
(MakeAPIArray.addChildItem(_:frameState:)): Deleted.
(MakeAPIArray.setBackForwardItemIdentifier(_:itemID:)): Deleted.
(MakeAPIArray.completeFrameStateForNavigation(_:)): Deleted.
(MakeAPIArray.messageCheckItemURLs(_:process:)): Deleted.
(MakeAPIArray.setHandlingProvisionalMessage(_:)): Deleted.
(MakeAPIArray.backForwardAddItem(_:navigatedFrameState:)): Deleted.
(MakeAPIArray.backForwardClearChildren(_:frameItemID:)): Deleted.
(MakeAPIArray.updateFrameIdentifier(_:newFrameID:)): Deleted.
(MakeAPIArray.backForwardGoToItem(_:)): Deleted.
(MakeAPIArray.backForwardGoToItemShared(_:)): Deleted.
(MakeAPIArray.frameStates): Deleted.
* Source/WebKit/UIProcess/mac/WKTextSelectionController.h:
* Tools/TestWebKitAPI/Helpers/cocoa/TestPDFDocument.h:
* Tools/TestWebKitAPI/Tests/WebKit/WebPage/WebPageTests.swift:
(WebPageTests.qualifiedServerTrust):
Canonical link: https://commits.webkit.org/320700@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications