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

Issue 8511061: Move GetCharacterFromKeyCode from views::KeyEvent to ui/base/keycodes/keyboard_code_conversion.h. (Closed)

Created:
9 years, 1 month ago by Yusuke Sato
Modified:
9 years, 1 month ago
Reviewers:
James Su, sky
CC:
chromium-reviews, tfarina, James Su, dhollowa
Visibility:
Public.

Description

Move GetCharacterFromKeyCode from views::KeyEvent to ui/base/keycodes/keyboard_code_conversion.h. BUG=chromium:97261 TEST=try Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110263

Patch Set 1 #

Patch Set 2 : fix win_shared builder #

Total comments: 2

Patch Set 3 : review fix #

Total comments: 2

Patch Set 4 : review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -136 lines) Patch
A ui/base/keycodes/keyboard_code_conversion.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A ui/base/keycodes/keyboard_code_conversion.cc View 1 chunk +109 lines, -0 lines 0 comments Download
M ui/ui.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M views/events/event.h View 1 2 3 1 chunk +0 lines, -24 lines 0 comments Download
M views/events/event.cc View 1 2 3 2 chunks +2 lines, -102 lines 0 comments Download
M views/events/event_aura.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M views/events/event_wayland.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M views/events/event_win.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M views/events/event_x.cc View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Yusuke Sato
I'd like to move the function to ui:: so that both views::Event and aura::Event could ...
9 years, 1 month ago (2011-11-14 10:10:18 UTC) #1
James Su
LGTM. http://codereview.chromium.org/8511061/diff/2001/ui/base/keycodes/keyboard_code_conversion.h File ui/base/keycodes/keyboard_code_conversion.h (right): http://codereview.chromium.org/8511061/diff/2001/ui/base/keycodes/keyboard_code_conversion.h#newcode35 ui/base/keycodes/keyboard_code_conversion.h:35: // to take the actual feature requirement into ...
9 years, 1 month ago (2011-11-15 04:00:42 UTC) #2
Yusuke Sato
http://codereview.chromium.org/8511061/diff/2001/ui/base/keycodes/keyboard_code_conversion.h File ui/base/keycodes/keyboard_code_conversion.h (right): http://codereview.chromium.org/8511061/diff/2001/ui/base/keycodes/keyboard_code_conversion.h#newcode35 ui/base/keycodes/keyboard_code_conversion.h:35: // to take the actual feature requirement into account. ...
9 years, 1 month ago (2011-11-15 05:16:51 UTC) #3
sky
http://codereview.chromium.org/8511061/diff/7002/views/events/event.h File views/events/event.h (right): http://codereview.chromium.org/8511061/diff/7002/views/events/event.h#newcode339 views/events/event.h:339: static uint16 GetCharacterFromKeyCode(ui::KeyboardCode key_code, int flags); Can we remove ...
9 years, 1 month ago (2011-11-15 16:00:27 UTC) #4
Yusuke Sato
http://codereview.chromium.org/8511061/diff/7002/views/events/event.h File views/events/event.h (right): http://codereview.chromium.org/8511061/diff/7002/views/events/event.h#newcode339 views/events/event.h:339: static uint16 GetCharacterFromKeyCode(ui::KeyboardCode key_code, int flags); On 2011/11/15 16:00:27, ...
9 years, 1 month ago (2011-11-16 01:14:20 UTC) #5
sky
LGTM
9 years, 1 month ago (2011-11-16 04:33:33 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusukes@chromium.org/8511061/13001
9 years, 1 month ago (2011-11-16 05:21:29 UTC) #7
commit-bot: I haz the power
9 years, 1 month ago (2011-11-16 06:35:56 UTC) #8
Change committed as 110263

Powered by Google App Engine
This is Rietveld 408576698