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

Issue 9148044: Add NaCl proxy for pepper gamepad (Closed)

Created:
8 years, 11 months ago by scottmg
Modified:
8 years, 11 months ago
Reviewers:
bbudge
CC:
chromium-reviews
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : review fixes #

Patch Set 3 : add missing registration location #

Patch Set 4 : add missing build file entry #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -0 lines) Patch
M ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h View 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
A ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_gamepad_rpc_server.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/build.scons View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/nacl.scons View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_gamepad.h View 1 chunk +24 lines, -0 lines 0 comments Download
A ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_gamepad.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/native_client/src/shared/ppapi_proxy/ppb_gamepad.srpc View 1 chunk +15 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_client.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_server.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h View 1 chunk +14 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
scottmg
First pass at adding ppapi_proxy for gamepad. Could you take a look to make sure ...
8 years, 11 months ago (2012-01-11 23:37:01 UTC) #1
bbudge
On 2012/01/11 23:37:01, scottmg wrote: > First pass at adding ppapi_proxy for gamepad. Could you ...
8 years, 11 months ago (2012-01-11 23:52:13 UTC) #2
bbudge
http://codereview.chromium.org/9148044/diff/1/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc File ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc (right): http://codereview.chromium.org/9148044/diff/1/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc#newcode381 ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc:381: GetBrowserInterfaceSafe(PPB_GAMEPAD_DEV_INTERFACE)); nit: indentation http://codereview.chromium.org/9148044/diff/1/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_gamepad_rpc_server.cc File ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_gamepad_rpc_server.cc (right): http://codereview.chromium.org/9148044/diff/1/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_gamepad_rpc_server.cc#newcode1 ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_gamepad_rpc_server.cc:1: ...
8 years, 11 months ago (2012-01-11 23:52:59 UTC) #3
scottmg
On 2012/01/11 23:52:13, bbudge1 wrote: > On 2012/01/11 23:37:01, scottmg wrote: > > First pass ...
8 years, 11 months ago (2012-01-11 23:56:30 UTC) #4
scottmg
http://codereview.chromium.org/9148044/diff/1/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc File ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc (right): http://codereview.chromium.org/9148044/diff/1/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc#newcode381 ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc:381: GetBrowserInterfaceSafe(PPB_GAMEPAD_DEV_INTERFACE)); On 2012/01/11 23:52:59, bbudge1 wrote: > nit: indentation ...
8 years, 11 months ago (2012-01-11 23:58:25 UTC) #5
bbudge
LGTM. I recommend you at least manually test this before committing.
8 years, 11 months ago (2012-01-12 00:52:22 UTC) #6
scottmg
On 2012/01/12 00:52:22, bbudge1 wrote: > LGTM. I recommend you at least manually test this ...
8 years, 11 months ago (2012-01-12 22:34:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/9148044/4002
8 years, 11 months ago (2012-01-12 22:35:13 UTC) #8
commit-bot: I haz the power
Change committed as 117561
8 years, 11 months ago (2012-01-13 00:16:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/9148044/9001
8 years, 11 months ago (2012-01-13 17:15:23 UTC) #10
commit-bot: I haz the power
8 years, 11 months ago (2012-01-13 18:31:37 UTC) #11
Change committed as 117657

Powered by Google App Engine
This is Rietveld 408576698