|
Create a PPAPI host for new resource message routing.
This infrastructure will be used in the renderer and in the browser as the backing for new resources.
The PpapiHost object doues the routing for the resource messages, and also has hooks for the embedder (the renderer or the browser) to create resources. This adds a content_renderer factory which currently does nothing (we'll add most of the resources here).
BUG=
TEST=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145059
Total comments: 10
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+477 lines, -0 lines) |
Patch |
 |
A |
ppapi/host/host_factory.h
|
View
|
1
2
3
4
5
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/host/host_message_context.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/host/ppapi_host.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/host/ppapi_host.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+127 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/host/ppapi_host_export.h
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/host/resource_host.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/host/resource_host.cc
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/ppapi_host.gypi
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_internal.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/dispatcher.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/dispatcher.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/resource.h
|
View
|
1
2
3
4
5
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/resource.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|