|
Cast Extensions API: Major namespace and object renaming
There is no functional change in this patch. This change only does
renaming.
Extensions API namespaces:
webrtc.castSendTransport -> cast.streaming.rtpStream
webrtc.castUdpTransport -> cast.streaming.udpTransport
Class renaming:
WebRtcNativeHandler -> CastStreamingNativeHandler
CastSendTransport -> CastRtpStream
Tests and related files are also renamed to get rid of the webrtc
label.
BUG= 301920
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238403
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+246 lines, -1140 lines) |
Patch |
 |
A + |
chrome/browser/extensions/cast_streaming_apitest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/webrtc_cast_apitest.cc
|
View
|
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_renderer.gypi
|
View
|
1
2
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_api_features.json
|
View
|
1
2
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_permission_features.json
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/api.gyp
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
View
|
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/cast_streaming_session.idl
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
chrome/common/extensions/api/cast_streaming_udp_transport.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/common/extensions/api/webrtc_cast_send_transport.idl
|
View
|
|
1 chunk |
+0 lines, -107 lines |
0 comments
|
Download
|
 |
D |
chrome/common/extensions/api/webrtc_cast_udp_transport.idl
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/permissions/chrome_api_permissions.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/permissions/permission_set_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/renderer/extensions/cast_streaming_native_handler.h
|
View
|
1
2
3
|
4 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/extensions/cast_streaming_native_handler.cc
|
View
|
1
2
3
|
10 chunks |
+53 lines, -53 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/dispatcher.cc
|
View
|
1
2
|
3 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/extensions/webrtc_native_handler.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/extensions/webrtc_native_handler.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -354 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/media/cast_rtp_stream.h
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/media/cast_rtp_stream.cc
|
View
|
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/media/cast_send_transport.h
|
View
|
|
1 chunk |
+0 lines, -113 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/media/cast_send_transport.cc
|
View
|
|
1 chunk |
+0 lines, -164 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/resources/extensions/cast_streaming_rtp_stream_custom_bindings.js
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/cast_streaming_session_custom_bindings.js
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/resources/extensions/cast_streaming_udp_transport_custom_bindings.js
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/resources/extensions/webrtc_cast_send_transport_custom_bindings.js
|
View
|
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/resources/extensions/webrtc_cast_udp_transport_custom_bindings.js
|
View
|
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/renderer_resources.grd
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/api_test/cast_streaming/basics.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/api_test/cast_streaming/basics.js
|
View
|
|
1 chunk |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/api_test/cast_streaming/manifest.json
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/webrtc_cast/basics.html
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/webrtc_cast/basics.js
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/webrtc_cast/manifest.json
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
extensions/common/permissions/api_permission.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|