|
Cast: Javascript bindings for cast receiver
This adds javascript bindings for the functions in cast_receiver_session, allowing
a cast_receiver to be initiated from a whitelisted javascript extension.
Also fixes a crashing bug in udp_transport.cc.
Committed: https://crrev.com/4449d976059b4d76ca1671560042f291f9a6083d
Cr-Commit-Position: refs/heads/master@{#319175}
Total comments: 48
Total comments: 4
Total comments: 32
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+626 lines, -50 lines) |
Patch |
 |
M |
chrome/common/extensions/api/_api_features.json
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/api/cast_streaming_receiver_session.idl
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/schemas.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/extensions/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/cast_streaming_native_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/cast_streaming_native_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+265 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_receiver_session.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_receiver_session.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_receiver_session_delegate.h
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_receiver_session_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_session.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_session.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_session_delegate.h
|
View
|
1
2
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_session_delegate.cc
|
View
|
1
2
|
3 chunks |
+24 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_udp_transport.h
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_udp_transport.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/resources/extensions/cast_streaming_receiver_session_custom_bindings.js
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/renderer_resources.grd
|
View
|
|
1 chunk |
+1 line, -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/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/renderer/media_stream_api.h
|
View
|
1
2
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/renderer/media_stream_api.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+125 lines, -0 lines |
0 comments
|
Download
|
Total messages: 26 (6 generated)
|