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

Issue 8357030: Add private Pepper API for dealing with PP_Flash_NetAddress. (Closed)

Created:
9 years, 2 months ago by viettrungluu
Modified:
9 years, 1 month ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Add private Pepper API for dealing with PP_Flash_NetAddress. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109086

Patch Set 1 #

Patch Set 2 : moved stuff to ppapi/shared_impl/private and added DEPS file for that directory; added GetAnyAddress #

Patch Set 3 : grrr, windows #

Patch Set 4 : added C++ wrapper for GetAnyAddress #

Total comments: 11

Patch Set 5 : changes per review #

Total comments: 6

Patch Set 6 : more changes #

Patch Set 7 : oops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+481 lines, -50 lines) Patch
M content/browser/renderer_host/pepper_message_filter.cc View 1 2 3 4 4 chunks +5 lines, -21 lines 0 comments Download
A ppapi/api/private/ppb_flash_net_address.idl View 1 1 chunk +61 lines, -0 lines 0 comments Download
M ppapi/api/private/ppb_flash_tcp_socket.idl View 2 chunks +0 lines, -10 lines 0 comments Download
A ppapi/c/private/ppb_flash_net_address.h View 1 1 chunk +85 lines, -0 lines 0 comments Download
M ppapi/c/private/ppb_flash_tcp_socket.h View 3 chunks +2 lines, -17 lines 0 comments Download
M ppapi/c/private/ppb_flash_udp_socket.h View 2 chunks +2 lines, -2 lines 0 comments Download
A ppapi/cpp/private/flash_net_address.h View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
A ppapi/cpp/private/flash_net_address.cc View 1 2 3 4 5 6 1 chunk +81 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/shared_impl/private/DEPS View 1 1 chunk +3 lines, -0 lines 0 comments Download
A ppapi/shared_impl/private/flash_net_address_impl.h View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download
A ppapi/shared_impl/private/flash_net_address_impl.cc View 1 2 3 4 1 chunk +175 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_private.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
viettrungluu
9 years, 1 month ago (2011-11-04 20:09:32 UTC) #1
viettrungluu
ping
9 years, 1 month ago (2011-11-07 20:43:04 UTC) #2
yzshen1
Sorry for the delay! http://codereview.chromium.org/8357030/diff/6001/ppapi/cpp/private/flash_net_address.cc File ppapi/cpp/private/flash_net_address.cc (right): http://codereview.chromium.org/8357030/diff/6001/ppapi/cpp/private/flash_net_address.cc#newcode13 ppapi/cpp/private/flash_net_address.cc:13: #include "ppapi/c/private/ppb_flash_net_address.h" nit: please sort ...
9 years, 1 month ago (2011-11-07 21:57:44 UTC) #3
viettrungluu
Thanks, new patchset uploaded. http://codereview.chromium.org/8357030/diff/6001/ppapi/cpp/private/flash_net_address.cc File ppapi/cpp/private/flash_net_address.cc (right): http://codereview.chromium.org/8357030/diff/6001/ppapi/cpp/private/flash_net_address.cc#newcode13 ppapi/cpp/private/flash_net_address.cc:13: #include "ppapi/c/private/ppb_flash_net_address.h" On 2011/11/07 21:57:44, ...
9 years, 1 month ago (2011-11-07 23:33:37 UTC) #4
yzshen1
Thanks! http://codereview.chromium.org/8357030/diff/6001/ppapi/cpp/private/flash_net_address.cc File ppapi/cpp/private/flash_net_address.cc (right): http://codereview.chromium.org/8357030/diff/6001/ppapi/cpp/private/flash_net_address.cc#newcode13 ppapi/cpp/private/flash_net_address.cc:13: #include "ppapi/c/private/ppb_flash_net_address.h" Thanks. I didn't know that. On ...
9 years, 1 month ago (2011-11-07 23:58:35 UTC) #5
yzshen1
LGTM Thanks! On 2011/11/07 23:58:35, yzshen1 wrote: > Thanks! > > http://codereview.chromium.org/8357030/diff/6001/ppapi/cpp/private/flash_net_address.cc > File ppapi/cpp/private/flash_net_address.cc ...
9 years, 1 month ago (2011-11-08 00:08:41 UTC) #6
viettrungluu
Thanks. http://codereview.chromium.org/8357030/diff/2002/ppapi/cpp/private/flash_net_address.cc File ppapi/cpp/private/flash_net_address.cc (right): http://codereview.chromium.org/8357030/diff/2002/ppapi/cpp/private/flash_net_address.cc#newcode73 ppapi/cpp/private/flash_net_address.cc:73: void NetAddress::GetAnyAddress(bool is_ipv6, struct PP_Flash_NetAddress* addr) { On ...
9 years, 1 month ago (2011-11-08 00:12:42 UTC) #7
viettrungluu
Adding piman/dmichael/brettw for OWNERS approval.
9 years, 1 month ago (2011-11-08 18:02:48 UTC) #8
dmichael (off chromium)
I can haz tests?
9 years, 1 month ago (2011-11-08 18:06:48 UTC) #9
viettrungluu
On 2011/11/08 18:06:48, dmichael wrote: > I can haz tests? "Traditionally", we haven't had any ...
9 years, 1 month ago (2011-11-08 18:15:47 UTC) #10
dmichael (off chromium)
If you really need to get this in now, I could give up on the ...
9 years, 1 month ago (2011-11-08 18:22:49 UTC) #11
viettrungluu
Can I do the test as a separate change? I also want to do some ...
9 years, 1 month ago (2011-11-08 18:35:23 UTC) #12
dmichael (off chromium)
On 2011/11/08 18:35:23, viettrungluu wrote: > Can I do the test as a separate change? ...
9 years, 1 month ago (2011-11-08 18:46:16 UTC) #13
viettrungluu
+jam for yet more OWNERS approval. Sigh.
9 years, 1 month ago (2011-11-08 18:58:53 UTC) #14
viettrungluu
-piman, +avi (whose OWNERS stamp would also suffice)
9 years, 1 month ago (2011-11-08 19:07:43 UTC) #15
Avi (use Gerrit)
9 years, 1 month ago (2011-11-08 20:20:32 UTC) #16
content owner rubberstamp lgtm

Powered by Google App Engine
This is Rietveld 408576698