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

Issue 6676045: Implement a proxy for URL util. Some of the implementation that doesn't need ... (Closed)

Created:
9 years, 9 months ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
yzshen1
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Implement a proxy for URL util. Some of the implementation that doesn't need to be proxied moved into a new shared_impl file, which required a decent amount of glue to make it callable from both the implementation and the proxy. The payoff here is only marginal since the code is fairly simple, but I decided this is still better than duplication. This also includes some comments from my audio patch that I forgot in that CL. BUG=none TEST=ppapi_tests run out of process pass Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78646

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 7

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+499 lines, -63 lines) Patch
M ppapi/ppapi_shared_proxy.gypi View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/proxy/dispatcher.cc View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_id.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_url_util_proxy.h View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_url_util_proxy.cc View 1 2 1 chunk +207 lines, -0 lines 0 comments Download
A ppapi/shared_impl/url_util_impl.h View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
A ppapi/shared_impl/url_util_impl.cc View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_audio_impl.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_audio_impl.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_url_util_impl.cc View 1 2 6 chunks +33 lines, -60 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
brettw
9 years, 9 months ago (2011-03-16 17:29:43 UTC) #1
yzshen1
http://codereview.chromium.org/6676045/diff/8001/ppapi/proxy/ppb_url_util_proxy.cc File ppapi/proxy/ppb_url_util_proxy.cc (right): http://codereview.chromium.org/6676045/diff/8001/ppapi/proxy/ppb_url_util_proxy.cc#newcode13 ppapi/proxy/ppb_url_util_proxy.cc:13: #include "ppapi/proxy/serialized_var.h" It has been included by ppb_url_util_proxy.h. http://codereview.chromium.org/6676045/diff/8001/ppapi/proxy/ppb_url_util_proxy.cc#newcode116 ...
9 years, 9 months ago (2011-03-16 21:19:22 UTC) #2
brettw
Thanks, I addressed all the comments, new snap up.
9 years, 9 months ago (2011-03-17 16:39:50 UTC) #3
yzshen1
9 years, 9 months ago (2011-03-17 16:55:18 UTC) #4
LGTM

Thanks!

Powered by Google App Engine
This is Rietveld 408576698