|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+657 lines, -26 lines) |
Patch |
 |
M |
chrome/browser/media/webrtc/webrtc_browsertest_base.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/webrtc/webrtc_browsertest_base.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/webrtc/webrtc_rtp_browsertest.cc
|
View
|
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/webrtc/peerconnection_rtp.js
|
View
|
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/rtc_peer_connection_handler.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/rtc_peer_connection_handler.cc
|
View
|
1
2
|
3 chunks |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/webrtc/rtc_rtp_sender.h
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/webrtc/rtc_rtp_sender.cc
|
View
|
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc/webrtc_media_stream_adapter.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/test_runner/mock_webrtc_peer_connection_handler.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/test_runner/mock_webrtc_peer_connection_handler.cc
|
View
|
|
5 chunks |
+54 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-idl-expected.txt
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-getSenders.html
|
View
|
|
1 chunk |
+167 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/modules_idl_files.gni
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/peerconnection/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
View
|
1
2
3
|
4 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
View
|
1
2
3
4
|
7 chunks |
+52 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/peerconnection/RTCRtpSender.h
|
View
|
1
2
3
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/peerconnection/RTCRtpSender.cpp
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/peerconnection/RTCRtpSender.idl
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/exported/WebRTCRtpSender.cpp
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/public/platform/WebRTCRtpSender.h
|
View
|
1
2
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|