|
Hook up content/renderer to the PPAPI host.
This hooks up the machinery in content/renderer to the PPAPI host infrastructure. Nothing uses this yet.
This will allow us to implement resources in content/renderer/pepper via the new resource creation impl. The new in-process resource creation will allow new-style IPC-only resources to be created in-process
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145371
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+303 lines, -5 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
1
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/content_renderer_pepper_host_factory.h
|
View
|
1
2
3
4
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/content_renderer_pepper_host_factory.cc
|
View
|
1
2
3
4
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_in_process_resource_creation.h
|
View
|
1
2
3
4
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_in_process_resource_creation.cc
|
View
|
1
2
3
4
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/mock_plugin_delegate.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/mock_plugin_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_delegate.h
|
View
|
1
2
3
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.h
|
View
|
1
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/resource_creation_impl.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|