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

Issue 10544106: Move usb_keycode_map.h into ui/base/keycodes. (Closed)

Created:
8 years, 6 months ago by garykac
Modified:
8 years, 6 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, yusukes+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, penghuang+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, alexeypa+watch_chromium.org, James Su, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Move usb_keycode_map.h into ui/base/keycodes. This file contains the mapping table to convert to/from USB scan codes and native Mac, Win and Linux key codes. Currently, 2 exact copies of this file exist: * webkit/plugins/ppapi * remoting/host This cl combines these files into one super-powerful USB key mapping table! BUG=118432 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141930

Patch Set 1 #

Patch Set 2 : Add OWNERS file and update DEPS comment #

Patch Set 3 : Update DEPS comment (again) #

Total comments: 5

Patch Set 4 : Remove old TODOs #

Patch Set 5 : Add comment to OWNERS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -797 lines) Patch
M remoting/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/host/event_executor_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/event_executor_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/event_executor_win.cc View 2 chunks +1 line, -2 lines 0 comments Download
D remoting/host/usb_keycode_map.h View 1 chunk +0 lines, -391 lines 0 comments Download
A ui/base/keycodes/OWNERS View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
A + ui/base/keycodes/usb_keycode_map.h View 1 2 3 2 chunks +2 lines, -8 lines 0 comments Download
M ui/ui.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/usb_key_code_conversion_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/usb_key_code_conversion_win.cc View 1 chunk +1 line, -1 line 0 comments Download
D webkit/plugins/ppapi/usb_keycode_map.h View 1 chunk +0 lines, -391 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
garykac
8 years, 6 months ago (2012-06-12 20:09:49 UTC) #1
tfarina
http://codereview.chromium.org/10544106/diff/10001/ui/base/keycodes/OWNERS File ui/base/keycodes/OWNERS (right): http://codereview.chromium.org/10544106/diff/10001/ui/base/keycodes/OWNERS#newcode1 ui/base/keycodes/OWNERS:1: garykac@chromium.org is this really necessary? what about the people ...
8 years, 6 months ago (2012-06-12 20:27:50 UTC) #2
Wez
http://codereview.chromium.org/10544106/diff/10001/ui/base/keycodes/OWNERS File ui/base/keycodes/OWNERS (right): http://codereview.chromium.org/10544106/diff/10001/ui/base/keycodes/OWNERS#newcode1 ui/base/keycodes/OWNERS:1: garykac@chromium.org On 2012/06/12 20:27:51, tfarina wrote: > is this ...
8 years, 6 months ago (2012-06-12 20:33:06 UTC) #3
garykac
http://codereview.chromium.org/10544106/diff/10001/ui/base/keycodes/OWNERS File ui/base/keycodes/OWNERS (right): http://codereview.chromium.org/10544106/diff/10001/ui/base/keycodes/OWNERS#newcode1 ui/base/keycodes/OWNERS:1: garykac@chromium.org On 2012/06/12 20:27:51, tfarina wrote: > is this ...
8 years, 6 months ago (2012-06-12 20:41:37 UTC) #4
tfarina
On 2012/06/12 20:41:37, garykac wrote: > Would it be better to add ben@ explicitly here ...
8 years, 6 months ago (2012-06-12 20:43:37 UTC) #5
garykac
http://codereview.chromium.org/10544106/diff/10001/ui/base/keycodes/usb_keycode_map.h File ui/base/keycodes/usb_keycode_map.h (right): http://codereview.chromium.org/10544106/diff/10001/ui/base/keycodes/usb_keycode_map.h#newcode17 ui/base/keycodes/usb_keycode_map.h:17: // On Windows: Windows OEM scancode TODO(garykac) On 2012/06/12 ...
8 years, 6 months ago (2012-06-12 20:44:13 UTC) #6
garykac
On 2012/06/12 20:43:37, tfarina wrote: > > I think with just a comment saying you ...
8 years, 6 months ago (2012-06-12 20:47:40 UTC) #7
Wez
lgtm
8 years, 6 months ago (2012-06-12 20:48:29 UTC) #8
Ben Goodger (Google)
lgtm
8 years, 6 months ago (2012-06-13 16:08:34 UTC) #9
brettw
lgtm
8 years, 6 months ago (2012-06-13 16:43:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/garykac@chromium.org/10544106/4002
8 years, 6 months ago (2012-06-13 17:04:15 UTC) #11
commit-bot: I haz the power
8 years, 6 months ago (2012-06-13 19:21:42 UTC) #12
Change committed as 141930

Powered by Google App Engine
This is Rietveld 408576698