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

Issue 676593004: Adds experimental flag --enable-experimental-ime-features. (Closed)

Created:
6 years, 2 months ago by Shu Chen
Modified:
6 years, 2 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, asvitkine+watch_chromium.org, nona+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Adds 2 flags for input method features. 1) --enable-new-korean-ime, which is for new Korean IME based on Google Input Tools. 2) --enable-physical-keyboard-autocorrect, which is for suggestions on typing with physical keyboard. For enable-physical-keyboard-autocorrect, the extension JS will use inputMethodPrivate.getInputMethodConfig API to read the flag value and turn on the feature accordingly. BUG=422869 TEST=Verified on linux_chromeos. Committed: https://crrev.com/d9008942f2125209c87095058ff2afa0f8d466e9 Cr-Commit-Position: refs/heads/master@{#300892}

Patch Set 1 #

Total comments: 2

Patch Set 2 : revised per comment. #

Total comments: 9

Patch Set 3 : revised per comments. #

Patch Set 4 : #

Patch Set 5 : revised per comments. #

Total comments: 1

Patch Set 6 : split into 2 flags. #

Patch Set 7 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -0 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +14 lines, -0 lines 2 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/input_method_api.h View 1 2 3 4 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/input_method_api.cc View 1 2 3 4 5 3 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/input_method_private.json View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
M chromeos/chromeos_switches.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/chromeos_switches.cc View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M chromeos/ime/component_extension_ime_manager.cc View 1 2 3 4 5 3 chunks +7 lines, -0 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (2 generated)
Shu Chen
Guys, can you please review this cl? Thanks yukishiino@: overall IMF changes. kalman@: chrome/common/extensions/api/input_method_private.json isherman@: ...
6 years, 2 months ago (2014-10-23 05:38:23 UTC) #2
Ilya Sherman
https://codereview.chromium.org/676593004/diff/1/extensions/browser/extension_function_histogram_value.h File extensions/browser/extension_function_histogram_value.h (right): https://codereview.chromium.org/676593004/diff/1/extensions/browser/extension_function_histogram_value.h#newcode971 extensions/browser/extension_function_histogram_value.h:971: // tools/metrics/histograms/histograms.xml. Please run the script to update histograms.xml.
6 years, 2 months ago (2014-10-23 05:47:31 UTC) #3
Shu Chen
https://codereview.chromium.org/676593004/diff/1/extensions/browser/extension_function_histogram_value.h File extensions/browser/extension_function_histogram_value.h (right): https://codereview.chromium.org/676593004/diff/1/extensions/browser/extension_function_histogram_value.h#newcode971 extensions/browser/extension_function_histogram_value.h:971: // tools/metrics/histograms/histograms.xml. On 2014/10/23 05:47:30, Ilya Sherman wrote: > ...
6 years, 2 months ago (2014-10-23 06:21:37 UTC) #4
Ilya Sherman
histograms lgtm
6 years, 2 months ago (2014-10-23 06:24:09 UTC) #5
Yuki
1. I don't see any changes about autocorrection for physical keyboards. Where are you checking ...
6 years, 2 months ago (2014-10-23 07:05:43 UTC) #6
Shu Chen
> 1. I don't see any changes about autocorrection for physical keyboards. Where > are ...
6 years, 2 months ago (2014-10-23 07:16:01 UTC) #7
Shu Chen
https://codereview.chromium.org/676593004/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/676593004/diff/20001/chrome/app/generated_resources.grd#newcode13860 chrome/app/generated_resources.grd:13860: + Enable experimental features for IMEs. On 2014/10/23 07:05:43, ...
6 years, 2 months ago (2014-10-23 07:19:05 UTC) #8
Yuki
On 2014/10/23 07:16:01, Shu Chen wrote: > > 1. I don't see any changes about ...
6 years, 2 months ago (2014-10-23 07:30:13 UTC) #9
Shu Chen
On 2014/10/23 07:30:13, Yuki wrote: > On 2014/10/23 07:16:01, Shu Chen wrote: > > > ...
6 years, 2 months ago (2014-10-23 07:41:11 UTC) #10
Yuki
https://codereview.chromium.org/676593004/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/676593004/diff/20001/chrome/app/generated_resources.grd#newcode13860 chrome/app/generated_resources.grd:13860: + Enable experimental features for IMEs. On 2014/10/23 07:19:05, ...
6 years, 2 months ago (2014-10-23 07:42:02 UTC) #11
Shu Chen
On 2014/10/23 07:42:02, Yuki wrote: > https://codereview.chromium.org/676593004/diff/20001/chrome/app/generated_resources.grd > File chrome/app/generated_resources.grd (right): > > https://codereview.chromium.org/676593004/diff/20001/chrome/app/generated_resources.grd#newcode13860 > ...
6 years, 2 months ago (2014-10-23 07:53:55 UTC) #12
Yuki
https://codereview.chromium.org/676593004/diff/80001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/676593004/diff/80001/chrome/app/generated_resources.grd#newcode13860 chrome/app/generated_resources.grd:13860: + Enable experimental features for IMEs. Please write the ...
6 years, 2 months ago (2014-10-23 08:15:28 UTC) #13
Shu Chen
On 2014/10/23 08:15:28, Yuki wrote: > https://codereview.chromium.org/676593004/diff/80001/chrome/app/generated_resources.grd > File chrome/app/generated_resources.grd (right): > > https://codereview.chromium.org/676593004/diff/80001/chrome/app/generated_resources.grd#newcode13860 > ...
6 years, 2 months ago (2014-10-23 08:54:39 UTC) #14
Yuki
lgtm. Looks great to me :) https://codereview.chromium.org/676593004/diff/120001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/676593004/diff/120001/chrome/app/generated_resources.grd#newcode13860 chrome/app/generated_resources.grd:13860: + Enable new ...
6 years, 2 months ago (2014-10-23 09:05:49 UTC) #15
not at google - send to devlin
lgtm
6 years, 2 months ago (2014-10-23 13:59:24 UTC) #16
Shu Chen
https://codereview.chromium.org/676593004/diff/120001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/676593004/diff/120001/chrome/app/generated_resources.grd#newcode13860 chrome/app/generated_resources.grd:13860: + Enable new Korean IME, which is based on ...
6 years, 2 months ago (2014-10-23 14:12:53 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/676593004/120001
6 years, 2 months ago (2014-10-23 14:14:11 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:120001)
6 years, 2 months ago (2014-10-23 15:17:33 UTC) #20
commit-bot: I haz the power
6 years, 2 months ago (2014-10-23 15:18:04 UTC) #21
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/d9008942f2125209c87095058ff2afa0f8d466e9
Cr-Commit-Position: refs/heads/master@{#300892}

Powered by Google App Engine
This is Rietveld 408576698