[webkit-changes] [WebKit/WebKit] 421bfb: Remove WebRTC RTCMediaStreamTrackStats

youennf noreply at github.com
Fri May 12 07:56:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 421bfb2348f0da9bcef1c285b096f1318532391d
      https://github.com/WebKit/WebKit/commit/421bfb2348f0da9bcef1c285b096f1318532391d
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-mandatory-getStats.https-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-track-stats.https-expected.txt
    R LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-track-stats.https.html
    M LayoutTests/platform/glib/TestExpectations
    M LayoutTests/platform/mac-wk2/TestExpectations
    R LayoutTests/webrtc/video-mediastreamtrack-stats-expected.txt
    R LayoutTests/webrtc/video-mediastreamtrack-stats.html
    M LayoutTests/webrtc/video-stats.html
    M Source/WebCore/Modules/mediastream/RTCStatsReport.h
    M Source/WebCore/Modules/mediastream/RTCStatsReport.idl
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCStatsCollector.cpp

  Log Message:
  -----------
  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




More information about the webkit-changes mailing list