Skip to content

Commit 573b7c2

Browse files
youennfphiln
authored andcommitted
Remove WebRTC RTCMediaStreamTrackStats
https://bugs.webkit.org/show_bug.cgi?id=256690 rdar://109251896 Reviewed by Eric Carlson. Remove RTCMediaStreamTrackStats since all stats are now in other stat dictionaries. It is also removed from the spec. * LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-mandatory-getStats.https-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-track-stats.https-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-track-stats.https.html: Removed. * LayoutTests/platform/glib/TestExpectations: * LayoutTests/platform/mac-wk2/TestExpectations: * LayoutTests/webrtc/video-mediastreamtrack-stats-expected.txt: Removed. * LayoutTests/webrtc/video-mediastreamtrack-stats.html: Removed. * LayoutTests/webrtc/video-stats.html: * Source/WebCore/Modules/mediastream/RTCStatsReport.h: (WebCore::RTCStatsReport::MediaStreamTrackStats::MediaStreamTrackStats): Deleted. * Source/WebCore/Modules/mediastream/RTCStatsReport.idl: * Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCStatsCollector.cpp: (WebCore::fillInboundRtpStreamStats): (WebCore::fillOutboundRtpStreamStats): (WebCore::initializeRTCStatsReportBackingMap): (WebCore::fillRTCMediaStreamTrackStats): Deleted. Canonical link: https://commits.webkit.org/264014@main
1 parent 36e1373 commit 573b7c2

11 files changed

Lines changed: 25 additions & 790 deletions

LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-mandatory-getStats.https-expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PASS RTCReceivedRtpStreamStats's jitter
1111
PASS RTCReceivedRtpStreamStats's packetsDiscarded
1212
PASS RTCReceivedRtpStreamStats's framesDropped
1313
FAIL RTCInboundRtpStreamStats's receiverId assert_true: Is receiverId present expected true got false
14-
FAIL RTCInboundRtpStreamStats's remoteId assert_true: Is remoteId present expected true got false
14+
PASS RTCInboundRtpStreamStats's remoteId
1515
PASS RTCInboundRtpStreamStats's framesDecoded
1616
PASS RTCInboundRtpStreamStats's nackCount
1717
PASS RTCInboundRtpStreamStats's framesReceived

LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-track-stats.https-expected.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)