gecko/dom/media/tests/mochitest
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
..
head.js Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
mediaStreamPlayback.js Bug 989047 - increase canplaythrough timeouts to accomodate B2G slowness. r=jesup 2014-04-03 18:11:00 +02:00
mochitest.ini Backed out changeset 08d032cb14a9 (bug 965656) for B2G ICS Emulator Opt M7 Test Failures 2014-04-03 13:47:52 +02:00
moz.build
NetworkPreparationChromeScript.js Bug 950317 - enable WebRTC mochitest on b2g emulator. r=jesup,vicamo,jsmith. 2014-01-10 19:39:18 +08:00
pc.js [PATCH] Bug 959870 - Error reporting improvements to WebRTC IdP r=jib 2014-03-14 11:26:19 -07:00
steeplechase.ini
templates.js Bug 977944: dump mochitest log file in case of ICE failure r=bwc 2014-03-26 11:16:17 -07:00
test_dataChannel_basicAudio.html
test_dataChannel_basicAudioVideo.html
test_dataChannel_basicAudioVideoCombined.html
test_dataChannel_basicDataOnly.html
test_dataChannel_basicVideo.html
test_dataChannel_noOffer.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_basicAudio.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_basicVideo.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_basicVideoAudio.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_constraints.html
test_getUserMedia_exceptions.html
test_getUserMedia_gumWithinGum.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_playAudioTwice.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_playVideoAudioTwice.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_playVideoTwice.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_stopAudioStream.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_stopAudioStreamWithFollowupAudio.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_stopVideoAudioStream.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_stopVideoAudioStreamWithFollowupVideoAudio.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_stopVideoStream.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_getUserMedia_stopVideoStreamWithFollowupVideo.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_peerConnection_addCandidateInHaveLocalOffer.html Bug 976105 - Remove test-suite dependency on unprivileged calls to constructor-as-function. r=bz 2014-02-24 14:40:21 -08:00
test_peerConnection_basicAudio.html
test_peerConnection_basicAudioVideo.html
test_peerConnection_basicAudioVideoCombined.html
test_peerConnection_basicVideo.html
test_peerConnection_bug822674.html
test_peerConnection_bug825703.html Bug 965656 - properly close() PC's when no longer used. r=jesup 2014-04-03 10:56:00 +02:00
test_peerConnection_bug827843.html
test_peerConnection_bug834153.html Bug 965656 - properly close() PC's when no longer used. r=jesup 2014-04-03 10:56:00 +02:00
test_peerConnection_bug835370.html
test_peerConnection_errorCallbacks.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_peerConnection_offerRequiresReceiveAudio.html
test_peerConnection_offerRequiresReceiveVideo.html
test_peerConnection_offerRequiresReceiveVideoAudio.html
test_peerConnection_setLocalAnswerInHaveLocalOffer.html
test_peerConnection_setLocalAnswerInStable.html
test_peerConnection_setLocalOfferInHaveRemoteOffer.html
test_peerConnection_setRemoteAnswerInHaveRemoteOffer.html
test_peerConnection_setRemoteAnswerInStable.html
test_peerConnection_setRemoteOfferInHaveLocalOffer.html
test_peerConnection_throwInCallbacks.html Bug 985274 - Ensure generated callback function handles string objects. r=drno 2014-03-24 20:57:15 -07:00
test_peerConnection_toJSON.html
test_zmedia_cleanup.html Bug 950317 - enable WebRTC mochitest on b2g emulator. r=jesup,vicamo,jsmith. 2014-01-10 19:39:18 +08:00