RESOLVED FIXED 51896
Send over text checker state to the web process
https://bugs.webkit.org/show_bug.cgi?id=51896
Summary Send over text checker state to the web process
Anders Carlsson
Reported 2011-01-04 14:08:17 PST
Send over text checker state to the web process
Attachments
Patch (24.07 KB, patch)
2011-01-04 14:27 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2011-01-04 14:27:19 PST
Sam Weinig
Comment 2 2011-01-04 14:32:54 PST
Comment on attachment 77932 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=77932&action=review Do you need to update WebKit2.pro? r=me if you fix these issues. > WebKit2/UIProcess/mac/TextCheckerMac.mm:36 > +TextCheckerState textCheckerState; Will this cause a static constructor to be called? > WebKit2/UIProcess/mac/TextCheckerMac.mm:39 > +static void initializeState() { > + static bool didInitializeState = false; { on the wrong line. I believe the = false is unnecessary.
Darin Adler
Comment 3 2011-01-04 14:33:02 PST
Comment on attachment 77932 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=77932&action=review > WebKit2/UIProcess/mac/TextCheckerMac.mm:32 > +#define WebAutomaticSpellingCorrectionEnabled @"WebAutomaticSpellingCorrectionEnabled" > +#define WebContinuousSpellCheckingEnabled @"WebContinuousSpellCheckingEnabled" > +#define WebGrammarCheckingEnabled @"WebGrammarCheckingEnabled" Are macros really necessary? Could we do this another way?
Anders Carlsson
Comment 4 2011-01-04 14:41:59 PST
WebKit Review Bot
Comment 5 2011-01-04 14:54:28 PST
http://trac.webkit.org/changeset/75010 might have broken Qt Linux Release
Early Warning System Bot
Comment 6 2011-01-04 14:55:18 PST
Build Bot
Comment 7 2011-01-04 14:55:24 PST
Note You need to log in before you can comment on or make changes to this bug.