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

Issue 9365016: Exposed Listen and Accept methods to Native Client. (Closed)

Created:
8 years, 10 months ago by ygorshenin1
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, Dmitry Polukhin, yzshen1
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Exposed PPB_TCPServerSocket_Private interface from renderer process to Native Client. BUG=108277 TEST=UI test TestTCPServerSocketPrivate Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123719

Patch Set 1 #

Patch Set 2 : Fixed Create method. #

Patch Set 3 : Sync. #

Patch Set 4 : Sync. #

Total comments: 4

Patch Set 5 : Sync, deleted comments from SRPC file. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+629 lines, -0 lines) Patch
M chrome/test/ui/ppapi_uitest.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
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 chunk +7 lines, -0 lines 0 comments Download
A ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_tcp_server_socket_private_rpc_server.cc View 1 1 chunk +152 lines, -0 lines 1 comment 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 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
A ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_server_socket_private.h View 1 chunk +24 lines, -0 lines 0 comments Download
A ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_server_socket_private.cc View 1 1 chunk +143 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
M ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_client.cc View 1 2 3 1 chunk +93 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_server.cc View 1 2 3 2 chunks +80 lines, -0 lines 0 comments Download
A ppapi/native_client/src/shared/ppapi_proxy/ppb_tcp_server_socket_private.srpc View 1 2 3 4 1 chunk +47 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 2 3 1 chunk +38 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ygorshenin1
This CL continues http://codereview.chromium.org/9283022/ and together they expose Server Sockets to Native Client.
8 years, 10 months ago (2012-02-14 10:31:54 UTC) #1
ygorshenin1
Friendly ping.
8 years, 10 months ago (2012-02-22 12:42:10 UTC) #2
bbudge
On 2012/02/22 12:42:10, ygorshenin1 wrote: > Friendly ping. I wasn't sure if you wanted a ...
8 years, 10 months ago (2012-02-22 13:46:21 UTC) #3
ygorshenin1
On 2012/02/22 13:46:21, bbudge1 wrote: > On 2012/02/22 12:42:10, ygorshenin1 wrote: > > Friendly ping. ...
8 years, 10 months ago (2012-02-22 19:24:14 UTC) #4
bbudge
LGTM w/nits http://codereview.chromium.org/9365016/diff/13001/ppapi/c/private/ppb_tcp_server_socket_private.h File ppapi/c/private/ppb_tcp_server_socket_private.h (right): http://codereview.chromium.org/9365016/diff/13001/ppapi/c/private/ppb_tcp_server_socket_private.h#newcode7 ppapi/c/private/ppb_tcp_server_socket_private.h:7: * modified Tue Feb 14 14:03:37 2012. ...
8 years, 10 months ago (2012-02-22 20:54:54 UTC) #5
ygorshenin1
Thanks! http://codereview.chromium.org/9365016/diff/13001/ppapi/c/private/ppb_tcp_server_socket_private.h File ppapi/c/private/ppb_tcp_server_socket_private.h (right): http://codereview.chromium.org/9365016/diff/13001/ppapi/c/private/ppb_tcp_server_socket_private.h#newcode7 ppapi/c/private/ppb_tcp_server_socket_private.h:7: * modified Tue Feb 14 14:03:37 2012. On ...
8 years, 10 months ago (2012-02-24 08:14:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ygorshenin@chromium.org/9365016/19001
8 years, 10 months ago (2012-02-24 08:15:30 UTC) #7
commit-bot: I haz the power
Presubmit check for 9365016-19001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-24 08:15:38 UTC) #8
jvoung - send to chromium...
8 years, 10 months ago (2012-02-27 18:42:19 UTC) #9
http://codereview.chromium.org/9365016/diff/19001/ppapi/native_client/src/sha...
File
ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_tcp_server_socket_private_rpc_server.cc
(right):

http://codereview.chromium.org/9365016/diff/19001/ppapi/native_client/src/sha...
ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_tcp_server_socket_private_rpc_server.cc:28:
return static_cast<nacl_abi_size_t>(sizeof(PP_Resource));
Does the ppapi_proxy code use UNREFERENCED_PARAMETER?

I was trying to do a DEPS bump and saw:
http://build.chromium.org/p/tryserver.nacl/builders/nacl-lucid64_glibc_opt/bu...


cc1plus: warnings being treated as errors
/mnt/data/build/slave/nacl-lucid64_glibc_opt/build/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_tcp_server_socket_private_rpc_server.cc:27:error:
unused parameter 'result'

Powered by Google App Engine
This is Rietveld 408576698