Bug 51886 - Add more spelling/grammar related methods
Summary: Add more spelling/grammar related methods
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: 2011-01-04 11:15 PST by Anders Carlsson
Modified: 2011-01-04 11:49 PST (History)
0 users

See Also:


Attachments
Patch (7.18 KB, patch)
2011-01-04 11:18 PST, Anders Carlsson
sullivan: 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 2011-01-04 11:15:01 PST
Add more spelling/grammar related methods
Comment 1 Anders Carlsson 2011-01-04 11:18:15 PST
Created attachment 77910 [details]
Patch
Comment 2 John Sullivan 2011-01-04 11:39:39 PST
Comment on attachment 77910 [details]
Patch

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

> WebKit2/UIProcess/API/mac/WKView.mm:57
> +// FIXME: <rdar://problem/8728860> WebKit2 needs to be localized

It would help us track down remaining WebKit2 work if you used the format: // FIXME (WebKit2) <etc>

> WebKit2/UIProcess/API/mac/WKView.mm:417
> +    // FIXME: <rdar://problem/8245958> Make Spelling/Grammar checking work in WebKit2

Same here.

> WebKit2/UIProcess/API/mac/WKView.mm:422
> +    // FIXME: <rdar://problem/8245958> Make Spelling/Grammar checking work in WebKit2

Same here.

> WebKit2/WebProcess/WebCoreSupport/mac/WebErrorsMac.mm:43
> +// FIXME: <rdar://problem/8728860> WebKit2 needs to be localized

Same here.
Comment 3 Anders Carlsson 2011-01-04 11:49:36 PST
Committed r74989: <http://trac.webkit.org/changeset/74989>