|
Implement audio proxy for Pepper.
In addition to the basic proxying, this required some changes to the dispatcher
and process infrastructure to get the handles of the processes available when
I need them so I can duplicate the shared memory handles properly into the
different processes.
TEST=none
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68026
Total comments: 1
Total comments: 6
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+999 lines, -180 lines) |
Patch |
 |
M |
chrome/browser/browser_child_process_host.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_child_process_host.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ppapi_plugin_process_host.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ppapi_plugin_process_host.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+33 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages_internal.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/ppapi_plugin/ppapi_thread.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/ppapi_plugin/ppapi_thread.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/ppapi.gyp
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/DEPS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/dispatcher.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/dispatcher.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/host_dispatcher.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/host_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_id.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_dispatcher.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_resource.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages_internal.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+43 lines, -6 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/ppb_audio_config_proxy.h
|
View
|
1
2
3
4
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/ppb_audio_config_proxy.cc
|
View
|
1
2
|
1 chunk |
+135 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/ppb_audio_proxy.h
|
View
|
1
2
3
4
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/ppb_audio_proxy.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+285 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/README.txt
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/audio_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/audio_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/pepper_audio.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+23 lines, -48 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/pepper_audio.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+46 lines, -87 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/pepper_font.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/pepper_plugin_module.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/pepper_plugin_module.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webkit_glue.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|