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

Issue 9353013: Add GetUsbKeyCode dev interface for Pepper key events (Closed)

Created:
8 years, 10 months ago by garykac
Modified:
8 years, 10 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Add GetUsbKeyCode _Dev interface for Pepper key events Remove CreatePPEvent since it isn't used anywhere. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122892

Patch Set 1 #

Patch Set 2 : Auto-set PP_INPUTEVENT_CLASS_KEYBOARD #

Total comments: 6

Patch Set 3 : Add GetUsbScanCode_Dev to Pepper/NaCl interface #

Total comments: 4

Patch Set 4 : Create PPB_KeyboardInputEvent_Dev interface #

Patch Set 5 : Move interface into dev/ directory. #

Patch Set 6 : Revert whitespace changes in non-dev interface #

Patch Set 7 : Add missing dev idl files #

Patch Set 8 : Sync to remove aura files #

Patch Set 9 : Use explicit PP_ToBool rather than default conversion #

Patch Set 10 : Force Mac data to be 64-byte aligned #

Patch Set 11 : Fix typo (byte -> bit) #

Total comments: 2

Patch Set 12 : Init new fields in InputEventData #

Total comments: 3

Patch Set 13 : Remove _dev methods from cpp interface #

Patch Set 14 : Re-sync to remove unrelated edits #

Total comments: 28

Patch Set 15 : Update copyright comments #

Patch Set 16 : Rename to usb_key_code #

Total comments: 10

Patch Set 17 : Update comments based on review feedback. #

Patch Set 18 : Change formatting of copyright header to appease presubmit bot #

Patch Set 19 : Remove blank line change from remoting. #

