[Mac] Implement TextChecker::requestCheckingOfString()
https://bugs.webkit.org/show_bug.cgi?id=125690
Summary [Mac] Implement TextChecker::requestCheckingOfString()
Grzegorz Czajkowski
Reported 2013-12-13 03:34:02 PST
To use asynchronous spellchecking, WK2-Mac port needs to enable it by WKPreferencesSetAsynchronousSpellCheckngEnabled(true) and implement missing TextChecker::requestCheckingOfString in Source/WebKit2/UIProcess/mac/TextCheckerMac.mm
Attachments
Grzegorz Czajkowski
Comment 1 2014-04-22 07:57:31 PDT
Due to Mac-WK2 implements UNIFIED_TEXT_CHECKING (TextChecker::checkTextOfParagraph) it might be easy to deliver TextChecker::requestCheckingOfString. After that we could gradually start deprecating/removing synchronous spellchecking in WebCore.
Note You need to log in before you can comment on or make changes to this bug.