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

Issue 9545010: Add NetworkList/NetworkMonitor hooks and C++ wrappers. (Closed)

Created:
8 years, 9 months ago by Sergey Ulanov
Modified:
8 years, 9 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 27

Patch Set 2 : - #

Patch Set 3 : - #

Total comments: 9

Patch Set 4 : - #

Patch Set 5 : - #

Patch Set 6 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+661 lines, -17 lines) Patch
M ppapi/api/private/ppb_network_list_private.idl View 1 4 chunks +15 lines, -10 lines 0 comments Download
M ppapi/c/private/ppb_network_list_private.h View 1 4 chunks +11 lines, -7 lines 0 comments Download
A ppapi/cpp/private/network_list_private.h View 1 1 chunk +56 lines, -0 lines 0 comments Download
A ppapi/cpp/private/network_list_private.cc View 1 1 chunk +107 lines, -0 lines 0 comments Download
A ppapi/cpp/private/network_monitor_private.h View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A ppapi/cpp/private/network_monitor_private.cc View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 2 chunks +6 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
A ppapi/shared_impl/ppb_network_list_private_shared.h View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
A ppapi/shared_impl/ppb_network_list_private_shared.cc View 1 2 3 1 chunk +98 lines, -0 lines 0 comments Download
M ppapi/shared_impl/resource.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_private.h View 1 chunk +6 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_network_list_private_api.h View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_network_list_private_thunk.cc View 1 chunk +92 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_network_monitor_private_api.h View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_network_monitor_private_thunk.cc View 1 chunk +45 lines, -0 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 2 chunks +5 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.cc View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Sergey Ulanov
I'll send a separate CL with NetworkManager implementation. http://codereview.chromium.org/9545010/diff/1/ppapi/api/private/ppb_network_list_private.idl File ppapi/api/private/ppb_network_list_private.idl (right): http://codereview.chromium.org/9545010/diff/1/ppapi/api/private/ppb_network_list_private.idl#newcode116 ppapi/api/private/ppb_network_list_private.idl:116: [inout, ...
8 years, 9 months ago (2012-03-01 00:54:55 UTC) #1
dmichael (off chromium)
Can you write a test yet, or will that require NetworkMonitor? http://codereview.chromium.org/9545010/diff/1/ppapi/api/private/ppb_network_list_private.idl File ppapi/api/private/ppb_network_list_private.idl (right): ...
8 years, 9 months ago (2012-03-01 18:29:54 UTC) #2
Sergey Ulanov
> Can you write a test yet, or will that require NetworkMonitor? There is no ...
8 years, 9 months ago (2012-03-02 03:01:37 UTC) #3
dmichael (off chromium)
http://codereview.chromium.org/9545010/diff/5003/ppapi/cpp/private/network_monitor_private.h File ppapi/cpp/private/network_monitor_private.h (right): http://codereview.chromium.org/9545010/diff/5003/ppapi/cpp/private/network_monitor_private.h#newcode17 ppapi/cpp/private/network_monitor_private.h:17: NetworkMonitorPrivate(Instance* instance, Instance* should be InstanceHandle now. See: http://codereview.chromium.org/9381010/ ...
8 years, 9 months ago (2012-03-02 16:43:12 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/9545010/diff/5003/ppapi/cpp/private/network_monitor_private.h File ppapi/cpp/private/network_monitor_private.h (right): http://codereview.chromium.org/9545010/diff/5003/ppapi/cpp/private/network_monitor_private.h#newcode17 ppapi/cpp/private/network_monitor_private.h:17: NetworkMonitorPrivate(Instance* instance, On 2012/03/02 16:43:12, dmichael wrote: > Instance* ...
8 years, 9 months ago (2012-03-02 18:43:03 UTC) #5
dmichael (off chromium)
lgtm http://codereview.chromium.org/9545010/diff/5003/ppapi/cpp/private/network_monitor_private.h File ppapi/cpp/private/network_monitor_private.h (right): http://codereview.chromium.org/9545010/diff/5003/ppapi/cpp/private/network_monitor_private.h#newcode17 ppapi/cpp/private/network_monitor_private.h:17: NetworkMonitorPrivate(Instance* instance, On 2012/03/02 18:43:03, sergeyu wrote: > ...
8 years, 9 months ago (2012-03-02 19:08:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9545010/11006
8 years, 9 months ago (2012-03-02 20:37:57 UTC) #7
commit-bot: I haz the power
Change committed as 124797
8 years, 9 months ago (2012-03-03 01:00:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9545010/19002
8 years, 9 months ago (2012-03-03 02:32:55 UTC) #9
commit-bot: I haz the power
Try job failure for 9545010-19002 (retry) on linux_clang for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-03 03:02:43 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9545010/21001
8 years, 9 months ago (2012-03-05 06:43:21 UTC) #11
commit-bot: I haz the power
8 years, 9 months ago (2012-03-05 08:12:41 UTC) #12
Change committed as 124927

Powered by Google App Engine
This is Rietveld 408576698