Patch Set 20 : More header updates to fix all presubmit problems. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -17 lines) Patch
A ppapi/api/dev/ppb_keyboard_input_event_dev.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +50 lines, -0 lines 0 comments Download
A ppapi/c/dev/ppb_keyboard_input_event_dev.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +74 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +12 lines, -4 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/input_event_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +6 lines, -4 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +8 lines, -3 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +35 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/shared_impl/ppb_input_event_shared.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/shared_impl/ppb_input_event_shared.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +9 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_input_event_api.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +4 lines, -1 line 0 comments Download
M ppapi/thunk/ppb_input_event_thunk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +26 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/event_conversion.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +1 line, -4 lines 0 comments Download
M webkit/plugins/ppapi/event_conversion.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 24 (0 generated)
Wez
http://codereview.chromium.org/9353013/diff/2001/ppapi/api/ppb_input_event.idl File ppapi/api/ppb_input_event.idl (right): http://codereview.chromium.org/9353013/diff/2001/ppapi/api/ppb_input_event.idl#newcode234 ppapi/api/ppb_input_event.idl:234: * filtered mode so you can pass on the ...
8 years, 10 months ago (2012-02-07 23:48:13 UTC) #1
garykac
I'll be out this morning, so I wanted to send this out for a quick ...
8 years, 10 months ago (2012-02-09 14:26:03 UTC) #2
brettw
http://codereview.chromium.org/9353013/diff/7001/ppapi/api/ppb_input_event.idl File ppapi/api/ppb_input_event.idl (right): http://codereview.chromium.org/9353013/diff/7001/ppapi/api/ppb_input_event.idl#newcode731 ppapi/api/ppb_input_event.idl:731: uint32_t GetUsbScanCode_Dev([in] PP_Resource key_event); We need to keep backwards ...
8 years, 10 months ago (2012-02-09 19:19:43 UTC) #3
garykac
On 2012/02/09 19:19:43, brettw wrote: > http://codereview.chromium.org/9353013/diff/7001/ppapi/api/ppb_input_event.idl > File ppapi/api/ppb_input_event.idl (right): > > http://codereview.chromium.org/9353013/diff/7001/ppapi/api/ppb_input_event.idl#newcode731 > ...
8 years, 10 months ago (2012-02-14 00:27:33 UTC) #4
dmichael (off chromium)
http://codereview.chromium.org/9353013/diff/5002/ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h File ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h (right): http://codereview.chromium.org/9353013/diff/5002/ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h#newcode38 ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h:38: uint32_t unused_padding; drive-by... please also initialize these (including unused_padding) ...
8 years, 10 months ago (2012-02-14 19:40:45 UTC) #5
garykac
http://codereview.chromium.org/9353013/diff/5002/ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h File ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h (right): http://codereview.chromium.org/9353013/diff/5002/ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h#newcode38 ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h:38: uint32_t unused_padding; On 2012/02/14 19:40:46, dmichael wrote: > drive-by... ...
8 years, 10 months ago (2012-02-14 23:21:16 UTC) #6
brettw
lgtm http://codereview.chromium.org/9353013/diff/6024/ppapi/cpp/input_event.h File ppapi/cpp/input_event.h (right): http://codereview.chromium.org/9353013/diff/6024/ppapi/cpp/input_event.h#newcode305 ppapi/cpp/input_event.h:305: /// PPB_KeyboardInputEvent_Dev interface. I prefer not to have ...
8 years, 10 months ago (2012-02-15 00:42:44 UTC) #7
dmichael (off chromium)
LGTM (modulo brettw's comment about dev in the C++ wrapper)
8 years, 10 months ago (2012-02-15 15:49:26 UTC) #8
Wez
http://codereview.chromium.org/9353013/diff/7001/ppapi/api/ppb_input_event.idl File ppapi/api/ppb_input_event.idl (right): http://codereview.chromium.org/9353013/diff/7001/ppapi/api/ppb_input_event.idl#newcode731 ppapi/api/ppb_input_event.idl:731: uint32_t GetUsbScanCode_Dev([in] PP_Resource key_event); On 2012/02/09 19:19:44, brettw wrote: ...
8 years, 10 months ago (2012-02-16 19:18:51 UTC) #9
garykac
http://codereview.chromium.org/9353013/diff/7001/ppapi/api/ppb_input_event.idl File ppapi/api/ppb_input_event.idl (right): http://codereview.chromium.org/9353013/diff/7001/ppapi/api/ppb_input_event.idl#newcode731 ppapi/api/ppb_input_event.idl:731: uint32_t GetUsbScanCode_Dev([in] PP_Resource key_event); On 2012/02/16 19:18:51, Wez wrote: ...
8 years, 10 months ago (2012-02-16 20:45:03 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/9353013/30003
8 years, 10 months ago (2012-02-16 23:15:19 UTC) #11
commit-bot: I haz the power
Presubmit check for 9353013-30003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-16 23:15:30 UTC) #12
Wez
http://codereview.chromium.org/9353013/diff/30003/ppapi/api/dev/ppb_keyboard_input_event_dev.idl File ppapi/api/dev/ppb_keyboard_input_event_dev.idl (right): http://codereview.chromium.org/9353013/diff/30003/ppapi/api/dev/ppb_keyboard_input_event_dev.idl#newcode8 ppapi/api/dev/ppb_keyboard_input_event_dev.idl:8: * which provides access to the raw USB scancodes ...
8 years, 10 months ago (2012-02-17 01:31:01 UTC) #13
garykac
http://codereview.chromium.org/9353013/diff/30003/ppapi/api/dev/ppb_keyboard_input_event_dev.idl File ppapi/api/dev/ppb_keyboard_input_event_dev.idl (right): http://codereview.chromium.org/9353013/diff/30003/ppapi/api/dev/ppb_keyboard_input_event_dev.idl#newcode8 ppapi/api/dev/ppb_keyboard_input_event_dev.idl:8: * which provides access to the raw USB scancodes ...
8 years, 10 months ago (2012-02-17 18:25:30 UTC) #14
Wez
lgtm http://codereview.chromium.org/9353013/diff/38001/ppapi/api/dev/ppb_keyboard_input_event_dev.idl File ppapi/api/dev/ppb_keyboard_input_event_dev.idl (right): http://codereview.chromium.org/9353013/diff/38001/ppapi/api/dev/ppb_keyboard_input_event_dev.idl#newcode8 ppapi/api/dev/ppb_keyboard_input_event_dev.idl:8: * which provides access to USB scancodes that ...
8 years, 10 months ago (2012-02-19 22:34:22 UTC) #15
garykac
http://codereview.chromium.org/9353013/diff/38001/ppapi/api/dev/ppb_keyboard_input_event_dev.idl File ppapi/api/dev/ppb_keyboard_input_event_dev.idl (right): http://codereview.chromium.org/9353013/diff/38001/ppapi/api/dev/ppb_keyboard_input_event_dev.idl#newcode8 ppapi/api/dev/ppb_keyboard_input_event_dev.idl:8: * which provides access to USB scancodes that identify ...
8 years, 10 months ago (2012-02-21 18:42:21 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/garykac@chromium.org/9353013/10002
8 years, 10 months ago (2012-02-21 18:42:43 UTC) #17
commit-bot: I haz the power
Presubmit check for 9353013-10002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-21 18:42:52 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/garykac@chromium.org/9353013/48001
8 years, 10 months ago (2012-02-21 18:52:16 UTC) #19
commit-bot: I haz the power
Presubmit check for 9353013-48001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-21 18:52:25 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/garykac@chromium.org/9353013/35008
8 years, 10 months ago (2012-02-21 19:00:02 UTC) #21
commit-bot: I haz the power
Try job failure for 9353013-35008 (retry) (retry) on linux_rel for step "ui_tests". It's a second ...
8 years, 10 months ago (2012-02-21 20:51:13 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/garykac@chromium.org/9353013/35008
8 years, 10 months ago (2012-02-21 21:16:13 UTC) #23
commit-bot: I haz the power
8 years, 10 months ago (2012-02-21 22:43:01 UTC) #24
Change committed as 122892

Powered by Google App Engine
This is Rietveld 408576698