|
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
Total comments: 7
|
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
|
Total messages: 4 (0 generated)
|