Michael Froman
cb81178b8a
Bug 1414167 - Add offer/answer labels to local and remote sdp headings on about:webrtc. r=drno,smaug
...
Add a new |offerer| field to RTCStatsReport.
Based on offerer, label the local sdp as offer or answer.
Based on offerer, label the remote sdp as offer or answer.
MozReview-Commit-ID: 4jdWP8tpr9w
--HG--
extra : rebase_source : 5724645ef8e39c2af0c5fccf7d7872ee2cb437b5
2017-11-15 13:40:09 -06:00
Nico Grunbaum
91a00d57b9
Bug 1374465 - add framesDecoded to vid inbound stream stats;r=jib,smaug
...
MozReview-Commit-ID: GqbcQxOb69r
--HG--
extra : rebase_source : 9e25ffed93b6685c9c1848bc0d2642a4b8cda579
2017-07-03 14:17:40 -07:00
Michael Froman
da7254ecbf
Bug 1339906 - pt 5 - add writable field to webidl for RTCIceCandidatePairStats and implement readable and writeable fields. r=drno,qdot
...
MozReview-Commit-ID: 6IODhX5mtnP
--HG--
extra : rebase_source : 30245be09b3b4bf057672cceb2d90d3393da035c
2017-06-06 17:33:02 -05:00
Michael Froman
1b76f106fd
Bug 1339906 - pt 4 - add last sent and received timestamps to RTCIceCandidatePairStats. r=drno,qdot
...
MozReview-Commit-ID: GE23lS7qs9n
--HG--
extra : rebase_source : 5b39e4232258eca1807d3c962a2ed40c2724822b
2017-06-06 17:36:40 -05:00
Michael Froman
eb58727687
Bug 1339906 - pt 3 - change componentId to transportId to match RTCIceCandidatePairStats spec. r=drno,qdot
...
MozReview-Commit-ID: Jfc2BOMt98v
--HG--
extra : rebase_source : db7bca1a23cc2f46cce778dd0638182cc1143791
2017-06-06 16:59:18 -05:00
Michael Froman
69f85fff44
Bug 1339906 - pt 1 - Add bytesSent and bytesReceived to RTCIceCandidatePairStats. r=drno,qdot
...
MozReview-Commit-ID: BQGPTUzRCB3
--HG--
extra : rebase_source : cd2abb970a07479c8425a13d12fc0fbaa487b00e
2017-06-06 16:30:56 -05:00
Nico Grunbaum
e45ddffb1e
Bug 1359775
- Part 1 - add RTCRtpContributingSourceStats;r=jib,smaug
...
Still left TODO:
* add an aboutWebrtc.js section
* write tests
MozReview-Commit-ID: DwFxq19KWeu
--HG--
extra : rebase_source : fad3018d851316af83df48c62db16028a1a84b5c
2017-04-26 04:27:13 -07:00
Nico Grunbaum
9352ee95aa
Bug 1344970 - rename mozRtt to roundTripTime r=jib,smaug
...
MozReview-Commit-ID: 3kES8JUPd3n
--HG--
extra : rebase_source : e49846845d7cbd43f96d13cb1881e0383517f197
2017-03-06 15:50:10 -08:00
Nico Grunbaum
af67a2fb4c
Bug 1348657 - implement framesEncoded, pliCount, nackCount and firCount for webrtc stats r=jib,smaug
...
MozReview-Commit-ID: E873mbcrlLL
--HG--
extra : rebase_source : ca6f5d7ab0490948aaed1ae793ed5906149b7236
2017-03-21 21:52:06 -07:00
Nico Grunbaum
6a4311817a
Bug 1322503 - Hyphenate rtc stats type as per spec. r=jib,smaug
...
MozReview-Commit-ID: 8zYkt8gOpsM
--HG--
extra : rebase_source : e307ac6bc56a5ce732f8abd2e1a9e5c755dc8fcc
2016-12-16 01:27:40 -08:00
Michael Froman
eb76cebbf2
Bug 1321628 - add ice restart and rollback counts to about:webrtc. r=drno,smaug
...
MozReview-Commit-ID: FmZMtwzvmhX
--HG--
extra : rebase_source : 701ec66eabfa0411c4b755fbec8f94b2d4c133b0
2016-11-23 11:48:04 -06:00
Jan-Ivar Bruaroey
acd09b00bf
Bug 1213056 - change getStats to be maplike. r=bz
...
MozReview-Commit-ID: 3nkMtbFfGR2
--HG--
extra : rebase_source : f9c6bf50c82fd94a9755dde69f7cab62d56a57ed
2016-04-07 10:40:37 -04:00
Jan-Ivar Bruaroey
c49c2b6556
Bug 1184426 - Unprefix RTCIceCandidatePairStats.priority (formerly mozPriority). r=bwc, r=smaug
...
--HG--
extra : transplant_source : %5C%F5Yk%F3%90A%99%89%0F%0AW%CB-%1333FTQ
2015-07-15 22:43:37 -04:00
Jan-Ivar Bruaroey
7eacf83462
Bug 1055378 - Adds RTCRTPStreamStats.mediaType + test of getStats w/track arg. r=smaug,drno,jesup
2014-08-21 17:14:12 -04:00
Jan-Ivar Bruaroey
72df921a1d
Bug 951496 - Codec getStats. r=smaug, r=jesup
2014-06-07 17:27:26 -04:00
Jan-Ivar Bruaroey
9729a3eb36
Bug 970685 - definitions for WebRTC telemetry for jitter, packet-loss and RTT. r=smaug, r=jesup
2014-05-12 15:35:34 -04:00
Byron Campen [:bwc]
2c84d5f0bc
Bug 1002831 - Display remote and local SDP on about:webrtc. r=smaug, r=jib
2014-05-05 11:13:24 -07:00
Byron Campen [:bwc]
a622f4666a
Bug 970734 - Part 2: Record final ICE/media stats when PeerConnections are closed, so they show up in about:webrtc. r=smaug, r=jib
2014-05-05 09:35:57 -07:00
Boris Zbarsky
1da745b30f
Bug 985536. Go back to allowing optional any with no default value in WebIDL, but treat it as having a default value of undefined. r=khuey
2014-04-03 23:32:11 -04:00
Jan-Ivar Bruaroey
3ffe31d869
Bug 970686: Outbound getStats: Fixed RTCP timestamps and remote packets/bytes received. r=jesup
2014-03-14 14:34:02 -04:00
Jan-Ivar Bruaroey
d72fff5a22
Bug 964127: Add a/v sync status to about:webrtc. r=jesup
2014-03-12 17:13:20 -04:00
Byron Campen [:bwc]
1e034370b0
Bug 970690 - Part 1: Add transport field to ICE candidate stats. r=jib
2014-02-26 11:12:37 -08:00
Boris Zbarsky
7ee245a69d
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
2014-02-19 10:13:38 -05:00
Jan-Ivar Bruaroey
dfeece3017
Bug 970686 - Add stat.packetsLost. r=jesup
2014-02-13 22:35:13 -08:00
Byron Campen [:bwc]
6c4d80ca56
Bug 906990: Part 12. Report statistics from all components when the MediaStreamTrack is not specified. r=ekr, r=jib
2014-01-14 08:48:27 -08:00
Ryan VanderMeulen
1b31e70c16
Backed out changesets f04c846c7492, 9bc5c5a8554e, and a4f2af4617da (bug 906990) for WebRTC mochitest failures.
...
CLOSED TREE
2014-01-13 10:53:40 -05:00
Byron Campen [:bwc]
deb10c6eab
Bug 906990: Part 12. Report statistics from all components when the MediaStreamTrack is not specified. r=ekr
2014-01-10 13:21:39 -08:00
Jan-Ivar Bruaroey
a62586544a
Bug 908695: Add Packets/Bytes-sent/received to webrtc stats API r=jesup DONTBUILD
2013-12-07 20:31:56 -05:00
Randell Jesup
f7bdb5931a
Backout 2bb7e7192ced for landing with wrong bug number rs=backout DONTBUILD
2013-12-07 23:45:21 -05:00
Jan-Ivar Bruaroey
055cfb8354
Bug 902003: Add Packets/Bytes-sent/received to webrtc stats API r=jesup
2013-12-07 20:31:56 -05:00
Byron Campen [:bwc]
aebc089f65
Bug 906990: Part 10. Webidl and implementation for WebrtcGlobal. Encompasses things like global stats and logging. r=jib,bz
2013-11-25 11:01:03 -08:00
Byron Campen [:bwc]
3bca483297
Bug 906990 - Part 7: Populate candidate pairs in RTCStatsReport. r=jib
2013-10-28 16:02:00 -07:00
Jan-Ivar Bruaroey
28ff0a5264
Bug 902003 - Stats webidl tuning, rename stats enums to not contain dashes etc. r=jesup
2013-10-24 14:07:20 -04:00
Jan-Ivar Bruaroey
b04d27e132
Bug 902003: getStats API skeleton. r=jesup, smaug
2013-10-17 18:00:05 -04:00