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

Issue 13490003: Apps v2 in Pepper: Add C/C++ definition for chrome.socket. (Closed)

Created:
7 years, 8 months ago by yzshen1
Modified:
7 years, 8 months ago
Reviewers:
yzshen, raymes
CC:
chromium-reviews, yusukes+watch_chromium.org, yzshen+watch_chromium.org, Aaron Boodman, raymes+watch_chromium.org, chromium-apps-reviews_chromium.org, piman+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Apps v2 in Pepper: Add C/C++ definition for chrome.socket. BUG=226303 TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192897

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1848 lines, -4 lines) Patch
M ppapi/PRESUBMIT.py View 1 chunk +2 lines, -0 lines 0 comments Download
A ppapi/api/extensions/dev/ppb_ext_socket_dev.idl View 1 chunk +417 lines, -0 lines 0 comments Download
A ppapi/c/extensions/dev/ppb_ext_socket_dev.h View 1 chunk +420 lines, -0 lines 0 comments Download
A ppapi/cpp/extensions/dev/socket_dev.h View 1 chunk +243 lines, -0 lines 0 comments Download
A ppapi/cpp/extensions/dev/socket_dev.cc View 1 2 3 1 chunk +479 lines, -0 lines 0 comments Download
M ppapi/cpp/extensions/from_var_converter.h View 4 chunks +96 lines, -2 lines 0 comments Download
M ppapi/cpp/extensions/to_var_converter.h View 3 chunks +65 lines, -2 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 6 chunks +121 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_cpp_includes.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
yzshen1
Hi, Raymes. Would you please take a look? The CL simply applies the rules of ...
7 years, 8 months ago (2013-04-04 00:57:14 UTC) #1
raymes
Ah!! I guess this work is higher priority than writing the generator? Will the generator ...
7 years, 8 months ago (2013-04-04 03:31:45 UTC) #2
yzshen
On Wed, Apr 3, 2013 at 8:31 PM, Raymes Khoury <raymes@chromium.org> wrote: > Ah!! I ...
7 years, 8 months ago (2013-04-04 05:00:21 UTC) #3
Wez
This API seems to copy the BSD-sockets approach of conflating TCP stream, TCP listening, UDP ...
7 years, 8 months ago (2013-04-05 00:07:53 UTC) #4
yzshen
Thanks! This is the exact C/C++ translation of the JavaScript chrome.socket API. Since the purpose ...
7 years, 8 months ago (2013-04-05 00:17:53 UTC) #5
raymes
lgtm with one comment https://codereview.chromium.org/13490003/diff/3012/ppapi/cpp/extensions/dev/socket_dev.cc File ppapi/cpp/extensions/dev/socket_dev.cc (right): https://codereview.chromium.org/13490003/diff/3012/ppapi/cpp/extensions/dev/socket_dev.cc#newcode190 ppapi/cpp/extensions/dev/socket_dev.cc:190: const char* const RecvFromInfo_Dev::kResultCode = ...
7 years, 8 months ago (2013-04-08 01:59:48 UTC) #6
yzshen1
https://codereview.chromium.org/13490003/diff/3012/ppapi/cpp/extensions/dev/socket_dev.cc File ppapi/cpp/extensions/dev/socket_dev.cc (right): https://codereview.chromium.org/13490003/diff/3012/ppapi/cpp/extensions/dev/socket_dev.cc#newcode190 ppapi/cpp/extensions/dev/socket_dev.cc:190: const char* const RecvFromInfo_Dev::kResultCode = "result_code"; Good catch! :) ...
7 years, 8 months ago (2013-04-08 16:31:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/13490003/14001
7 years, 8 months ago (2013-04-08 16:31:25 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-08 16:38:31 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/13490003/14001
7 years, 8 months ago (2013-04-08 18:00:02 UTC) #10
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=115971
7 years, 8 months ago (2013-04-08 19:38:18 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/13490003/14001
7 years, 8 months ago (2013-04-08 20:32:30 UTC) #12
commit-bot: I haz the power
7 years, 8 months ago (2013-04-08 21:17:11 UTC) #13
Message was sent while issue was closed.
Change committed as 192897

Powered by Google App Engine
This is Rietveld 408576698