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

Issue 7865019: Handle XK_Zenkaku_Hankaku, Henkan, Muhenkan, Hangul etc. in Chrome (Closed)

Created:
9 years, 3 months ago by Yusuke Sato
Modified:
9 years, 3 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org, stevenjb, Paweł Hajdan Jr., Peng
Visibility:
Public.

Description

Handle XK_Zenkaku_Hankaku, Henkan, Muhenkan, Hangul etc. in Chrome. BUG=chromium-os:13836 TEST=manually checked with Korean/Japanese keyboards Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100680

Patch Set 1 : wip #

Patch Set 2 : review #

Total comments: 14

Patch Set 3 : review fix #

Patch Set 4 : review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -7 lines) Patch
M chrome/browser/chromeos/input_method/input_method_manager.cc View 1 2 3 10 chunks +174 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yusuke Sato
9 years, 3 months ago (2011-09-12 09:27:09 UTC) #1
Zachary Kuznia
LGTM http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc File chrome/browser/chromeos/input_method/input_method_manager.cc (right): http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc#newcode1130 chrome/browser/chromeos/input_method/input_method_manager.cc:1130: const size_t index = static_cast<size_t>(event) - 2; This ...
9 years, 3 months ago (2011-09-12 09:48:07 UTC) #2
mazda
http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc File chrome/browser/chromeos/input_method/input_method_manager.cc (right): http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc#newcode60 chrome/browser/chromeos/input_method/input_method_manager.cc:60: bool trigger_on_press; What happens if trigger_on_press is false? http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc#newcode288 ...
9 years, 3 months ago (2011-09-12 10:02:54 UTC) #3
Yusuke Sato
mazda: PTAL http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc File chrome/browser/chromeos/input_method/input_method_manager.cc (right): http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc#newcode60 chrome/browser/chromeos/input_method/input_method_manager.cc:60: bool trigger_on_press; On 2011/09/12 10:02:54, mazda wrote: ...
9 years, 3 months ago (2011-09-12 11:46:05 UTC) #4
mazda
LGTM http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc File chrome/browser/chromeos/input_method/input_method_manager.cc (right): http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc#newcode60 chrome/browser/chromeos/input_method/input_method_manager.cc:60: bool trigger_on_press; Thanks. Probably it's better to add ...
9 years, 3 months ago (2011-09-12 11:57:31 UTC) #5
Yusuke Sato
http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc File chrome/browser/chromeos/input_method/input_method_manager.cc (right): http://codereview.chromium.org/7865019/diff/4001/chrome/browser/chromeos/input_method/input_method_manager.cc#newcode60 chrome/browser/chromeos/input_method/input_method_manager.cc:60: bool trigger_on_press; On 2011/09/12 11:57:31, mazda wrote: > Thanks. ...
9 years, 3 months ago (2011-09-12 12:02:14 UTC) #6
commit-bot: I haz the power
9 years, 3 months ago (2011-09-12 14:01:35 UTC) #7
Change committed as 100680

Powered by Google App Engine
This is Rietveld 408576698