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

Issue 23450012: Make NetworkList and NetworkMonitor APIs public (Closed)

Created:
7 years, 3 months ago by Sergey Ulanov
Modified:
7 years, 3 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, raymes+watch_chromium.org, yzshen+watch_chromium.org, Sam Clegg, piman+watch_chromium.org, binji, ihf+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 18

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+378 lines, -1508 lines) Patch
M chrome/browser/component_updater/ppapi_utils.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -12 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_network_monitor_host.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/pepper/plugin_module.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/resource_creation_impl.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/pepper/resource_creation_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M native_client_sdk/src/libraries/ppapi/library.dsc View 1 chunk +2 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/ppapi_cpp/library.dsc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
A + ppapi/api/ppb_network_list.idl View 1 2 3 4 5 6 7 8 4 chunks +22 lines, -23 lines 0 comments Download
A + ppapi/api/ppb_network_monitor.idl View 1 2 3 4 5 6 7 8 2 chunks +12 lines, -8 lines 0 comments Download
D ppapi/api/private/ppb_network_list_private.idl View 1 2 3 4 1 chunk +0 lines, -173 lines 0 comments Download
D ppapi/api/private/ppb_network_monitor_private.idl View 1 2 3 4 1 chunk +0 lines, -65 lines 0 comments Download
A + ppapi/c/ppb_network_list.h View 1 2 3 4 5 9 chunks +26 lines, -29 lines 0 comments Download
A + ppapi/c/ppb_network_monitor.h View 1 2 3 4 5 6 7 8 4 chunks +18 lines, -18 lines 0 comments Download
D ppapi/c/private/ppb_network_list_private.h View 1 2 3 4 1 chunk +0 lines, -186 lines 0 comments Download
D ppapi/c/private/ppb_network_monitor_private.h View 1 2 3 4 1 chunk +0 lines, -89 lines 0 comments Download
A + ppapi/cpp/network_list.h View 1 2 3 4 chunks +9 lines, -9 lines 0 comments Download
A + ppapi/cpp/network_list.cc View 1 2 3 4 5 6 7 8 2 chunks +30 lines, -30 lines 0 comments Download
A + ppapi/cpp/network_monitor.h View 1 2 3 4 2 chunks +8 lines, -8 lines 0 comments Download
A + ppapi/cpp/network_monitor.cc View 1 2 3 4 5 1 chunk +15 lines, -15 lines 0 comments Download
D ppapi/cpp/private/network_list_private.h View 1 2 3 1 chunk +0 lines, -60 lines 0 comments Download
D ppapi/cpp/private/network_list_private.cc View 1 2 3 4 1 chunk +0 lines, -94 lines 0 comments Download
D ppapi/cpp/private/network_monitor_private.h View 1 2 3 4 1 chunk +0 lines, -31 lines 0 comments Download
D ppapi/cpp/private/network_monitor_private.cc View 1 2 3 4 1 chunk +0 lines, -44 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 4 5 6 7 8 12 chunks +98 lines, -98 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -4 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -9 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/proxy/network_list_resource.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/proxy/network_list_resource.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/serialized_structs.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/proxy/serialized_structs.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
A + ppapi/tests/test_network_monitor.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
A + ppapi/tests/test_network_monitor.cc View 1 2 3 4 5 6 chunks +31 lines, -31 lines 0 comments Download
D ppapi/tests/test_network_monitor_private.h View 1 2 3 1 chunk +0 lines, -35 lines 0 comments Download
D ppapi/tests/test_network_monitor_private.cc View 1 2 3 4 1 chunk +0 lines, -182 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_private_no_permissions.h View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_stable.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_network_list_api.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
D ppapi/thunk/ppb_network_list_private_thunk.cc View 1 2 3 1 chunk +0 lines, -104 lines 0 comments Download
A + ppapi/thunk/ppb_network_list_thunk.cc View 1 2 3 4 5 6 chunks +17 lines, -18 lines 0 comments Download
M ppapi/thunk/ppb_network_monitor_api.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D ppapi/thunk/ppb_network_monitor_private_thunk.cc View 1 2 3 4 1 chunk +0 lines, -62 lines 0 comments Download
A + ppapi/thunk/ppb_network_monitor_thunk.cc View 1 2 3 4 4 chunks +9 lines, -11 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/client/plugin/pepper_network_manager.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M remoting/client/plugin/pepper_network_manager.cc View 1 2 3 4 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
yzshen1
https://codereview.chromium.org/23450012/diff/3001/ppapi/api/ppb_network_list.idl File ppapi/api/ppb_network_list.idl (right): https://codereview.chromium.org/23450012/diff/3001/ppapi/api/ppb_network_list.idl#newcode1 ppapi/api/ppb_network_list.idl:1: /* Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 3 months ago (2013-08-30 17:31:45 UTC) #1
Sergey Ulanov
I'm going to split this CL: I'll refactor private interfaces in place before moving them ...
7 years, 3 months ago (2013-08-30 19:02:25 UTC) #2
yzshen1
We probably still need to keep the existing version of private API for a while. ...
7 years, 3 months ago (2013-08-30 19:07:48 UTC) #3
Sergey Ulanov
On Fri, Aug 30, 2013 at 12:07 PM, Yuzhu Shen <yzshen@chromium.org> wrote: > We probably ...
7 years, 3 months ago (2013-08-30 19:45:45 UTC) #4
yzshen
> This interface is used only by Chromoting client plugin which is built in > ...
7 years, 3 months ago (2013-08-30 21:20:56 UTC) #5
Sergey Ulanov
This should be ready for review now. It applies on top of crrev.com/23819033 and crrev.com/23703008 ...
7 years, 3 months ago (2013-09-09 18:35:50 UTC) #6
Sergey Ulanov
ping
7 years, 3 months ago (2013-09-17 20:01:45 UTC) #7
Nico
(ppapi_utils.cc lgtm, I was mostly waiting for yzshen to bless the whole CL first. but ...
7 years, 3 months ago (2013-09-17 20:28:54 UTC) #8
yzshen1
Only some nits. Sorry for the delay. https://codereview.chromium.org/23450012/diff/44001/ppapi/api/ppb_network_list.idl File ppapi/api/ppb_network_list.idl (right): https://codereview.chromium.org/23450012/diff/44001/ppapi/api/ppb_network_list.idl#newcode113 ppapi/api/ppb_network_list.idl:113: [in] uint32_t ...
7 years, 3 months ago (2013-09-19 07:56:12 UTC) #9
Sergey Ulanov
https://codereview.chromium.org/23450012/diff/44001/ppapi/api/ppb_network_list.idl File ppapi/api/ppb_network_list.idl (right): https://codereview.chromium.org/23450012/diff/44001/ppapi/api/ppb_network_list.idl#newcode113 ppapi/api/ppb_network_list.idl:113: [in] uint32_t index); On 2013/09/19 07:56:12, yzshen1 wrote: > ...
7 years, 3 months ago (2013-09-20 01:17:55 UTC) #10
yzshen1
LGTM Thanks!
7 years, 3 months ago (2013-09-20 17:03:01 UTC) #11
nfullagar1
lgtm (native_client_sdk)
7 years, 3 months ago (2013-09-20 19:38:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/23450012/72001
7 years, 3 months ago (2013-09-20 19:45:55 UTC) #13
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=26711
7 years, 3 months ago (2013-09-20 20:22:10 UTC) #14
Sergey Ulanov
+cevans@ in TBR for trivial change in ppapi_messages.h
7 years, 3 months ago (2013-09-20 21:27:40 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/23450012/72001
7 years, 3 months ago (2013-09-20 21:28:29 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=156508
7 years, 3 months ago (2013-09-20 22:48:16 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/23450012/72001
7 years, 3 months ago (2013-09-20 23:53:14 UTC) #18
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=156622
7 years, 3 months ago (2013-09-21 02:51:20 UTC) #19
Sergey Ulanov
7 years, 3 months ago (2013-09-22 06:34:14 UTC) #20
Message was sent while issue was closed.
Committed patchset #9 manually as r224626 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698