|
app_shell: Add audio and video capture support
This allows HTML5/WebRTC audio and video capture to work inside apps.
* Apps in app_shell are given access to the first available
camera and microphone via WebContentsDelegate::
ProcessMediaAccessRequest().
* Introduce media_capture_util so code can be shared
between ShellExtensionHostDelegate (for audio capture from
background pages) and ShellAppWindow (for normal windows).
* Extract ShellExtensionHostDelegate into its own file
because it's a little too big to sit where it is.
BUG= 404299
TEST=manual, see app attached to bug
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291534
Total comments: 3
Total comments: 1
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+293 lines, -128 lines) |
Patch |
 |
M |
athena/main/athena_app_window_controller.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/main/athena_app_window_controller.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_permission_features.json
|
View
|
1
2
3
|
2 chunks |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/permissions/chrome_api_permissions.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/permissions/chrome_permission_message_provider.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/api/_permission_features.json
|
View
|
1
2
3
|
2 chunks |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/permissions/extensions_api_permissions.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/extensions_strings.grd
|
View
|
1
2
3
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/app_shell.gyp
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/api/shell/shell_api.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/default_shell_app_window_controller.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/default_shell_app_window_controller.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A |
extensions/shell/browser/media_capture_util.h
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extensions/shell/browser/media_capture_util.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_app_window.h
|
View
|
1
2
3
|
4 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_app_window.cc
|
View
|
1
2
3
|
4 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_app_window_controller.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_desktop_controller.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_desktop_controller.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
extensions/shell/browser/shell_extension_host_delegate.h
|
View
|
1
|
2 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
 |
A |
extensions/shell/browser/shell_extension_host_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_extensions_browser_client.cc
|
View
|
1
|
2 chunks |
+1 line, -47 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|