Martin Thomson
ae39f58e9e
Bug 959870 - Fixing some JavaScript abuses. r=bwc
2014-04-08 14:26:00 +02: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
Nils Ohlmeier [:drno]
f83e0be420
Bug 989047 - increase canplaythrough timeouts to accomodate B2G slowness. r=jesup
2014-04-03 18:11:00 +02:00
Nils Ohlmeier [:drno]
81b1e4d8e4
Bug 965656 - properly close() PC's when no longer used. r=jesup
2014-04-03 10:56:00 +02:00
Carsten "Tomcat" Book
68a5e614dc
Backed out changeset 08d032cb14a9 (bug 965656) for B2G ICS Emulator Opt M7 Test Failures
2014-04-03 13:47:52 +02:00
Nils Ohlmeier [:drno]
a3fcd8bd90
bug 965656 - properly close() PC's when no longer used. r=jesup
2014-04-02 13:56:00 +02:00
Edgar Chen
2fc8f9200b
Bug 978709 - 4.h/6: NetworkInterfaceListService changes. r=vicamo
2014-03-29 15:18:25 +08:00
Jason Smith
f623a3ad0f
Bug 985274 - Ensure generated callback function handles string objects. r=drno
2014-03-24 20:57:15 -07:00
Nils Ohlmeier [:drno]
3272c65e39
Bug 977944: dump mochitest log file in case of ICE failure r=bwc
2014-03-26 11:16:17 -07:00
Jessica Jong
bae45ed494
Bug 984327 - Part 2: Modify test cases for dun. r=vicamo
2014-03-19 08:39:00 -04:00
Jan-Ivar Bruaroey
b92a5fc8d5
Bug 970682 - Add RTT to about:webrtc. r=bwc
2014-03-14 15:22:30 -04:00
Nils Ohlmeier [:drno]
59f0e99525
Bug 977944 - Dump SDP offer and aswer for debugging ICE connection failures. r=bwc
2014-03-15 17:11:11 -04:00
Jan-Ivar Bruaroey
676dc43d93
Bug 970686 - Weaken rtcp timestamp tests on XP to avoid clock drift. r=philor
2014-03-15 00:26:59 -04:00
Jan-Ivar Bruaroey
57b144b21b
Bug 970686: Outbound getStats: Fixed RTCP timestamps and remote packets/bytes received. r=jesup
2014-03-14 14:34:02 -04:00
Nils Ohlmeier [:drno]
362466ef9e
Bug 981156 - iceConnectionState is not a callable function. r=jesup
2014-03-13 09:18:32 -04:00
Jan-Ivar Bruaroey
375dbcb861
Bug 980497 - Temporarily mute test. r=jesup
2014-03-07 14:01:13 -05:00
Vaibhav Agarwal
9a59a5c96d
Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher
2014-03-06 13:42:43 -05:00
Jan-Ivar Bruaroey
625b787802
Bug 970686 - RTP/RTCP stats tests. r=drno
2014-03-04 20:11:36 -05:00
Nils Ohlmeier [:drno]
da10c6e2c0
Bug 976182 - Handle initial ICE connection state failed in tests properly. r=bwc
2014-03-04 13:51:37 -05:00
Ryan VanderMeulen
217f971cbb
Bug 950266 - Re-enable the WebRTC tests disabled for nuwa issues r=jesup,ryanvm
2014-02-07 17:29:17 -05: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
"Martin Thomson [:mt]"
c85ea6a0be
Bug 878941 - Add IdP proxy for WebRTC. r=abr
2014-02-20 16:26:16 -08:00
Bobby Holley
2f86bccb4a
Bug 976105 - Remove test-suite dependency on unprivileged calls to constructor-as-function. r=bz
2014-02-24 14:40:21 -08:00
Nils Ohlmeier [:drno]
4b27f3c8ec
Bug 971830 - Utilize getAudioTracks() for naming remote streams. r=whimboo
2014-02-18 09:47:54 -05:00
Fabrice Desré
bc937e64af
Bug 950266 - Re-enable the Nuwa process on B2G by default r=me
2014-01-14 16:00:25 -08:00
Jan-Ivar Bruaroey
f5c59c0f3f
Bug 947665 - RTCP stats in getStats and about:webrtc. r=jesup
2014-01-21 14:00:06 -05:00
Shih-Chiang Chien
12f1975dc7
Bug 950317 - enable WebRTC mochitest on b2g emulator. r=jesup,vicamo,jsmith.
2014-01-10 19:39:18 +08:00
Ms2ger
c86c6fd49b
Bug 956862 - Move some mochitests to manifests; r=mshal
2014-01-20 08:58:27 +01:00
Byron Campen [:bwc]
b5354c4365
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
f4675855c3
Backed out changesets bb7097d12256, 5e6c7217e92a, and 6779278f87df (bug 884573) and changeset 30e1a793fbf9 (bug 878941) for Cpp unit test failures.
2014-01-14 11:43:48 -05:00
Martin Thomson
6569de5a18
Bug 884573 - Split identity event into two. r=abr
2013-12-20 17:14:29 -08:00
Martin Thomson
7664c17e26
Bug 884573 - Identity assertion generation and verification for WebRTC. r=abr
2013-12-20 14:55:59 -08:00
Martin Thomson
e0b3011533
Bug 878941 - Add IdP proxy code with tests. r=abr
2013-12-18 16:15:40 -08:00
Jan-Ivar Bruaroey
03035128ef
Bug 950855 - Create basic getStats mochitest. r=jsmith
2014-01-07 10:35:06 -05:00
Nils Ohlmeier [:drno]
beb013fc2a
Bug 951892 - Adding ICE Connection state checks to PeerConnection Mochitests r=abr
2013-12-20 14:00:00 -06:00
Wes Kocher
eac7c5c7e8
Backed out changeset 144cec97320a (bug 853356) despite the CLOSED TREE
2013-12-09 16:33:28 -08:00
Alfredo Yang
817a21e0cd
Bug 853356 - Test: Check mediastream track according to request type. r=jsmith
2013-12-09 09:35:03 -05:00
Randell Jesup
6443657acb
bug 943898: Add ice state checking to webrtc mochitest framework r=ekr,jsmith
2013-12-05 18:10:21 -05:00
Randell Jesup
bb4b8e953e
Bug 942343: pref off RTCPeerConnection for B2G until it's functional r=ekr,smaug,jsmith
2013-11-24 19:46:39 -05:00
Jan-Ivar Bruaroey
22ca838550
Bug 927358: Was mistake to begin failing on unsupported mandatory constraints. r=jesup
2013-11-22 16:10:00 -05:00
Phil Ringnalda
cae77bc6ef
Bug 930481 - Disable test_dataChannel_basicAudioVideoCombined.html on OS X for timeouts taking out the entire suite
...
--HG--
extra : rebase_source : 47f7a0ae9d1bd740c919ea441a1af29b4b823542
2013-11-17 18:14:00 -08:00
Phil Ringnalda
06ab54e003
Bug 930481 - Disable test_dataChannel_basicAudioVideo.html on OS X for far too frequent timeouts taking out the entire suite
...
--HG--
extra : rebase_source : 6611ef1c33c8650b59d5bf35684effe33964c6ba
2013-11-17 15:22:47 -08:00
Reuben Morais
cd93ebe5c9
Backed out 4 changesets (bug 853356) for breaking permission prompts.
2013-11-06 01:32:42 -02:00
Alfredo Yang
2de8f4a9e2
Bug 853356 - Test: Check mediastream track according to request type. r=jsmith
2013-11-05 16:30:05 +08:00
Kan-Ru Chen (陳侃如)
70d83628fd
Backout dc03ef5cd3fd
2013-11-05 14:58:39 +08:00
Alfredo Yang
accb0fe7c9
Bug 853356 - Test: Check mediastream track according to request type. r=jsmith
2013-11-05 14:09:01 +08:00
Doug Turner
7174e4a4f2
Backing out 0f687f920370
2013-10-31 20:26:04 -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
Alfredo Yang
ba72cff7d0
Bug 853356 - Test: Check mediastream track according to request type. r=jsmith
2013-10-26 21:20:31 -04:00
Mark Banner
01efb2ca59
Bug 928304 Add jsonifier to mozRTCIceCandidate to simplify passing the candidate via signalling. r=jib
2013-10-21 21:56:07 +01: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
Gregory Szorc
e53ac5e38d
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
2013-09-30 09:51:57 +02:00
Ed Morley
d84dee3273
Backed out changeset 77bff106b704 (bug 920223)
2013-09-30 12:50:12 +01:00
Gregory Szorc
cabc6369a6
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
2013-09-30 09:51:57 +02:00
Ted Mielczarek
e487de3165
Bug 919635 - Add manifests for Steeplechase tests to moz.build. r=gps
...
--HG--
extra : rebase_source : 9e0ac924da517d78d0d21e01730a1593ee917b31
2013-09-20 12:57:30 -04:00
Ed Morley
80a3fe06b2
Backed out changeset 5b1a56afe153 (bug 919635) for test_sandbox_symbols.py failures
2013-09-25 13:48:35 +01:00
Ted Mielczarek
98edc17b11
Bug 919635 - Add manifests for Steeplechase tests to moz.build. r=gps
2013-09-20 12:57:30 -04:00
Ted Mielczarek
c075f246a8
Bug 913446 - WebRTC Mochitest changes to allow running under Steeplechase. r=jsmith,ctalbert
2013-09-06 09:14:17 -04:00
Jan-Ivar Bruaroey
d33a6d01eb
Bug 917298: Mochitests for testing gum constraints. r=jesup, jsmith
2013-09-18 17:56:29 -04:00
Randell Jesup
b9b7fe21d3
Bug 882145: reland changesets bc4ee7cbd7bd and cf373e408a6b r=bz
2013-09-16 02:34:57 -04:00
Ryan VanderMeulen
f1c45fb9f7
Backed out changesets bc4ee7cbd7bd and cf373e408a6b (bug 882145) for causing bug 916609. r=jsmith
2013-09-15 18:19:42 -04:00
Jan-Ivar Bruaroey
251d4428cf
Bug 882145: gUM constraints converted to webidl + gUMDevices() takes constraints. r=bz r=jesup
2013-09-14 00:48:39 -04:00
Jan-Ivar Bruaroey
d22db0e6de
Bug 903741: Use new DOMError approach in PeerConnection to get error messages out + unittests r=jesup
2013-09-06 15:29:29 -04:00
Mike Hommey
f1cf3b4238
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Jan-Ivar Bruaroey
48f756df52
Bug 903539 - Readable exceptions for missing username/credential on turn servers (still in Error console, sigh). r=jesup
2013-08-10 04:19:35 -04:00
Mina Almasry
66a49c5a39
Bug 872377 - Restore "toJSON" to list of reserved webidl keywords. r=bz
...
This patch makes toJSON a reserved webidl keyword, and changes the implementation of mozRTCSessionDescription to use a jsonifier.
2013-07-29 12:39:18 -04:00
Randell Jesup
43b14a100b
Bug 893021: add tests for DataChannel dictionary items r=jsmith
2013-07-22 10:47:51 -04:00
Jason Smith
6d2f417068
Bug 831789 - Enhance existing peer connection mochitests to check for media flow. r=jesup
2013-07-14 23:02:25 -07:00
Boris Zbarsky
7631a999ff
Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug
2013-07-12 10:37:23 -04:00
Jan-Ivar Bruaroey
5ece36a8a3
Bug 890832 - Modify test_peerConnection_bug825703.html to no longer hit outside sites. r=jsmith
2013-07-10 09:30:14 -04:00
Ed Morley
36d5289d07
Bug 890832 - Disable test_peerConnection_bug825703.html until it doesn't hit sites outside of build infra
2013-07-08 09:54:57 +01:00
Henrik Skupin
f6d07e86c6
Bug 796894 - Implemention of the DataChannelTest framework and basic datachannel tests. r=jesup
...
--HG--
extra : rebase_source : 23598d0824be05aa70a71cd683f826d465fce1b6
2013-03-15 16:39:01 +01:00
Henrik Skupin
c451b89535
Bug 881658 - Fix handling of error and event callbacks in current WebRTC Mochitests. r=jsmith
...
--HG--
extra : rebase_source : 1d98e4ce4f339f757f60b98e49ab2e28a8e5912f
2013-06-13 19:43:45 +02:00
Adam Roach [:abr]
6bb5248839
Bug 784519 - Part 4: signalingState mochi tests r=jsmith
2013-05-16 21:47:50 -05:00
Jan-Ivar Bruaroey
6cd18bbcbb
Bug 879654: Tolerate '?transport=udp' by stripping it r=jesup
2013-06-05 15:44:48 -04:00
Adam Roach [:abr]
2691431b88
Backed out changeset 8ec73e6aa7d3 (bug 784519) on a CLOSED TREE
2013-06-06 17:40:21 -05:00
Adam Roach [:abr]
1b26f73af9
Bug 784519 - Part 4: signalingState mochi tests r=jsmith
2013-05-16 21:47:50 -05:00
Ryan VanderMeulen
68e7fbb19a
Backed out changeset 84fb317ea1d2 (bug 831789) for mochitest-3 timeouts.
...
CLOSED TREE
2013-06-06 13:51:37 -04:00
Jason Smith
ae68ba3649
Bug 831789 - Enhance existing peer connection mochitests to check for media flow. r=jesup
2013-05-26 20:32:28 -04:00
Adam Roach [:abr]
489544eee4
Bug 784519 - Part 2: Fix success callback event names r=jesup,jsmith
2013-05-07 21:13:42 -05:00
Jan-Ivar Bruaroey
724cdbf7ac
Bug 823512: Rewrite PeerConnection in JS-implemented WebIDL r=bz,jesup
2013-05-07 20:55:21 -04:00
Henrik Skupin
70959ef2a6
Bug 856319 - Don't offer m=application unless createDataChannel is called first. r=jesup
2013-05-16 21:59:49 +02:00
Jason Smith
14acd9b57d
Bug 866514 - Basic gUM mochitests for media stream tracks. r=roc
2013-05-05 19:48:37 -07:00
Jason Smith
25ae945858
bug 862883 - Enable webrtc mochitests on FxAndroid. r=gcp
2013-05-02 10:33:15 -07:00
Jan-Ivar Bruaroey
25926ae20a
Bug 857765 - Add try/catch to content-script window.onerror call. r=abr
2013-04-17 19:03:39 -04:00
Jan-Ivar Bruaroey
035532f753
Bug 857765: Log errors thrown by user-defined PeerConnection callbacks r=msucan
2013-04-16 19:23:07 -04:00
Adam Roach [:abr]
6798a20f42
Bug 860952 - Add error site information to unexpectedCallbackAndFinish callback r=jsmith
2013-04-12 09:45:26 -05:00
Henrik Skupin
0332052c1a
Bug 858135 - Update LocalMediaStreamPlayback inheritance to use Object.create(). r=jesup
2013-04-11 07:48:09 -04:00
Jan-Ivar Bruaroey
c61492423d
Bug 855769: Wire up TURN support in RTCPeerConnection config r=jesup
2013-03-29 19:02:08 -04:00
Jason Smith
97bd0f64d7
Bug 850275 - Adds some basic mochitests for offer media constriants. r=jesup
2013-04-02 08:06:59 -07:00
Adam Roach [:abr]
b1ad060c53
Bug 853858: Move PeerConnectionTest instance reference into global scope r=jesup,whimboo
2013-04-04 17:08:42 -05:00
Ryan VanderMeulen
c5aad85cd4
Backed out changeset fddde2d1e9b2 (bug 853858) for Windows leaks.
2013-04-05 09:03:22 -04:00
Adam Roach [:abr]
a2b56581ec
Bug 853858: Move PeerConnectionTest instance reference into global scope. r=jesup, r=hskupin
2013-04-04 17:08:42 -05:00
Matt Brubeck
45e754e458
Back out 8daa66c443a3 (bug 853858) because of Android and B2G test failures
2013-04-04 17:36:32 -07:00
Adam Roach [:abr]
16c6fc801d
Bug 853858: Move PeerConnectionTest instance reference into global scope r=jesup
2013-04-04 17:08:42 -05:00
Kyle Machulis
5aa83c3e11
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Randell Jesup
cdc1b60e0e
Bug 856397: Make sure we have at least one media line for createOffer() r=ekr,jsmith
2013-03-31 21:09:27 -04:00
Kyle Machulis
c79ccc0693
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
a59d40f143
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Adam Roach [:abr]
c0f974105f
Bug 834270 - Fix PeerConnection error callbacks to return code/reason phrase r=ekr,jsmith
2013-03-29 15:30:16 -05:00
Randell Jesup
8ec8186338
Bug 839650: Remove assertion suppression from dom/media/tests/mochitest r=jsmith
2013-03-27 19:46:31 -04:00
Henrik Skupin
063eba4b2f
Bug 837458 - Cleanup PC Test Framework to Allow for Better Maintainability and Reusability for Future Tests. r=ekr, r=jsmith
2013-02-15 14:42:26 -08:00
Ryan VanderMeulen
e79ac2a52c
Backed out changeset 4740975a1063 (bug 837458) for Android mochitest failures.
2013-03-08 16:08:45 -05:00
Henrik Skupin
c636516e93
Bug 837458 - Refactoring of PeerConnection mochitest framework. r=ekr, r=jsmith
...
--HG--
extra : rebase_source : 77c8b111a058c9caa13afeec9042497254725fa3
2013-02-15 14:42:26 -08:00
L. David Baron
509b5b78a3
Bug 404077: Adjust annotations of expected assertions.
2013-02-28 17:59:07 -08:00
Ms2ger
3813557cac
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Ed Morley
145ed7d7b2
Bug 404077 - Adjust annotations of expected assertions; r=me on a CLOSED TREE
2013-02-28 13:24:36 +00:00
Gregory Szorc
89d297a677
Merge mozilla-central into build-system
...
The 3 merged files had no conflicts and were manually verified to ensure
no incompatible changes crept in.
2013-02-27 21:02:02 -08:00
Gregory Szorc
f0b7e3972c
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Ms2ger
cd9c6150fe
Merge m-c to b-s.
2013-02-26 19:09:25 +01:00
Gregory Szorc
e2966f651c
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
2013-02-25 12:47:20 -08:00
L. David Baron
239da2d4cf
Bug 404077: Adjust annotations of expected assertions.
2013-02-27 10:37:19 -08:00
L. David Baron
80f85cd264
Bug 404077: Adjust annotations of expected assertions. CLOSED TREE
2013-02-27 18:46:42 -08:00
L. David Baron
b00a9d9c85
Bug 404077: Adjust annotations of expected assertions. CLOSED TREE
2013-02-27 18:12:17 -08:00
Jan-Ivar Bruaroey
93615a9fa0
Bug 835370 - Optional offer/answer constraints work + unsupported mandatory ones fail. r=bz, r=jesup
2013-02-14 02:08:56 -05:00
Boris Zbarsky
8025312ba2
Bug 822674 followup to disable this test on Android. r=jesup
2013-02-16 00:59:11 -05:00
Boris Zbarsky
7403aaff3d
Bug 822674. Give RTCPeerConnection a sane classinfo. r=jst,jesup. r=peterv pending
2013-02-15 22:41:31 -05:00
L. David Baron
a144cc1c82
Bug 404077: Use navigator.platform.startsWith rather than navigator.platform.indexOf, at Jesse's suggestion.
2013-02-26 22:23:08 -08:00
L. David Baron
57d19fbb86
Bug 404077: Annotate known assertions in mochitests.
2013-02-25 18:39:21 -08:00
Adam Roach [:abr]
56699f2101
Bug 840344: Prevent multiple creations of local SDP r=ekr,jsmith
2013-02-14 10:04:09 -06:00
Jason Smith
ec59cf044c
Bug 822109 - Add a bunch of basic functional tests for getUserMedia and enable a per config setting for those tests for fake vs. non-fake. r=jesup
2013-02-07 17:35:17 -08:00
Jason Smith
297cd67076
bug 837028 - Add logging statements for basic peer connection tests. r=jesup
2013-01-31 20:12:51 -08:00
EKR
74c1d13122
Bug 816780 - Merge all incoming m-lines into one MediaStream. r=jesup,abr
2013-01-24 08:34:18 -08:00
Adam Roach [:abr]
9d3e985367
Bug 834153 - Mochitest. r=ekr
2013-01-24 12:11:08 -06:00
Jan-Ivar Bruaroey
54db7130db
Bug 834463: Corrected RTCConfiguration format. r=jst
2013-01-24 17:58:29 -05:00
Jan-Ivar Bruaroey
9b47c7a7ef
Bug 825703: Stun configuration from JS for PeerConnections (IP only) r=bz,jesup
2013-01-23 14:21:25 -05:00
Adam Roach [:abr]
98127916ce
Bug 827843: Check for closed state on relevant operations r=jesup,smaug
2013-01-17 14:25:17 -06:00
Ryan VanderMeulen
36cbd08f87
Backed out changeset 33b1caee42d2 (bug 827843) for Android test failures.
2013-01-24 20:02:59 -05:00
Adam Roach [:abr]
f5443b3c8e
Bug 827843: Check for closed state on relevant operations r=jesup,smaug
2013-01-17 14:25:17 -06:00
Randell Jesup
6dfe216c59
Bug 825510: Mark PeerConnection mochitests as desktopsupportedonly r=ted
2013-01-22 14:54:10 -05:00
Randell Jesup
815d7da4bd
Bug 825510: enable PeerConnection mochitests r=ted a=nonlibxul
2013-01-22 11:34:46 -05:00
Henrik Skupin
99524de0c7
Bug 831782 - Small fixes for WebRTC mochitests. r=jesup
2013-01-17 22:33:02 +01:00
Jason Smith
d71d504cb9
bug 826584 - remove canplaythrough event listener if we timeout. r=jesup
2013-01-04 06:54:59 -08:00
Jason Smith
34bc99c437
bug 826584 - Increase event callback timeout for gum tests. r=jesup
2013-01-04 00:20:57 -08:00
Jason Smith
462edb1568
bug 826168 - Wait for time change in timeUpdate event fired instead of assuming time has changed. r=jesup
2013-01-03 07:36:01 -08:00
Randell Jesup
3a76fec135
Bug 826168: disable failing gUM test for validation of correctness rs=bustage
2013-01-03 03:38:40 -05:00
Jason Smith
9ee49b578d
bug 814807 - Pref on the gum automation in mozilla-central. r=jesup
2013-01-01 18:29:51 -05:00
Jason Smith
ca95219ea5
bug 814718 - Remove invalid gum tests for ended and played. r=roc
2013-01-01 18:18:57 -05:00
Josh Matthews
1028532ac0
Backed out changeset 35a7f17ac707 (bug 802538)
2012-12-28 18:33:34 -05:00
Randell Jesup
47876db407
Bug 802538: Enable getUserMedia() mochitests r=whimboo
2012-12-28 15:29:48 -05:00
Henrik Skupin
d75d249337
Bug 824923 - Stablize WebRTC mochitests against Javascript exceptions to prevent timeouts. r=jesup
2012-12-27 21:55:52 +01:00
Henrik Skupin
9a0052199c
Bug 796890 - Create Mochitest for Video/Audio connection (send/receive/disconnect). r=jesup
2012-12-23 23:04:37 +01:00
Henrik Skupin
5eec2d1178
Bug 796892 - Create Mochitest for Audio only connection (send/disconnect). r=jesup
...
--HG--
extra : rebase_source : 3bb5261272dd2cb69f51811273a3ed723fcdc0bf
2012-12-14 10:27:04 +01:00
Henrik Skupin
99e00a9b89
Bug 796888 - Create Mochitest for Video only connection (connect/disconnect). r=jesup
2012-12-13 21:38:49 +01:00