https://github.com/web-platform-tests/wpt
Revision c1df8c29879917e2602bfb32a292e3c450452e27 authored by Henrik Boström on 04 April 2018, 19:14:49 UTC, committed by Chromium WPT Sync on 04 April 2018, 19:14:49 UTC
Implements the RTCPeerConnection.getStats(MediaStreamTrack) version[1]
of the stats selection algorithm behind flag. This is the equivalent of
doing RTCRtpSender.getStats() or RTCRtpReceiver.getStats() for the
track's sender or receiver. This is tested in external/wpt/.

Due to limitations of the generated V8 bindings it is not possible to
express all versions of RTCPeerConnection.getStats() at the same time
in IDL. Thus this CL introduces a version of getStats() taking
"optional any callbacksOrSelector" as argument, with custom binding
logic performed in RTCPeerConnection.cpp. A fast/peerconnection/
LayoutTest is added to test all combinations.

[1] https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-getstats

Bug: 680172
Change-Id: I8c64fc64c708d266c926dfa3eb3587c4cbb31210
Reviewed-on: https://chromium-review.googlesource.com/978128
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548149}
1 parent 148f026
History
Tip revision: c1df8c29879917e2602bfb32a292e3c450452e27 authored by Henrik Boström on 04 April 2018, 19:14:49 UTC
RTCPeerConnection.getStats(MediaStreamTrack? selector = null) added.
Tip revision: c1df8c2
File Mode Size
AbsoluteOrientationSensor-disabled-by-feature-policy.https.html -rw-r--r-- 441 bytes
AbsoluteOrientationSensor-disabled-by-feature-policy.https.html.headers -rw-r--r-- 76 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html -rw-r--r-- 499 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy-attribute.https.html -rw-r--r-- 465 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy.https.html -rw-r--r-- 439 bytes
AbsoluteOrientationSensor-enabled-by-feature-policy.https.html.headers -rw-r--r-- 61 bytes
AbsoluteOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html -rw-r--r-- 469 bytes
AbsoluteOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html.headers -rw-r--r-- 76 bytes
OWNERS -rw-r--r-- 63 bytes
OrientationSensor.https.html -rw-r--r-- 3.2 KB
OrientationSensor_insecure_context.html -rw-r--r-- 712 bytes
OrientationSensor_onerror-manual.https.html -rw-r--r-- 830 bytes
RelativeOrientationSensor-disabled-by-feature-policy.https.html -rw-r--r-- 441 bytes
RelativeOrientationSensor-disabled-by-feature-policy.https.html.headers -rw-r--r-- 55 bytes
RelativeOrientationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html -rw-r--r-- 499 bytes
RelativeOrientationSensor-enabled-by-feature-policy-attribute.https.html -rw-r--r-- 465 bytes
RelativeOrientationSensor-enabled-by-feature-policy.https.html -rw-r--r-- 439 bytes
RelativeOrientationSensor-enabled-by-feature-policy.https.html.headers -rw-r--r-- 45 bytes
RelativeOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html -rw-r--r-- 469 bytes
RelativeOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html.headers -rw-r--r-- 55 bytes
idlharness.https.html -rw-r--r-- 1.3 KB

back to top