Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 43470b73513f66f2a89f973f06d2f531ba7042a7
https://github.com/WebKit/WebKit/commit/43470b73513f66f2a89f973f06d2f531ba7042a7
Author: Megan Gardner <[email protected]>
Date: 2025-12-05 (Fri, 05 Dec 2025)
Changed paths:
M Source/WebCore/platform/text/TextChecking.h
M Source/WebKit/Configurations/AllowedSPI.toml
M Source/WebKit/Platform/spi/ios/UIKitSPI.h
M Source/WebKit/UIProcess/ios/TextCheckerIOS.mm
M Source/WebKit/UIProcess/mac/TextCheckerMac.mm
M Tools/TestRunnerShared/cocoa/LayoutTestSpellChecker.mm
M Tools/TestRunnerShared/spi/UIKitSPIForTesting.h
Log Message:
-----------
iOS support for extended proofreading.
https://bugs.webkit.org/show_bug.cgi?id=303555
rdar://165075819
Reviewed by Aditya Keerthi.
Add support for extended proofreading.
Additional fixes for mac based on
feedback on iOS about cross-thread copying.
* Source/WebKit/Configurations/AllowedSPI.toml:
* Source/WebKit/Platform/spi/ios/UIKitSPI.h:
* Source/WebKit/Shared/WebPreferencesDefaultValues.h:
* Source/WebKit/UIProcess/ios/TextCheckerIOS.mm:
(WebKit::convertExtendedCheckingResults):
(WebKit::TextChecker::requestExtendedCheckingOfString):
* Tools/TestRunnerShared/cocoa/LayoutTestSpellChecker.mm:
(-[LayoutTestSpellChecker
requestProofreadingReviewOfString:range:language:options:completionHandler:]):
(-[LayoutTestSpellChecker
requestGrammarCheckingOfString:range:language:options:completionHandler:]):
* Tools/TestRunnerShared/spi/UIKitSPIForTesting.h:
Canonical link: https://commits.webkit.org/304002@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications