|
Implementation of URLLoader using PluginResource/ResourceHost.
This doesn't use the resource call/reply infrastructure, but rather pipes WebKit callbacks to the plugin via unsolicited callbacks. This eliminates state tracking in the host which makes things simpler.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1342 lines, -1633 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/renderer_ppapi_host.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/content_renderer_pepper_host_factory.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_in_process_resource_creation.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_in_process_resource_creation.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_url_loader_host.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+138 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_url_loader_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+380 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/renderer_ppapi_host_impl.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/renderer_ppapi_host_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/api/ppp_instance.idl
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/ppp_instance.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppb_proxy_private.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_proxy.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_list.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_resource.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+60 lines, -4 lines |
0 comments
|
Download
|
 |
D |
ppapi/proxy/ppb_url_loader_proxy.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -92 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_url_loader_proxy.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -649 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_instance_proxy.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_instance_proxy.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+28 lines, -45 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/url_loader_resource.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+141 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/url_loader_resource.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+381 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/url_response_info_resource.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/api_id.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_private.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_public_stable.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_url_loader_api.h
|
View
|
1
2
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_url_loader_thunk.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/resource_creation_api.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/thunk.h
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webkit_glue.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_module.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+19 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+17 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_webplugin_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_webplugin_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+12 lines, -24 lines |
0 comments
|
Download
|
 |
|
webkit/plugins/ppapi/ppb_proxy_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
|
webkit/plugins/ppapi/ppb_url_loader_impl.h
|
View
|
1
2
|
1 chunk |
+0 lines, -176 lines |
0 comments
|
Download
|
 |
D |
webkit/plugins/ppapi/ppb_url_loader_impl.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -547 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/resource_creation_impl.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/resource_creation_impl.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/url_response_info_util.h
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|