WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2011-01-04 14:27:19 PST
Created
attachment 77932
[details]
Patch
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
Committed
r75010
: <
http://trac.webkit.org/changeset/75010
>
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
Attachment 77932
[details]
did not build on qt: Build output:
http://queues.webkit.org/results/7216409
Build Bot
Comment 7
2011-01-04 14:55:24 PST
Attachment 77932
[details]
did not build on win: Build output:
http://queues.webkit.org/results/7237406
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug