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

Issue 18001004: Remove Hangul IME with migration. (Closed)

Created:
7 years, 5 months ago by Seigo Nonaka
Modified:
7 years, 5 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, nona+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, yusukes+watch_chromium.org
Visibility:
Public.

Description

Remove Hangul IME with migration. New Hangul IME has 5 input method engine which has different keyboard layouts. Old Hangul IME works them with specifying the configuration. So migrated keyboard will be selected based on current configuration. And new Hangul IME has alphanumeric input mode and it can be switched with HANGUL key. So that Korean keyboard layout is no longer necessary. We can ignore the case that the user enables ONLY Korean keyboard layout. Korean keyboard layout is subset of US layout and only useful with Hangul IME. Even there is the case active keyboard list will be fall backed to US layout. BUG=None TEST=Manually checked on link Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209627

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Add comment #

Patch Set 3 : Fix compile failure #

Patch Set 4 : Update Tests: Remove Ko/Kr entry and mozc-hangul #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -91 lines) Patch
M chrome/browser/chromeos/input_method/input_method_manager_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.cc View 4 chunks +34 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc View 1 2 3 8 chunks +6 lines, -67 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_util.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_util_unittest.cc View 1 2 3 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 2 chunks +8 lines, -3 lines 0 comments Download
M chromeos/ime/input_method_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chromeos/ime/input_methods.txt View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Seigo Nonaka
Hi Shu and Carbo, with this change, legacy Hangul IME will be removed and new ...
7 years, 5 months ago (2013-06-27 12:58:00 UTC) #1
Shu Chen
lgtm https://codereview.chromium.org/18001004/diff/4001/chrome/browser/chromeos/preferences.cc File chrome/browser/chromeos/preferences.cc (right): https://codereview.chromium.org/18001004/diff/4001/chrome/browser/chromeos/preferences.cc#newcode777 chrome/browser/chromeos/preferences.cc:777: if (!pref_name || *pref_name == prefs::kLanguageHangulHanjaBindingKeys) { this ...
7 years, 5 months ago (2013-06-28 03:06:53 UTC) #2
Seigo Nonaka
https://codereview.chromium.org/18001004/diff/4001/chrome/browser/chromeos/preferences.cc File chrome/browser/chromeos/preferences.cc (right): https://codereview.chromium.org/18001004/diff/4001/chrome/browser/chromeos/preferences.cc#newcode777 chrome/browser/chromeos/preferences.cc:777: if (!pref_name || *pref_name == prefs::kLanguageHangulHanjaBindingKeys) { Yes, above ...
7 years, 5 months ago (2013-06-28 03:28:51 UTC) #3
Seigo Nonaka
Adding Zach for committer review. Zach, could you also take a look? Thank you.
7 years, 5 months ago (2013-06-28 03:29:32 UTC) #4
Zachary Kuznia
lgtm
7 years, 5 months ago (2013-06-28 19:36:47 UTC) #5
Seigo Nonaka
Thank you for review! Adding satorux@ as the owner of chrome/browser/chromeos. Hi Satoru, could you ...
7 years, 5 months ago (2013-07-01 03:31:28 UTC) #6
satorux1
chrome/browser/chromeos/preferences.cc LGTM with a nit https://codereview.chromium.org/18001004/diff/4001/chrome/browser/chromeos/preferences.cc File chrome/browser/chromeos/preferences.cc (right): https://codereview.chromium.org/18001004/diff/4001/chrome/browser/chromeos/preferences.cc#newcode777 chrome/browser/chromeos/preferences.cc:777: if (!pref_name || *pref_name ...
7 years, 5 months ago (2013-07-01 03:33:45 UTC) #7
Seigo Nonaka
PTAL? https://codereview.chromium.org/18001004/diff/4001/chrome/browser/chromeos/preferences.cc File chrome/browser/chromeos/preferences.cc (right): https://codereview.chromium.org/18001004/diff/4001/chrome/browser/chromeos/preferences.cc#newcode777 chrome/browser/chromeos/preferences.cc:777: if (!pref_name || *pref_name == prefs::kLanguageHangulHanjaBindingKeys) { On ...
7 years, 5 months ago (2013-07-01 04:00:03 UTC) #8
satorux1
LGTM
7 years, 5 months ago (2013-07-01 04:01:48 UTC) #9
Seigo Nonaka
Thank you for your review! Submitting...
7 years, 5 months ago (2013-07-01 04:19:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nona@chromium.org/18001004/16001
7 years, 5 months ago (2013-07-01 04:19:25 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 5 months ago (2013-07-01 04:45:33 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nona@chromium.org/18001004/26001
7 years, 5 months ago (2013-07-02 03:34:09 UTC) #13
commit-bot: I haz the power
7 years, 5 months ago (2013-07-02 06:50:53 UTC) #14
Message was sent while issue was closed.
Change committed as 209627

Powered by Google App Engine
This is Rietveld 408576698