Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Issue 1210943008: Patch 2: Added a preprocessor flag for platform spellcheck. (Closed)

Created:
5 years, 5 months ago by dylanking
Modified:
5 years, 5 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@enable_spellcheck_flag
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added a preprocessor flag for platform spellcheck. Also replaced some Mac-specific #ifdef's with this flag. BUG=415302 Committed: https://crrev.com/0a669b8909530cf5e3489dda0bd50e28196fb7bb Cr-Commit-Position: refs/heads/master@{#337969}

Patch Set 1 #

Patch Set 2 : Added a preprocessor flag for Android spellcheck. #

Total comments: 12

Patch Set 3 : Style changes to comments and #ifdefs #

Patch Set 4 : Don't enable the flag for Android until Android's code is introduced #

Patch Set 5 : Small comment change #

Total comments: 4

Patch Set 6 : Declared the preprocessor flag in build/config/features.gni #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -23 lines) Patch
M build/common.gypi View 1 2 3 4 5 4 chunks +13 lines, -0 lines 0 comments Download
M build/config/BUILD.gn View 1 chunk +3 lines, -0 lines 0 comments Download
M build/config/features.gni View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_platform_mac.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/spellcheck_messages.h View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/spellchecker/spellcheck_provider.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_provider.cc View 1 2 7 chunks +10 lines, -10 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 25 (5 generated)
please use gerrit instead
Sorry if this review is premature. https://codereview.chromium.org/1210943008/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1210943008/diff/20001/build/common.gypi#newcode570 build/common.gypi:570: # Signify that ...
5 years, 5 months ago (2015-07-02 04:27:06 UTC) #2
dylanking
https://codereview.chromium.org/1210943008/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1210943008/diff/20001/build/common.gypi#newcode570 build/common.gypi:570: # Signify that the platform has a native spellchecker. ...
5 years, 5 months ago (2015-07-07 02:31:23 UTC) #4
please use gerrit instead
On 2015/07/07 02:31:23, dylanking wrote: > Fixed in https://codereview.chromium.org/1227553002 so that I could apply the ...
5 years, 5 months ago (2015-07-07 15:54:14 UTC) #5
dylanking
Fixes suggested by rouslan@ implemented. https://codereview.chromium.org/1210943008/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1210943008/diff/20001/build/common.gypi#newcode570 build/common.gypi:570: # Signify that the ...
5 years, 5 months ago (2015-07-07 19:02:15 UTC) #6
please use gerrit instead
spellcheck lgtm
5 years, 5 months ago (2015-07-07 19:30:28 UTC) #7
aurimas (slooooooooow)
LGTM. Do we want to set use_platfrom_spellchecker to true for Android already in common.gypi? Should ...
5 years, 5 months ago (2015-07-07 22:24:19 UTC) #8
dylanking
On 2015/07/07 at 22:24:19, aurimas wrote: > LGTM. > > Do we want to set ...
5 years, 5 months ago (2015-07-07 22:33:28 UTC) #9
dylanking
+cjhopman@ for owners review of build/* +dcheng@ for owners review of chrome/common/spellcheck_messages.h +newt@ for owners ...
5 years, 5 months ago (2015-07-07 23:06:44 UTC) #11
newt (away)
On 2015/07/07 23:06:44, dylanking wrote: > +cjhopman@ for owners review of build/* > +dcheng@ for ...
5 years, 5 months ago (2015-07-07 23:12:04 UTC) #12
dcheng
I guess there will be a followup patch to implement the platform spellchecker bits on ...
5 years, 5 months ago (2015-07-07 23:13:50 UTC) #13
dylanking
On 2015/07/07 at 23:13:50, dcheng wrote: > I guess there will be a followup patch ...
5 years, 5 months ago (2015-07-07 23:24:43 UTC) #14
dcheng
IPC changes lgtm "Interesting" (non-interesting changes are rename and/or deletion-only changes; everything else is interesting) ...
5 years, 5 months ago (2015-07-07 23:38:19 UTC) #15
cjhopman
https://codereview.chromium.org/1210943008/diff/80001/build/config/BUILD.gn File build/config/BUILD.gn (right): https://codereview.chromium.org/1210943008/diff/80001/build/config/BUILD.gn#newcode83 build/config/BUILD.gn:83: if (use_platform_spellchecker) { is use_platform_spellchecker already declared somewhere?
5 years, 5 months ago (2015-07-08 22:29:30 UTC) #16
dylanking
https://codereview.chromium.org/1210943008/diff/80001/build/config/BUILD.gn File build/config/BUILD.gn (right): https://codereview.chromium.org/1210943008/diff/80001/build/config/BUILD.gn#newcode83 build/config/BUILD.gn:83: if (use_platform_spellchecker) { I added it to build/common.gypi in ...
5 years, 5 months ago (2015-07-08 22:37:56 UTC) #17
cjhopman
https://codereview.chromium.org/1210943008/diff/80001/build/config/BUILD.gn File build/config/BUILD.gn (right): https://codereview.chromium.org/1210943008/diff/80001/build/config/BUILD.gn#newcode83 build/config/BUILD.gn:83: if (use_platform_spellchecker) { On 2015/07/08 22:37:56, dylanking wrote: > ...
5 years, 5 months ago (2015-07-08 22:43:36 UTC) #18
dylanking
https://codereview.chromium.org/1210943008/diff/80001/build/config/BUILD.gn File build/config/BUILD.gn (right): https://codereview.chromium.org/1210943008/diff/80001/build/config/BUILD.gn#newcode83 build/config/BUILD.gn:83: if (use_platform_spellchecker) { Done, hopefully correctly!
5 years, 5 months ago (2015-07-08 23:30:21 UTC) #19
cjhopman
lgtm
5 years, 5 months ago (2015-07-08 23:36:17 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1210943008/100001
5 years, 5 months ago (2015-07-08 23:37:58 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 5 months ago (2015-07-09 02:20:49 UTC) #24
commit-bot: I haz the power
5 years, 5 months ago (2015-07-09 02:21:38 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/0a669b8909530cf5e3489dda0bd50e28196fb7bb
Cr-Commit-Position: refs/heads/master@{#337969}

Powered by Google App Engine
This is Rietveld 408576698