Bug 51363 - Add a TextChecker class, hook up spelling and grammar toggling
Summary: Add a TextChecker class, hook up spelling and grammar toggling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-20 16:19 PST by Anders Carlsson
Modified: 2010-12-20 16:35 PST (History)
0 users

See Also:


Attachments
Patch (23.67 KB, patch)
2010-12-20 16:21 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

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