Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Issue 2972003002: RTCPeerConnection.ontrack event added. (Closed)

Created:
3 years, 5 months ago by hbos_chromium
Modified:
3 years, 5 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, jam, posciak+watch_chromium.org, chfremer+watch_chromium.org, phoglund+watch_chromium.org, haraken, feature-media-reviews_chromium.org, dglazkov+blink, darin-cc_chromium.org, blink-reviews, blink-reviews-api_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

RTCPeerConnection.ontrack event added. Interface RTCTrackEvent and dictionary RTCTrackEventInit added. The event fires when a remote track is added. BUG=739104

Patch Set 1 #

Patch Set 2 : testy timee #

Patch Set 3 : Le merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+352 lines, -13 lines) Patch
M chrome/browser/media/webrtc/webrtc_browsertest_base.h View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/media/webrtc/webrtc_browsertest_base.cc View 1 2 2 chunks +31 lines, -0 lines 0 comments Download
M chrome/browser/media/webrtc/webrtc_rtp_browsertest.cc View 1 2 4 chunks +12 lines, -0 lines 0 comments Download
M chrome/test/data/webrtc/peerconnection_rtp.js View 1 2 2 chunks +46 lines, -0 lines 0 comments Download
M content/renderer/media/mock_web_rtc_peer_connection_handler_client.h View 2 chunks +7 lines, -3 lines 0 comments Download
M content/renderer/media/mock_web_rtc_peer_connection_handler_client.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/media/remote_media_stream_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/media/rtc_peer_connection_handler.cc View 1 2 2 chunks +53 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventTypeNames.json5 View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/modules_idl_files.gni View 3 chunks +5 lines, -3 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 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp View 1 2 3 chunks +32 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/peerconnection/RTCTrackEvent.h View 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/peerconnection/RTCTrackEvent.cpp View 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/peerconnection/RTCTrackEvent.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/peerconnection/RTCTrackEventInit.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/public/platform/WebRTCPeerConnectionHandlerClient.h View 2 chunks +5 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 7 (6 generated)
hbos_chromium
3 years, 5 months ago (2017-07-18 15:28:45 UTC) #6

Powered by Google App Engine
This is Rietveld 408576698