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

Issue 608183002: Move all white-listed input method indicator text from InputMethodUtil to manifests of IME extensio… (Closed)

Created:
6 years, 2 months ago by Shu Chen
Modified:
6 years, 2 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, dmazzoni+watch_chromium.org, yusukes+watch_chromium.org, plundblad+watch_chromium.org, yukishiino+watch_chromium.org, aboxhall+watch_chromium.org, yuzo+watch_chromium.org, nona+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, dtseng+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

Move all white-listed input method indicator text from InputMethodUtil to manifests of IME extensions. BUG=232260 TEST=Verified on linux_chromeos. Committed: https://crrev.com/bc91aaa2ed163990f30a36b5999e722ed548977c Cr-Commit-Position: refs/heads/master@{#297357}

Patch Set 1 #

Patch Set 2 : nit. #

Total comments: 4

Patch Set 3 : revised per comments. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -142 lines) Patch
M chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_util.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/input_method_util.cc View 1 2 4 chunks +3 lines, -136 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_util_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/braille_ime/manifest.json View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/input_method/cangjie_manifest.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json View 10 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json View 12 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/input_method/hangul_manifest.json View 6 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/input_method/mozc_manifest.json View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/input_method/pinyin_manifest.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/input_method/xkb_manifest.json View 12 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/ime/component_extension_ime_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/ime/component_extension_ime_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/ime/extension_ime_util.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chromeos/ime/input_method_descriptor.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chromeos/ime/input_method_descriptor.cc View 1 2 chunks +14 lines, -0 lines 2 comments Download
M extensions/common/manifest_constants.h View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/manifest_constants.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
Shu Chen
Can you please review this cl? nona@ for general IMF. benwells@ for extensions/common/... plundblad@ for ...
6 years, 2 months ago (2014-09-29 02:28:01 UTC) #2
Peter Lundblad
lgtm for braille_ime with small suggestions. https://codereview.chromium.org/608183002/diff/20001/chrome/browser/chromeos/input_method/input_method_util.cc File chrome/browser/chromeos/input_method/input_method_util.cc (right): https://codereview.chromium.org/608183002/diff/20001/chrome/browser/chromeos/input_method/input_method_util.cc#newcode283 chrome/browser/chromeos/input_method/input_method_util.cc:283: // TODO(shuchen): remove ...
6 years, 2 months ago (2014-09-29 12:20:47 UTC) #3
Shu Chen
https://codereview.chromium.org/608183002/diff/20001/chrome/browser/chromeos/input_method/input_method_util.cc File chrome/browser/chromeos/input_method/input_method_util.cc (right): https://codereview.chromium.org/608183002/diff/20001/chrome/browser/chromeos/input_method/input_method_util.cc#newcode283 chrome/browser/chromeos/input_method/input_method_util.cc:283: // TODO(shuchen): remove this method. On 2014/09/29 12:20:47, Peter ...
6 years, 2 months ago (2014-09-29 14:48:08 UTC) #4
Shu Chen
+scheib@ as benwells is OOO.
6 years, 2 months ago (2014-09-29 14:52:06 UTC) #6
scheib
extensions/common/... lgtm
6 years, 2 months ago (2014-09-29 16:00:15 UTC) #7
Seigo Nonaka
lgtm with one comment. Thank you for your cleaning up! https://codereview.chromium.org/608183002/diff/40001/chromeos/ime/input_method_descriptor.cc File chromeos/ime/input_method_descriptor.cc (right): https://codereview.chromium.org/608183002/diff/40001/chromeos/ime/input_method_descriptor.cc#newcode52 ...
6 years, 2 months ago (2014-09-30 02:49:01 UTC) #8
Shu Chen
https://codereview.chromium.org/608183002/diff/40001/chromeos/ime/input_method_descriptor.cc File chromeos/ime/input_method_descriptor.cc (right): https://codereview.chromium.org/608183002/diff/40001/chromeos/ime/input_method_descriptor.cc#newcode52 chromeos/ime/input_method_descriptor.cc:52: return indicator_; On 2014/09/30 02:49:01, Seigo Nonaka wrote: > ...
6 years, 2 months ago (2014-09-30 02:52:56 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/608183002/40001
6 years, 2 months ago (2014-09-30 03:05:16 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 7af9972127cb53fec306850be6fa1d1ff99e6847
6 years, 2 months ago (2014-09-30 03:50:10 UTC) #12
commit-bot: I haz the power
6 years, 2 months ago (2014-09-30 03:51:08 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/bc91aaa2ed163990f30a36b5999e722ed548977c
Cr-Commit-Position: refs/heads/master@{#297357}

Powered by Google App Engine
This is Rietveld 408576698