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

Issue 16331007: Introduce PPB_NetAddress_Dev. (Closed)

Created:
7 years, 6 months ago by yzshen1
Modified:
7 years, 6 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, raymes+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, piman+watch_chromium.org, ihf+watch_chromium.org, dmichael (off chromium), noelallen1
Visibility:
Public.

Description

Introduce PPB_NetAddress_Dev. BUG=247225 TEST=Newly added tests. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205176

Patch Set 1 #

Total comments: 15

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 2

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1190 lines, -9 lines) Patch
M chrome/test/ppapi/ppapi_browsertest.cc View 5 chunks +34 lines, -5 lines 0 comments Download
M native_client_sdk/src/build_tools/sdk_files.list View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
A ppapi/api/dev/ppb_net_address_dev.idl View 1 2 1 chunk +126 lines, -0 lines 0 comments Download
A ppapi/c/dev/ppb_net_address_dev.h View 1 2 1 chunk +160 lines, -0 lines 0 comments Download
A ppapi/cpp/dev/net_address_dev.h View 1 chunk +52 lines, -0 lines 0 comments Download
A ppapi/cpp/dev/net_address_dev.cc View 1 chunk +98 lines, -0 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 6 chunks +58 lines, -0 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 3 chunks +5 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/proxy/net_address_resource.h View 1 chunk +56 lines, -0 lines 0 comments Download
A ppapi/proxy/net_address_resource.cc View 1 chunk +81 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 chunk +6 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M ppapi/shared_impl/private/net_address_private_impl.h View 2 chunks +20 lines, -0 lines 0 comments Download
M ppapi/shared_impl/private/net_address_private_impl.cc View 5 chunks +80 lines, -4 lines 0 comments Download
M ppapi/shared_impl/resource.h View 1 chunk +1 line, -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
A ppapi/tests/test_net_address.h View 1 chunk +26 lines, -0 lines 0 comments Download
A ppapi/tests/test_net_address.cc View 1 chunk +174 lines, -0 lines 0 comments Download
M ppapi/tests/test_utils.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/tests/test_utils.cc View 2 chunks +27 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 1 chunk +2 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_net_address_api.h View 1 chunk +31 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_net_address_dev_thunk.cc View 1 chunk +98 lines, -0 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 2 chunks +8 lines, -0 lines 0 comments Download
M webkit/common/plugins/ppapi/ppapi_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.h View 1 chunk +6 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.cc View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
yzshen1
Hi, Bill. Would you please take a look? Thanks!
7 years, 6 months ago (2013-06-06 06:02:37 UTC) #1
bbudge
Some nits and one big question: I know it's been discussed, but is 'port' returned ...
7 years, 6 months ago (2013-06-06 19:00:59 UTC) #2
yzshen1
Thanks, Bill! > Some nits and one big question: I know it's been discussed, but ...
7 years, 6 months ago (2013-06-06 20:57:15 UTC) #3
bbudge
I looked at the .idl CL you posted and saw there has been some discussion ...
7 years, 6 months ago (2013-06-06 22:31:34 UTC) #4
yzshen1
> If you want to keep 'port' in net order, I would consider changing the ...
7 years, 6 months ago (2013-06-06 23:13:55 UTC) #5
bbudge
LGTM
7 years, 6 months ago (2013-06-07 00:31:55 UTC) #6
noelallen_use_chromium
The most important part to me is that both port and addr are in the ...
7 years, 6 months ago (2013-06-07 00:34:20 UTC) #7
yzshen1
Hi, Would you please do an OWNER review? Ben: native_client_sdk/src/build_tools/sdk_files.list Darin: webkit/common/plugins/ppapi/ppapi_utils.cc Thanks!
7 years, 6 months ago (2013-06-07 21:04:10 UTC) #8
yzshen1
On 2013/06/07 21:04:10, yzshen1 wrote: > Hi, > > Would you please do an OWNER ...
7 years, 6 months ago (2013-06-07 21:09:23 UTC) #9
binji
native_client_sdk lgtm
7 years, 6 months ago (2013-06-07 21:15:47 UTC) #10
kinuko
webkit/common/plugins/ppapi lgtm
7 years, 6 months ago (2013-06-10 03:54:07 UTC) #11
kinuko
https://codereview.chromium.org/16331007/diff/31001/webkit/common/plugins/ppapi/OWNERS File webkit/common/plugins/ppapi/OWNERS (left): https://codereview.chromium.org/16331007/diff/31001/webkit/common/plugins/ppapi/OWNERS#oldcode1 webkit/common/plugins/ppapi/OWNERS:1: brettw@chromium.org Just as a general comment, can we add ...
7 years, 6 months ago (2013-06-10 04:27:16 UTC) #12
yzshen1
https://codereview.chromium.org/16331007/diff/31001/webkit/common/plugins/ppapi/OWNERS File webkit/common/plugins/ppapi/OWNERS (left): https://codereview.chromium.org/16331007/diff/31001/webkit/common/plugins/ppapi/OWNERS#oldcode1 webkit/common/plugins/ppapi/OWNERS:1: brettw@chromium.org Sure. Thanks for the suggestion. On 2013/06/10 04:27:16, ...
7 years, 6 months ago (2013-06-10 05:25:30 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/16331007/35001
7 years, 6 months ago (2013-06-10 05:25:49 UTC) #14
commit-bot: I haz the power
7 years, 6 months ago (2013-06-10 09:19:23 UTC) #15
Message was sent while issue was closed.
Change committed as 205176

Powered by Google App Engine
This is Rietveld 408576698