Bug 125690
| Summary: | [Mac] Implement TextChecker::requestCheckingOfString() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Grzegorz Czajkowski <g.czajkowski> |
| Component: | WebKit2 | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Grzegorz Czajkowski
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.