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

Issue 9557006: Implement PPB_NetworkMonitor_Private Pepper interface. (Closed)

Created:
8 years, 9 months ago by Sergey Ulanov
Modified:
8 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Implement PPB_NetworkMonitor_Private Pepper interface. The P2PSocketDispatcher::NetworkListObserver has been moved to webkit_glue:: namespace in webkit/glue/network_list_observer.h . PPB_NetworkMonitor_Private_Impl uses P2PSocketDispatcher to get notifications about network changes. BUG=114808 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=125761 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126274

Patch Set 1 : - #

Total comments: 18

Patch Set 2 : - #

Total comments: 18

Patch Set 3 : - #

Patch Set 4 : - #

Patch Set 5 : fix android build #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+457 lines, -28 lines) Patch
M chrome/test/ui/ppapi_uitest.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/p2p/ipc_network_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/p2p/socket_dispatcher.h View 3 chunks +10 lines, -18 lines 0 comments Download
M content/renderer/p2p/socket_dispatcher.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.h View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.cc View 1 2 3 4 2 chunks +26 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/shared_impl/ppb_network_list_private_shared.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A ppapi/tests/test_network_monitor_private.h View 1 1 chunk +28 lines, -0 lines 0 comments Download
A ppapi/tests/test_network_monitor_private.cc View 1 2 1 chunk +168 lines, -0 lines 0 comments Download
A webkit/glue/network_list_observer.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppb_network_monitor_private_impl.h View 1 chunk +57 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppb_network_monitor_private_impl.cc View 1 1 chunk +87 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Sergey Ulanov
8 years, 9 months ago (2012-03-01 01:05:53 UTC) #1
dmichael (off chromium)
A test that gets some more coverage of NetworkList (and its C++ wrapper) would be ...
8 years, 9 months ago (2012-03-01 18:58:04 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/9557006/diff/3001/ppapi/tests/test_network_monitor_private.cc File ppapi/tests/test_network_monitor_private.cc (right): http://codereview.chromium.org/9557006/diff/3001/ppapi/tests/test_network_monitor_private.cc#newcode18 ppapi/tests/test_network_monitor_private.cc:18: CallbackData(PP_Instance instance) On 2012/03/01 18:58:04, dmichael wrote: > nit: ...
8 years, 9 months ago (2012-03-03 02:26:07 UTC) #3
dmichael (off chromium)
https://chromiumcodereview.appspot.com/9557006/diff/7001/ppapi/tests/test_network_monitor_private.cc File ppapi/tests/test_network_monitor_private.cc (right): https://chromiumcodereview.appspot.com/9557006/diff/7001/ppapi/tests/test_network_monitor_private.cc#newcode17 ppapi/tests/test_network_monitor_private.cc:17: #define ASSERT_SUCCESS(error_message) \ Please comment to explain what "SUCCESS" ...
8 years, 9 months ago (2012-03-05 19:22:00 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/9557006/diff/7001/ppapi/tests/test_network_monitor_private.cc File ppapi/tests/test_network_monitor_private.cc (right): http://codereview.chromium.org/9557006/diff/7001/ppapi/tests/test_network_monitor_private.cc#newcode17 ppapi/tests/test_network_monitor_private.cc:17: #define ASSERT_SUCCESS(error_message) \ On 2012/03/05 19:22:00, dmichael wrote: > ...
8 years, 9 months ago (2012-03-06 02:11:06 UTC) #5
dmichael (off chromium)
I don't see your latest changes. Can you please re-upload? http://codereview.chromium.org/9557006/diff/7001/ppapi/tests/test_network_monitor_private.cc File ppapi/tests/test_network_monitor_private.cc (right): http://codereview.chromium.org/9557006/diff/7001/ppapi/tests/test_network_monitor_private.cc#newcode17 ...
8 years, 9 months ago (2012-03-06 16:11:28 UTC) #6
Sergey Ulanov
Uploaded the new patchset now. Sorry. http://codereview.chromium.org/9557006/diff/7001/ppapi/tests/test_network_monitor_private.cc File ppapi/tests/test_network_monitor_private.cc (right): http://codereview.chromium.org/9557006/diff/7001/ppapi/tests/test_network_monitor_private.cc#newcode17 ppapi/tests/test_network_monitor_private.cc:17: #define ASSERT_SUCCESS(error_message) \ ...
8 years, 9 months ago (2012-03-06 23:38:08 UTC) #7
dmichael (off chromium)
lgtm
8 years, 9 months ago (2012-03-07 03:24:02 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/9557006/13006
8 years, 9 months ago (2012-03-07 22:12:07 UTC) #9
commit-bot: I haz the power
Presubmit check for 9557006-13006 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 9 months ago (2012-03-07 22:12:17 UTC) #10
Sergey Ulanov
+brettw for missing OWNER approvals.
8 years, 9 months ago (2012-03-07 22:21:56 UTC) #11
brettw
LGTM rubberstamp
8 years, 9 months ago (2012-03-08 05:40:01 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/9557006/13006
8 years, 9 months ago (2012-03-08 06:30:42 UTC) #13
commit-bot: I haz the power
Presubmit check for 9557006-13006 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 9 months ago (2012-03-08 06:30:50 UTC) #14
Sergey Ulanov
+darin for webkit/glue
8 years, 9 months ago (2012-03-08 06:39:01 UTC) #15
darin (slow to review)
webkit/glue/ LGTM
8 years, 9 months ago (2012-03-08 22:33:02 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9557006/13006
8 years, 9 months ago (2012-03-08 22:36:28 UTC) #17
commit-bot: I haz the power
Change committed as 125761
8 years, 9 months ago (2012-03-09 01:35:29 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9557006/37001
8 years, 9 months ago (2012-03-12 19:11:54 UTC) #19
commit-bot: I haz the power
Try job failure for 9557006-37001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-12 20:09:07 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9557006/37002
8 years, 9 months ago (2012-03-12 20:16:31 UTC) #21
commit-bot: I haz the power
8 years, 9 months ago (2012-03-13 00:10:44 UTC) #22
Change committed as 126274

Powered by Google App Engine
This is Rietveld 408576698