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

Issue 9359048: Calc USB scancodes for key events (linux only for now) (Closed)

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

Description

Calc USB scancodes for key events (linux only for now) This is basically reviving cl/6691066. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123852 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124009

Patch Set 1 #

Patch Set 2 : Cleanup comments #

Total comments: 4

Patch Set 3 : Review comments #

Total comments: 4

Patch Set 4 : Sync to latest and update #

Patch Set 5 : Fix shared lib build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -3 lines) Patch
M webkit/glue/webkit_glue.gypi View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/event_conversion.cc View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
A webkit/plugins/ppapi/usb_key_code_conversion.h View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/usb_key_code_conversion.cc View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/usb_key_code_conversion_linux.cc View 1 2 3 1 chunk +89 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
garykac
8 years, 10 months ago (2012-02-15 00:42:20 UTC) #1
Jamie
lgtm
8 years, 10 months ago (2012-02-15 00:44:41 UTC) #2
Sergey Ulanov
couple of drive-by style nits http://codereview.chromium.org/9359048/diff/2001/webkit/plugins/ppapi/usb_scan_code_conversion.h File webkit/plugins/ppapi/usb_scan_code_conversion.h (right): http://codereview.chromium.org/9359048/diff/2001/webkit/plugins/ppapi/usb_scan_code_conversion.h#newcode1 webkit/plugins/ppapi/usb_scan_code_conversion.h:1: // Copyright (c) 2011 ...
8 years, 10 months ago (2012-02-15 01:08:12 UTC) #3
garykac
http://codereview.chromium.org/9359048/diff/2001/webkit/plugins/ppapi/usb_scan_code_conversion.h File webkit/plugins/ppapi/usb_scan_code_conversion.h (right): http://codereview.chromium.org/9359048/diff/2001/webkit/plugins/ppapi/usb_scan_code_conversion.h#newcode1 webkit/plugins/ppapi/usb_scan_code_conversion.h:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
8 years, 10 months ago (2012-02-16 21:12:56 UTC) #4
Wez
LGTM, assuming that the mapping table is correct! :) http://codereview.chromium.org/9359048/diff/4001/webkit/plugins/ppapi/usb_scan_code_conversion.cc File webkit/plugins/ppapi/usb_scan_code_conversion.cc (right): http://codereview.chromium.org/9359048/diff/4001/webkit/plugins/ppapi/usb_scan_code_conversion.cc#newcode7 webkit/plugins/ppapi/usb_scan_code_conversion.cc:7: ...
8 years, 10 months ago (2012-02-17 01:35:29 UTC) #5
garykac
http://codereview.chromium.org/9359048/diff/4001/webkit/plugins/ppapi/usb_scan_code_conversion.cc File webkit/plugins/ppapi/usb_scan_code_conversion.cc (right): http://codereview.chromium.org/9359048/diff/4001/webkit/plugins/ppapi/usb_scan_code_conversion.cc#newcode7 webkit/plugins/ppapi/usb_scan_code_conversion.cc:7: #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" On 2012/02/17 01:35:30, Wez wrote: > nit: ...
8 years, 10 months ago (2012-02-22 21:31:07 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/9359048/8001
8 years, 10 months ago (2012-02-22 21:38:14 UTC) #7
commit-bot: I haz the power
Presubmit check for 9359048-8001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-22 21:38:18 UTC) #8
garykac
+darin for webkit
8 years, 10 months ago (2012-02-22 23:03:57 UTC) #9
garykac
+dmichael for the webkit/plugin/ppapi stuff (darin still needed for the gypi change)
8 years, 10 months ago (2012-02-23 00:22:14 UTC) #10
dmichael (off chromium)
Aren't you going to get duplicate definition errors on non-Linux platforms? You might need to ...
8 years, 10 months ago (2012-02-23 17:05:42 UTC) #11
garykac
On 2012/02/23 17:05:42, dmichael wrote: > Aren't you going to get duplicate definition errors on ...
8 years, 10 months ago (2012-02-24 02:33:08 UTC) #12
garykac
ping - still needs lgtm from an owner of webkit/glue
8 years, 10 months ago (2012-02-24 20:26:23 UTC) #13
tony
webkit/glue LGTM
8 years, 10 months ago (2012-02-27 22:10:41 UTC) #14
garykac
On 2012/02/27 22:10:41, tony wrote: > webkit/glue LGTM Thanks!
8 years, 10 months ago (2012-02-27 22:22:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/garykac@chromium.org/9359048/8001
8 years, 9 months ago (2012-02-27 23:26:11 UTC) #16
commit-bot: I haz the power
8 years, 9 months ago (2012-02-28 01:36:48 UTC) #17
Change committed as 123852

Powered by Google App Engine
This is Rietveld 408576698