Bug 51363

Summary: Add a TextChecker class, hook up spelling and grammar toggling
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2010-12-20 16:19:22 PST
Add a TextChecker class, hook up spelling and grammar toggling
Comment 1 Anders Carlsson 2010-12-20 16:21:50 PST
Created attachment 77049 [details]
Patch
Comment 2 Sam Weinig 2010-12-20 16:30:16 PST
Comment on attachment 77049 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=77049&action=review

> WebKit2/UIProcess/API/mac/WKView.mm:348
> +- (IBAction)toggleContinuousSpellChecking:(id)sender {

{ on the wrong line.

> WebKit2/UIProcess/API/mac/WKView.mm:356
> +- (void)toggleGrammarChecking:(id)sender {

Same here.
Comment 3 Anders Carlsson 2010-12-20 16:35:32 PST
Committed r74376: <http://trac.webkit.org/changeset/74376>