From 2cc9c3f7f71d0a21210518b2151c59325f284184 Mon Sep 17 00:00:00 2001 From: Michael Froman Date: Wed, 31 Jan 2018 10:34:37 -0600 Subject: [PATCH] Bug 1414171 - pt 1 - Add componentId field to RTCIceCandidatePairStats. r=smaug componentId is a moz only field that will allow sorting by componentId on the about:webrtc page. MozReview-Commit-ID: HXEQl3JHmO3 --HG-- extra : rebase_source : 1629fc0fc34b4878e398753db933d0f10c83b67b --- dom/webidl/RTCStatsReport.webidl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dom/webidl/RTCStatsReport.webidl b/dom/webidl/RTCStatsReport.webidl index f23954ea3f29..29729b8062a3 100644 --- a/dom/webidl/RTCStatsReport.webidl +++ b/dom/webidl/RTCStatsReport.webidl @@ -138,6 +138,8 @@ dictionary RTCIceCandidatePairStats : RTCStats { DOMHighResTimeStamp lastPacketSentTimestamp; DOMHighResTimeStamp lastPacketReceivedTimestamp; boolean selected; + [ChromeOnly] + unsigned long componentId; // moz }; enum RTCStatsIceCandidateType {