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

Issue 2861022: Add EnableInputMethodsAndKeyboardLayouts function (Closed)

Created:
10 years, 6 months ago by Yusuke Sato
Modified:
9 years, 7 months ago
Reviewers:
satorux1
CC:
chromium-reviews, davemoore+watch_chromium.org, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add EnableInputMethodsAndKeyboardLayouts function. I'll use the function to implement crosbug.com/2619 (Implement input language selector on the log in page) BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51220

Patch Set 1 : review #

Total comments: 10

Patch Set 2 : addressed comments #

Total comments: 2

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -15 lines) Patch
M chrome/browser/chromeos/input_method/input_method_util.h View 1 2 chunks +34 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_util.cc View 1 2 5 chunks +39 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_util_unittest.cc View 1 1 chunk +31 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/language_preferences.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/options/language_config_model.cc View 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yusuke Sato
10 years, 6 months ago (2010-06-24 06:07:50 UTC) #1
satorux1
LGTM, for minor nits below: http://codereview.chromium.org/2861022/diff/2001/3001 File chrome/browser/chromeos/input_method/input_method_util.cc (right): http://codereview.chromium.org/2861022/diff/2001/3001#newcode586 chrome/browser/chromeos/input_method/input_method_util.cc:586: } This seems to ...
10 years, 6 months ago (2010-06-25 05:14:18 UTC) #2
satorux1
http://codereview.chromium.org/2861022/diff/2001/3002 File chrome/browser/chromeos/input_method/input_method_util.h (right): http://codereview.chromium.org/2861022/diff/2001/3002#newcode144 chrome/browser/chromeos/input_method/input_method_util.h:144: void EnableInputMethodsAndKeyboardLayouts( BTW, what about calling it EnableInputMethods() to ...
10 years, 6 months ago (2010-06-26 03:27:44 UTC) #3
satorux1
http://codereview.chromium.org/2861022/diff/2001/3002 File chrome/browser/chromeos/input_method/input_method_util.h (right): http://codereview.chromium.org/2861022/diff/2001/3002#newcode145 chrome/browser/chromeos/input_method/input_method_util.h:145: const std::string& locale, bool keyboard_layout_only, See comments about the ...
10 years, 6 months ago (2010-06-26 04:10:58 UTC) #4
Yusuke Sato
http://codereview.chromium.org/2861022/diff/2001/3001 File chrome/browser/chromeos/input_method/input_method_util.cc (right): http://codereview.chromium.org/2861022/diff/2001/3001#newcode586 chrome/browser/chromeos/input_method/input_method_util.cc:586: } On 2010/06/25 05:14:18, satorux1 wrote: > This seems ...
10 years, 6 months ago (2010-06-28 02:00:00 UTC) #5
satorux1
LGTM http://codereview.chromium.org/2861022/diff/11001/12001 File chrome/browser/chromeos/input_method/input_method_util.cc (right): http://codereview.chromium.org/2861022/diff/11001/12001#newcode590 chrome/browser/chromeos/input_method/input_method_util.cc:590: kHardwareKeyboardLayout)) { == 0 ?
10 years, 6 months ago (2010-06-28 02:06:18 UTC) #6
Yusuke Sato
10 years, 5 months ago (2010-06-30 03:25:32 UTC) #7
done. submitting..

http://codereview.chromium.org/2861022/diff/11001/12001
File chrome/browser/chromeos/input_method/input_method_util.cc (right):

http://codereview.chromium.org/2861022/diff/11001/12001#newcode590
chrome/browser/chromeos/input_method/input_method_util.cc:590:
kHardwareKeyboardLayout)) {
On 2010/06/28 02:06:18, satorux1 wrote:
> == 0 ?

Done.

Powered by Google App Engine
This is Rietveld 408576698