|
Allow renderer to create pepper ResourceHosts in the browser
This CL allows pending ResourceHosts to be created in the browser from the renderer. The functionality is currently exposed through the RendererPpapiHost. The creation call is asynchronous - a callback will be called in the renderer with a pending host ID when the host has been created.
BUG= 246396
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204954
Total comments: 6
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+420 lines, -10 lines) |
Patch |
 |
M |
content/browser/ppapi_plugin_process_host.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/renderer_host/pepper/pepper_renderer_connection.h
|
View
|
1
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/renderer_host/pepper/pepper_renderer_connection.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/renderer_ppapi_host.h
|
View
|
1
2
3
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/mock_renderer_ppapi_host.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/mock_renderer_ppapi_host.cc
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_browser_connection.h
|
View
|
1
2
3
4
5
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_browser_connection.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.h
|
View
|
1
2
3
4
5
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/renderer_ppapi_host_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/renderer_ppapi_host_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/host/ppapi_host.h
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/host/ppapi_host.cc
|
View
|
1
2
|
2 chunks |
+31 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_delegate.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_module.h
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_module.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|