Bug 125690

Summary: [Mac] Implement TextChecker::requestCheckingOfString()
Product: WebKit Reporter: Grzegorz Czajkowski <g.czajkowski>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: andersca, darin, jberlin, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 105616, 125688    

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.