Byron Campen [:bwc]
|
bbaf4386c7
|
Bug 998989 - Part 1: ChromeOnly API for getting notifications when PCs are initted, or change ICE connection/gathering state. Also, expose the PC id, and allow getAllStats to be filtered by the same. r=jib, r=bz
|
2014-05-22 14:14:56 -07:00 |
|
Nils Ohlmeier [:drno]
|
5abd2eec9b
|
Bug 1014304 - Remove onconnection and onclosedconnection from RTCPeerConnection. r=jib, r=jesup, r=smaug
|
2014-05-28 09:36:00 -04:00 |
|
Martin Thomson
|
b02eb0e19d
|
Bug 959870 - Error reporting improvements to WebRTC IdP. r=jib
|
2014-04-08 14:26:00 +02:00 |
|
Ryan VanderMeulen
|
1b876b69a4
|
Backed out changeset 27578e0cf97f (bug 959870) for webrtc test bustage.
|
2014-04-08 15:30:31 -04:00 |
|
Martin Thomson
|
c035bce6b9
|
[PATCH] Bug 959870 - Error reporting improvements to WebRTC IdP r=jib
From e1fce543ab34ddd69bb8f8efde56c45bddaa1152 Mon Sep 17 00:00:00 2001
---
dom/events/test/test_all_synthetic_events.html | 6 +-
dom/media/IdpProxy.jsm | 10 +-
dom/media/PeerConnection.js | 31 ++----
dom/media/PeerConnectionIdp.jsm | 124 +++++++++++++--------
dom/media/tests/identity/identityevent.js | 15 +++
dom/media/tests/identity/idp-proxy.js | 10 +-
dom/media/tests/identity/mochitest.ini | 1 +
.../tests/identity/test_getIdentityAssertion.html | 30 +++--
dom/media/tests/identity/test_idpproxy.html | 7 --
.../tests/identity/test_setIdentityProvider.html | 25 ++++-
.../test_setIdentityProviderWithErrors.html | 72 +++++++++---
dom/media/tests/mochitest/pc.js | 22 +++-
dom/webidl/RTCPeerConnection.webidl | 7 +-
.../RTCPeerConnectionIdentityErrorEvent.webidl | 23 ++++
dom/webidl/moz.build | 1 +
modules/libpref/src/init/all.js | 108 +++++++++---------
16 files changed, 316 insertions(+), 176 deletions(-)
create mode 100644 dom/media/tests/identity/identityevent.js
create mode 100644 dom/webidl/RTCPeerConnectionIdentityErrorEvent.webidl
|
2014-03-14 11:26:19 -07:00 |
|
Byron Campen [:bwc]
|
88008dfd1d
|
Bug 958221 - Part 3: New webidl for WebrtcGlobalInformation, c++ impl, and removing logging-related stuff from PeerConnectionImpl. r=jib
|
2014-02-20 09:35:35 -08:00 |
|
Martin Thomson
|
6a3f07e86b
|
Bug 884573 - Part 2: Identity assertion generation and verification for WebRTC. r=abr
|
2014-02-10 14:41:46 -08:00 |
|
Byron Campen [:bwc]
|
098cdd266f
|
Bug 908923 - Part 2: Add a button to dump the entire rlog ringbuffer to about:webrtc. r=abr
|
2013-11-25 14:38:41 -08:00 |
|
Adam Roach [:abr]
|
7cff11994e
|
Bug 784491 - Part 1: Add constraints to addStream r=jib
|
2013-12-18 13:54:23 -06:00 |
|
Byron Campen [:bwc]
|
4267967009
|
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]
|
5cc4d97f6f
|
Bug 906990 - Part 8: Create a chrome-only stats interface, and only expose the candidate pair stats there. r=jib
|
2013-10-29 10:29:43 -07:00 |
|
Jan-Ivar Bruaroey
|
c44142852e
|
Bug 929530 - Remove peerConnection functionality deprecated w/warnings since 24 r=jesup,jib
|
2013-10-27 10:36:34 -04:00 |
|
Randell Jesup
|
395c912b4b
|
Backed out changeset b490b5843f3c for M2 bustage
|
2013-10-27 20:45:28 -04:00 |
|
Jan-Ivar Bruaroey
|
83ae70927c
|
Bug 929530 - Remove peerConnection functionality deprecated w/warnings since FF24 r=jesup
|
2013-10-27 10:36:34 -04:00 |
|
Jan-Ivar Bruaroey
|
cd0eb58d0e
|
Bug 902003: getStats API skeleton. r=jesup, smaug
|
2013-10-17 18:00:05 -04:00 |
|
Jan-Ivar Bruaroey
|
cf34dff334
|
Bug 917328: First, update PeerConnection's constraints to webidl. r=bz, jesup
|
2013-10-09 22:27:54 -04:00 |
|
Ed Morley
|
64f05c6704
|
Backed out changeset 36a709ae32db (bug 917328) for failures in test_exceptions_from_jsimplemented.html on a CLOSED TREE
|
2013-10-09 16:46:03 +01:00 |
|
Jan-Ivar Bruaroey
|
9bcff2f410
|
Bug 917328 - Part 1: Update PeerConnection's constraints to webidl. r=bz, r=jesup
|
2013-10-03 15:48:42 -04:00 |
|
Randell Jesup
|
1409e2dda2
|
Bug 878945: rename RTCDataChannelInit dictionary items to match updated spec r=smaug
|
2013-06-03 17:34:42 -04:00 |
|
Jan-Ivar Bruaroey
|
e4c19f91c8
|
Bug 823512: Part 2: Update PeerConnection to spec. states + DataChannel. r=bz,rjesup,ekr
|
2013-05-16 19:40:23 -04:00 |
|
Jan-Ivar Bruaroey
|
724cdbf7ac
|
Bug 823512: Rewrite PeerConnection in JS-implemented WebIDL r=bz,jesup
|
2013-05-07 20:55:21 -04:00 |
|