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

Issue 9619014: Add Windows 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

[Chromoting] Add USB keycode handling to Windows client. Update code that converts from native Windows scancodes into USB keycodes. The code now uses a table that is shared across platforms. Pepper uses this table when populating the |usb_key_code| field in the InputEvent. This cl also bring the webkit/plugins/ppapi/usb_keycode_map.h file in sync with the one in remoting/host. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=127157

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -127 lines) Patch
M webkit/glue/webkit_glue.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/usb_key_code_conversion.cc View 1 1 chunk +1 line, -2 lines 1 comment Download
A webkit/plugins/ppapi/usb_key_code_conversion_win.cc View 1 1 chunk +39 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/usb_keycode_map.h View 1 4 chunks +129 lines, -125 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
garykac
8 years, 9 months ago (2012-03-07 19:47:45 UTC) #1
Wez
http://codereview.chromium.org/9619014/diff/1/webkit/plugins/ppapi/usb_key_code_conversion_win.cc File webkit/plugins/ppapi/usb_key_code_conversion_win.cc (right): http://codereview.chromium.org/9619014/diff/1/webkit/plugins/ppapi/usb_key_code_conversion_win.cc#newcode3 webkit/plugins/ppapi/usb_key_code_conversion_win.cc:3: // found in the LICENSE file. We probably need ...
8 years, 9 months ago (2012-03-07 23:35:50 UTC) #2
garykac
CL modified to use newly-added cross-platform table. +tony for webkit/glue
8 years, 9 months ago (2012-03-15 22:14:39 UTC) #3
garykac
On 2012/03/15 22:14:39, garykac wrote: > CL modified to use newly-added cross-platform table. > > ...
8 years, 9 months ago (2012-03-15 22:15:30 UTC) #4
tony
http://codereview.chromium.org/9619014/diff/5001/webkit/plugins/ppapi/usb_key_code_conversion.cc File webkit/plugins/ppapi/usb_key_code_conversion.cc (right): http://codereview.chromium.org/9619014/diff/5001/webkit/plugins/ppapi/usb_key_code_conversion.cc#newcode14 webkit/plugins/ppapi/usb_key_code_conversion.cc:14: #if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN) Can we just ...
8 years, 9 months ago (2012-03-15 22:32:21 UTC) #5
garykac
On 2012/03/15 22:32:21, tony wrote: > http://codereview.chromium.org/9619014/diff/5001/webkit/plugins/ppapi/usb_key_code_conversion.cc#newcode14 > webkit/plugins/ppapi/usb_key_code_conversion.cc:14: #if !defined(OS_LINUX) && > !defined(OS_MACOSX) && ...
8 years, 9 months ago (2012-03-15 22:53:51 UTC) #6
tony
8 years, 9 months ago (2012-03-15 23:22:31 UTC) #7
LGTM!

Powered by Google App Engine
This is Rietveld 408576698