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

Issue 8840007: GetDocumentURL is added to PPB_Testing_Dev. (Closed)

Created:
9 years ago by ygorshenin
Modified:
9 years ago
Reviewers:
bbudge, brettw, yzshen1
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org, Dmitry Polukhin, polina1
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

GetDocumentURL is added to PPB_Testing_Dev. Fixed Test{TCP|UDP}SocketPrivateShared. BUG=105863 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114637

Patch Set 1 #

Total comments: 16

Patch Set 2 : Fixed codereview issues. #

Total comments: 8

Patch Set 3 : Fixed codereview issues. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+511 lines, -145 lines) Patch
M ppapi/api/dev/ppb_testing_dev.idl View 1 2 chunks +13 lines, -1 line 0 comments Download
A ppapi/api/dev/ppb_url_util_dev.idl View 1 chunk +149 lines, -0 lines 0 comments Download
M ppapi/c/dev/ppb_testing_dev.h View 1 3 chunks +25 lines, -2 lines 0 comments Download
M ppapi/c/dev/ppb_url_util_dev.h View 3 chunks +117 lines, -80 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc View 1 2 2 chunks +24 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_testing.cc View 1 4 chunks +37 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_client.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_server.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_testing.srpc View 1 chunk +7 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_testing_proxy.cc View 1 2 chunks +10 lines, -1 line 0 comments Download
M ppapi/tests/test_tcp_socket_private_shared.h View 2 chunks +4 lines, -5 lines 0 comments Download
M ppapi/tests/test_tcp_socket_private_shared.cc View 1 9 chunks +22 lines, -44 lines 0 comments Download
M ppapi/tests/test_udp_socket_private_shared.h View 2 chunks +2 lines, -3 lines 0 comments Download
M ppapi/tests/test_udp_socket_private_shared.cc View 1 3 chunks +10 lines, -6 lines 0 comments Download
M ppapi/tests/test_utils.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/test_utils.cc View 1 2 3 chunks +32 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 2 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
ygorshenin
bbudge: your trick to get local available url doesn't work in OutOfProcess mode --- URLLoader ...
9 years ago (2011-12-13 13:46:31 UTC) #1
yzshen1
http://codereview.chromium.org/8840007/diff/1/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc File ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc (right): http://codereview.chromium.org/8840007/diff/1/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc#newcode108 ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc:108: instance, reinterpret_cast<struct PP_URLComponents_Dev*>(components)); Is there any potential alignment problem ...
9 years ago (2011-12-13 18:49:53 UTC) #2
bbudge
LGTM. My trick seemed to work for me out-of-process (it's in the URLLoader tests right ...
9 years ago (2011-12-13 18:55:29 UTC) #3
ygorshenin
Thanks, PTAL http://codereview.chromium.org/8840007/diff/1/ppapi/api/dev/ppb_testing_dev.idl File ppapi/api/dev/ppb_testing_dev.idl (right): http://codereview.chromium.org/8840007/diff/1/ppapi/api/dev/ppb_testing_dev.idl#newcode112 ppapi/api/dev/ppb_testing_dev.idl:112: * to specify that no component information ...
9 years ago (2011-12-14 17:41:10 UTC) #4
yzshen1
lgtm http://codereview.chromium.org/8840007/diff/4004/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc File ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc (right): http://codereview.chromium.org/8840007/diff/4004/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc#newcode113 ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc:113: DebugPrintf("PPB_Testing_Dev::GetDocumentURL\n"); nit: I think it is better to ...
9 years ago (2011-12-14 19:16:53 UTC) #5
bbudge
On 2011/12/14 19:16:53, yzshen1 wrote: > lgtm > > http://codereview.chromium.org/8840007/diff/4004/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc > File > ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_testing_rpc_server.cc > ...
9 years ago (2011-12-14 19:37:47 UTC) #6
ygorshenin
+brettw
9 years ago (2011-12-14 19:46:23 UTC) #7
brettw
LGTM with yzshen's comment fixed. http://codereview.chromium.org/8840007/diff/4004/ppapi/api/dev/ppb_url_util_dev.idl File ppapi/api/dev/ppb_url_util_dev.idl (right): http://codereview.chromium.org/8840007/diff/4004/ppapi/api/dev/ppb_url_util_dev.idl#newcode7 ppapi/api/dev/ppb_url_util_dev.idl:7: * This file defines ...
9 years ago (2011-12-14 22:36:47 UTC) #8
ygorshenin
Thanks, yzshen's comments are fixed. http://codereview.chromium.org/8840007/diff/4004/ppapi/api/dev/ppb_url_util_dev.idl File ppapi/api/dev/ppb_url_util_dev.idl (right): http://codereview.chromium.org/8840007/diff/4004/ppapi/api/dev/ppb_url_util_dev.idl#newcode7 ppapi/api/dev/ppb_url_util_dev.idl:7: * This file defines ...
9 years ago (2011-12-15 11:48:22 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ygorshenin@google.com/8840007/23001
9 years ago (2011-12-15 14:18:15 UTC) #10
commit-bot: I haz the power
9 years ago (2011-12-15 15:29:22 UTC) #11
Change committed as 114637

Powered by Google App Engine
This is Rietveld 408576698