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

Issue 9608011: Update Linux nativeKeyCode to USB keycode conversion table. (Closed)

Created:
8 years, 9 months ago by garykac
Modified:
8 years, 9 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Update Linux nativeKeyCode to USB keycode conversion table. Remove evdev-based table, replace with xkb version. Add check to verify size of lookup table. BUG=none TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=127011

Patch Set 1 #

Patch Set 2 : Update LOG and comments #

Total comments: 17

Patch Set 3 : Clean up table #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -62 lines) Patch
M webkit/plugins/ppapi/usb_key_code_conversion_linux.cc View 1 2 2 chunks +151 lines, -62 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
garykac
8 years, 9 months ago (2012-03-07 20:00:05 UTC) #1
Wez
http://codereview.chromium.org/9608011/diff/2001/webkit/plugins/ppapi/usb_key_code_conversion.h File webkit/plugins/ppapi/usb_key_code_conversion.h (right): http://codereview.chromium.org/9608011/diff/2001/webkit/plugins/ppapi/usb_key_code_conversion.h#newcode30 webkit/plugins/ppapi/usb_key_code_conversion.h:30: _elements[(sizeof(NAME) == (SIZE * sizeof(CTYPENAME))) ? 1 : -1]; ...
8 years, 9 months ago (2012-03-07 23:25:18 UTC) #2
dmichael (off chromium)
http://codereview.chromium.org/9608011/diff/2001/webkit/plugins/ppapi/usb_key_code_conversion.h File webkit/plugins/ppapi/usb_key_code_conversion.h (right): http://codereview.chromium.org/9608011/diff/2001/webkit/plugins/ppapi/usb_key_code_conversion.h#newcode30 webkit/plugins/ppapi/usb_key_code_conversion.h:30: _elements[(sizeof(NAME) == (SIZE * sizeof(CTYPENAME))) ? 1 : -1]; ...
8 years, 9 months ago (2012-03-07 23:45:06 UTC) #3
garykac
http://codereview.chromium.org/9608011/diff/2001/webkit/plugins/ppapi/usb_key_code_conversion.h File webkit/plugins/ppapi/usb_key_code_conversion.h (right): http://codereview.chromium.org/9608011/diff/2001/webkit/plugins/ppapi/usb_key_code_conversion.h#newcode30 webkit/plugins/ppapi/usb_key_code_conversion.h:30: _elements[(sizeof(NAME) == (SIZE * sizeof(CTYPENAME))) ? 1 : -1]; ...
8 years, 9 months ago (2012-03-14 13:47:47 UTC) #4
dmichael (off chromium)
lgtm
8 years, 9 months ago (2012-03-14 20:51:10 UTC) #5
Wez
lgtm
8 years, 9 months ago (2012-03-14 21:03:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/garykac@chromium.org/9608011/5001
8 years, 9 months ago (2012-03-15 00:30:10 UTC) #7
commit-bot: I haz the power
Try job failure for 9608011-5001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-15 03:19:47 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/garykac@chromium.org/9608011/5001
8 years, 9 months ago (2012-03-15 16:17:20 UTC) #9
commit-bot: I haz the power
8 years, 9 months ago (2012-03-15 19:58:36 UTC) #10
Try job failure for 9608011-5001 (retry) on win_rel for steps "ui_tests,
browser_tests".
It's a second try, previously, steps "ui_tests, browser_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698