Bug 125690 - [Mac] Implement TextChecker::requestCheckingOfString()
Summary: [Mac] Implement TextChecker::requestCheckingOfString()
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 105616 125688
  Show dependency treegraph
 
Reported: 2013-12-13 03:34 PST by Grzegorz Czajkowski
Modified: 2014-04-22 07:57 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Czajkowski 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
Comment 1 Grzegorz Czajkowski 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.