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

Issue 2166683003: Componentize spellcheck [1]: create component and move switches there. (Closed)

Created:
4 years, 5 months ago by timvolodine
Modified:
4 years, 5 months ago
CC:
chromium-reviews, groby+spellwatch_chromium.org, rlp+watch_chromium.org, rouslan+spell_chromium.org, asvitkine+watch_chromium.org, Torne
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize spellcheck [1]: create component and move switches there. Current spellcheck code lives in the chrome/ layer, but we want to make it available in webview as well. Therefore this effort of making a dedicated spellcheck component. As a first step we create a //components/spellcheck and move the chrome spellcheck related switches there. BUG=583616, 629609 Committed: https://crrev.com/677f301fb8de766a62d065408821722bb89f85f3 Cr-Commit-Position: refs/heads/master@{#407469}

Patch Set 1 #

Total comments: 2

Patch Set 2 : add owners #

Patch Set 3 : add gyp #

Patch Set 4 : update components/OWNERS #

Total comments: 6

Patch Set 5 : rebase + address comments #

Patch Set 6 : rebase + --no-find-copies #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -50 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/spellchecker/feedback_sender.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/spellchecker/feedback_sender_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_platform_android.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +0 lines, -26 lines 0 comments Download
M chrome/renderer/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/OWNERS View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M components/components.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A components/spellcheck.gypi View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
A components/spellcheck/OWNERS View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
A components/spellcheck/common/BUILD.gn View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
A components/spellcheck/common/spellcheck_switches.h View 1 chunk +25 lines, -0 lines 0 comments Download
A components/spellcheck/common/spellcheck_switches.cc View 1 chunk +38 lines, -0 lines 0 comments Download
M ios/chrome/ios_chrome.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 49 (28 generated)
timvolodine
4 years, 5 months ago (2016-07-20 13:12:29 UTC) #6
timvolodine
On 2016/07/20 13:12:29, timvolodine wrote: peter@: if you have the time to take a look..
4 years, 5 months ago (2016-07-20 13:13:16 UTC) #7
Peter Beverloo
This seems good to me with a few comments and questions: - Is the plan ...
4 years, 5 months ago (2016-07-20 13:35:25 UTC) #8
timvolodine
Thanks for the comments! replies below: On 2016/07/20 13:35:25, Peter Beverloo wrote: > This seems ...
4 years, 5 months ago (2016-07-20 19:26:00 UTC) #12
timvolodine
https://codereview.chromium.org/2166683003/diff/1/components/spellcheck/OWNERS File components/spellcheck/OWNERS (right): https://codereview.chromium.org/2166683003/diff/1/components/spellcheck/OWNERS#newcode1 components/spellcheck/OWNERS:1: timvolodine@chromium.org On 2016/07/20 13:35:25, Peter Beverloo wrote: > mailto:+groby@chromium.org ...
4 years, 5 months ago (2016-07-20 19:26:23 UTC) #13
timvolodine
+rouslan@ and groby@ : FYI, move refactoring will be coming soon..
4 years, 5 months ago (2016-07-20 19:27:45 UTC) #15
groby-ooo-7-16
On 2016/07/20 19:27:45, timvolodine wrote: > +rouslan@ and groby@ : FYI, move refactoring will be ...
4 years, 5 months ago (2016-07-20 21:04:38 UTC) #18
groby-ooo-7-16
On 2016/07/20 21:04:38, groby wrote: > On 2016/07/20 19:27:45, timvolodine wrote: > > +rouslan@ and ...
4 years, 5 months ago (2016-07-20 21:07:34 UTC) #19
Peter Beverloo
On 2016/07/20 19:26:00, timvolodine wrote: > Thanks for the comments! replies below: > > On ...
4 years, 5 months ago (2016-07-20 22:15:59 UTC) #20
Peter Beverloo
On 2016/07/20 21:07:34, groby wrote: > On 2016/07/20 21:04:38, groby wrote: > > On 2016/07/20 ...
4 years, 5 months ago (2016-07-20 22:16:43 UTC) #21
groby-ooo-7-16
On 2016/07/20 22:16:43, Peter Beverloo wrote: > On 2016/07/20 21:07:34, groby wrote: > > On ...
4 years, 5 months ago (2016-07-21 14:44:22 UTC) #22
timvolodine
On 2016/07/21 14:44:22, groby wrote: > On 2016/07/20 22:16:43, Peter Beverloo wrote: > > On ...
4 years, 5 months ago (2016-07-21 15:27:40 UTC) #23
Peter Beverloo
Anyhow, I think we'd all like to see this happen so lgtm to start the ...
4 years, 5 months ago (2016-07-22 12:45:25 UTC) #30
timvolodine
thanks for the review! https://codereview.chromium.org/2166683003/diff/60001/components/spellcheck.gypi File components/spellcheck.gypi (right): https://codereview.chromium.org/2166683003/diff/60001/components/spellcheck.gypi#newcode1 components/spellcheck.gypi:1: # Copyright (c) 2016 The ...
4 years, 5 months ago (2016-07-22 17:25:35 UTC) #35
timvolodine
groby@: are you fine with this patch? just making sure :)
4 years, 5 months ago (2016-07-22 17:28:12 UTC) #36
groby-ooo-7-16
LGTM
4 years, 5 months ago (2016-07-22 18:44:48 UTC) #39
timvolodine
+jam@: for the general rubber-stamp
4 years, 5 months ago (2016-07-22 19:35:20 UTC) #41
jam
lgtm
4 years, 5 months ago (2016-07-22 20:51:45 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2166683003/100001
4 years, 5 months ago (2016-07-25 13:12:40 UTC) #45
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-25 14:01:15 UTC) #47
commit-bot: I haz the power
4 years, 5 months ago (2016-07-25 14:03:41 UTC) #49
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/677f301fb8de766a62d065408821722bb89f85f3
Cr-Commit-Position: refs/heads/master@{#407469}

Powered by Google App Engine
This is Rietveld 408576698