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

Issue 9677060: Out-of-process implementation of the PPB_NetworkMonitor_Private 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

Out-of-process implementation of the PPB_NetworkMonitor_Private interface. BUG=114808 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=127762

Patch Set 1 #

Total comments: 38

Patch Set 2 : - #

Patch Set 3 : Fix address format in unproxied version and update the tests. #

Patch Set 4 : merge #

Total comments: 16

Patch Set 5 : - #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+488 lines, -69 lines) Patch
M chrome/test/ui/ppapi_uitest.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/pepper_message_filter.h View 1 2 3 4 5 6 7 7 chunks +27 lines, -7 lines 0 comments Download
M content/browser/renderer_host/pepper_message_filter.cc View 1 2 3 4 5 6 7 6 chunks +77 lines, -1 line 0 comments Download
M content/ppapi_plugin/ppapi_thread.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 7 8 5 chunks +23 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_network_monitor_private_proxy.h View 1 2 3 4 5 6 1 chunk +61 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_network_monitor_private_proxy.cc View 1 2 3 4 5 1 chunk +146 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M ppapi/shared_impl/api_id.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/shared_impl/ppb_network_list_private_shared.h View 3 chunks +36 lines, -16 lines 0 comments Download
M ppapi/shared_impl/ppb_network_list_private_shared.cc View 3 chunks +32 lines, -21 lines 0 comments Download
M ppapi/tests/test_network_monitor_private.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/test_network_monitor_private.cc View 1 2 3 4 5 10 chunks +43 lines, -7 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_private.h View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -5 lines 0 comments Download
M ppapi/thunk/ppb_network_list_private_api.h View 1 chunk +10 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_network_monitor_private_impl.cc View 1 2 3 chunks +12 lines, -10 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Sergey Ulanov
8 years, 9 months ago (2012-03-13 19:48:28 UTC) #1
dmichael (off chromium)
http://codereview.chromium.org/9677060/diff/1/content/browser/renderer_host/pepper_message_filter.cc File content/browser/renderer_host/pepper_message_filter.cc (right): http://codereview.chromium.org/9677060/diff/1/content/browser/renderer_host/pepper_message_filter.cc#newcode38 content/browser/renderer_host/pepper_message_filter.cc:38: #include "ppapi/shared_impl/api_id.h" nit: include order http://codereview.chromium.org/9677060/diff/1/content/browser/renderer_host/pepper_message_filter.cc#newcode767 content/browser/renderer_host/pepper_message_filter.cc:767: BrowserThread::FILE, FROM_HERE, ...
8 years, 9 months ago (2012-03-15 20:01:28 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/9677060/diff/1/content/browser/renderer_host/pepper_message_filter.cc File content/browser/renderer_host/pepper_message_filter.cc (right): http://codereview.chromium.org/9677060/diff/1/content/browser/renderer_host/pepper_message_filter.cc#newcode38 content/browser/renderer_host/pepper_message_filter.cc:38: #include "ppapi/shared_impl/api_id.h" On 2012/03/15 20:01:28, dmichael wrote: > nit: ...
8 years, 9 months ago (2012-03-15 22:17:59 UTC) #3
dmichael (off chromium)
http://codereview.chromium.org/9677060/diff/1/ppapi/proxy/ppb_network_monitor_private_proxy.cc File ppapi/proxy/ppb_network_monitor_private_proxy.cc (right): http://codereview.chromium.org/9677060/diff/1/ppapi/proxy/ppb_network_monitor_private_proxy.cc#newcode30 ppapi/proxy/ppb_network_monitor_private_proxy.cc:30: proxy_->OnNetworkMonitorDeleted(this, pp_instance()); On 2012/03/15 22:18:00, sergeyu wrote: > On ...
8 years, 9 months ago (2012-03-16 19:55:22 UTC) #4
dmichael (off chromium)
BTW, you'll need an owner for the content/browser stuff. That's probably a good thing, since ...
8 years, 9 months ago (2012-03-16 20:07:25 UTC) #5
dmichael (off chromium)
http://codereview.chromium.org/9677060/diff/1/content/browser/renderer_host/pepper_message_filter.cc File content/browser/renderer_host/pepper_message_filter.cc (right): http://codereview.chromium.org/9677060/diff/1/content/browser/renderer_host/pepper_message_filter.cc#newcode770 content/browser/renderer_host/pepper_message_filter.cc:770: base::Passed(list.Pass()))); On 2012/03/15 22:18:00, sergeyu wrote: > On 2012/03/15 ...
8 years, 9 months ago (2012-03-16 20:27:17 UTC) #6
Sergey Ulanov
http://codereview.chromium.org/9677060/diff/1/content/browser/renderer_host/pepper_message_filter.cc File content/browser/renderer_host/pepper_message_filter.cc (right): http://codereview.chromium.org/9677060/diff/1/content/browser/renderer_host/pepper_message_filter.cc#newcode770 content/browser/renderer_host/pepper_message_filter.cc:770: base::Passed(list.Pass()))); On 2012/03/16 20:27:17, dmichael wrote: > On 2012/03/15 ...
8 years, 9 months ago (2012-03-16 23:37:27 UTC) #7
Sergey Ulanov
+brettw for content/browser OWNER approval
8 years, 9 months ago (2012-03-16 23:39:31 UTC) #8
dmichael (off chromium)
lgtm http://codereview.chromium.org/9677060/diff/1/ppapi/proxy/ppb_network_monitor_private_proxy.cc File ppapi/proxy/ppb_network_monitor_private_proxy.cc (right): http://codereview.chromium.org/9677060/diff/1/ppapi/proxy/ppb_network_monitor_private_proxy.cc#newcode30 ppapi/proxy/ppb_network_monitor_private_proxy.cc:30: proxy_->OnNetworkMonitorDeleted(this, pp_instance()); On 2012/03/16 23:37:28, sergeyu wrote: > ...
8 years, 9 months ago (2012-03-19 16:25:08 UTC) #9
Sergey Ulanov
brettw: ping http://codereview.chromium.org/9677060/diff/1/ppapi/proxy/ppb_network_monitor_private_proxy.cc File ppapi/proxy/ppb_network_monitor_private_proxy.cc (right): http://codereview.chromium.org/9677060/diff/1/ppapi/proxy/ppb_network_monitor_private_proxy.cc#newcode30 ppapi/proxy/ppb_network_monitor_private_proxy.cc:30: proxy_->OnNetworkMonitorDeleted(this, pp_instance()); On 2012/03/19 16:25:08, dmichael wrote: ...
8 years, 9 months ago (2012-03-19 20:43:28 UTC) #10
brettw
Sorry, LGTM rubberstamp
8 years, 9 months ago (2012-03-19 20:52:16 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9677060/21001
8 years, 9 months ago (2012-03-19 22:27:48 UTC) #12
commit-bot: I haz the power
Can't process patch for file chrome/test/ui/ppapi_uitest.cc. File's status is None, patchset upload is incomplete.
8 years, 9 months ago (2012-03-19 22:27:54 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9677060/24001
8 years, 9 months ago (2012-03-19 22:30:52 UTC) #14
commit-bot: I haz the power
Try job failure for 9677060-24001 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-03-19 23:28:10 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/9677060/28001
8 years, 9 months ago (2012-03-20 17:43:16 UTC) #16
commit-bot: I haz the power
Can't apply patch for file ppapi/proxy/resource_creation_proxy.cc. While running patch -p1 --forward --force; patching file ppapi/proxy/resource_creation_proxy.cc ...
8 years, 9 months ago (2012-03-20 17:43:22 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/9677060/32001
8 years, 9 months ago (2012-03-20 17:47:53 UTC) #18
commit-bot: I haz the power
Try job failure for 9677060-32001 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-20 18:43:18 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9677060/32001
8 years, 9 months ago (2012-03-20 18:59:36 UTC) #20
commit-bot: I haz the power
8 years, 9 months ago (2012-03-20 20:19:44 UTC) #21
Change committed as 127762

Powered by Google App Engine
This is Rietveld 408576698