Commit Graph

554 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
b99a10013e merge mozilla-inbound to mozilla-central a=merge 2015-11-09 14:55:30 +01:00
Wes Kocher
323f28486f Merge m-c to b2ginbound, a=merge 2015-11-06 15:14:26 -08:00
Wes Kocher
8012c27726 Backed out 5 changesets (bug 1219711) for frequent android m(9) failures a=bustage
Backed out changeset 2d5f09d89424 (bug 1219711)
Backed out changeset cf14a6e5f340 (bug 1219711)
Backed out changeset 4eaa8cf9a752 (bug 1219711)
Backed out changeset 65abe62869df (bug 1219711)
Backed out changeset a21d79a94307 (bug 1219711)
2015-11-06 11:14:11 -08:00
Gregor Wagner
81a213c732 Bug 1222478 - Enable more mulet tests. r=gerard-majax 2015-11-06 20:01:45 +01:00
hsteinbr
36c7724428 Bug 1211656 - GUM Constraints for screen sharing don't affect stream resolution. r=jib 2015-11-04 19:06:00 +01:00
Andreas Pehrson
6678c5e754 Bug 1219711 - Remove fakeness from webrtc tests. r=jib 2015-11-05 17:15:51 +08:00
Andreas Pehrson
29bdd03a43 Bug 1219711 - Add mochitest for track disabling over a peer connection. r=jib 2015-11-05 17:15:51 +08:00
Andreas Pehrson
207c4f7cf6 Bug 1219711 - Refactor captureStream_common.js to accept generic pixel testing method. r=jib 2015-11-05 17:15:50 +08:00
Nils Ohlmeier [:drno]
297719799f Bug 1190574 - added missing calls to release stored ICE candidates. r=jib 2015-09-14 23:17:05 -07:00
Michael Froman
a5e56a1000 Bug 1192813 - update the default candidate as new candidates arrive. r=bwc 2015-10-01 10:20:11 -05:00
Randell Jesup
11fe7e7ad0 Bug 1215769: use longer video clips when testing captureStream to avoid failure due to looping (bug 1215769) r=drno 2015-11-03 13:51:32 -05:00
Jan-Ivar Bruaroey
c4c1baf34f Bug 1190574 - make test.chain.replace and cohorts throw on unknown test name + fix broken tests. r=drno, r=jib 2015-08-03 17:07:06 -04:00
Jan-Ivar Bruaroey
e0cb49bd61 Bug 1193075 - test that streams still play after constraints have been applied. r=pehrsons 2015-10-28 15:15:22 -04:00
Jan-Ivar Bruaroey
909c7c099b Bug 1193075 - add tab-sharing test. a=phersons 2015-10-27 20:15:09 -04:00
Jan-Ivar Bruaroey
e519d05b74 Bug 1193075 - add viewport constraints for independent scrolling in tab sharing. r=smaug, r=jesup 2015-10-22 17:03:47 -04:00
Phil Ringnalda
ed6ba2f231 Back out changeset 8a2cff15b055 (bug 1180968) for test_peerConnection_certificates.html timeouts
CLOSED TREE
2015-10-21 21:00:22 -07:00
Martin Thomson
26d750c864 Bug 1215519 - Switch to DOMTimeStamp for RTCCertificate. r=bz 2015-10-21 10:08:40 -07:00
Martin Thomson
beb2db7a22 Bug 1180968 - Enable WebRTC certificates test. r=jib 2015-10-21 10:08:40 -07:00
Andreas Pehrson
9fb0920d4b Bug 1070216 - Test MediaStream Constructors. r=jib 2015-10-15 01:08:33 +08:00
Andreas Pehrson
e2611a2a23 Bug 1070216 - Break out createOscillatorStream from test_gUM_addTrackRemoveTrack.html to test framework. r=padenot 2015-10-15 01:08:33 +08:00
Andreas Pehrson
18345783f3 Bug 1070216 - Let AudioStreamAnalyser accept streams with no tracks. r=padenot 2015-10-15 01:08:33 +08:00
Andreas Pehrson
e37775a762 Bug 1070216 - Make it possible to disable AudioStreamAnalyser's debug canvas. r=padenot 2015-10-15 01:08:33 +08:00
Martin Thomson
a47ddaaa3a Bug 1213937 - Make WebRTC certificates SHA-256 only, r=drno 2015-10-12 13:31:24 -07:00
Nigel Babu
e81e176194 Backed out changeset b958e25b1ecf (bug 1209744) for mochitest bustage 2015-10-05 14:22:10 +05:30
Martin Thomson
0db801b449 Bug 1209744 - Implement canTrickleIceCandidates attribute, r=bwc, r=khuey 2015-10-01 12:52:00 +02:00
Bobby Holley
80564cebbe Bug 1208656 - Grab the tail dispatch each time in case the runnable spins the event loop. r=khuey
If the runnable spins the event loop, we may end up firing the tail dispatcher,
which causes the AutoTaskDispatcher to be destroyed, after which point invoking
methods on it will crash. We need to grab it each time so that it will be lazily
instantiated as-needed.
2015-10-04 22:46:16 -07:00
Andreas Pehrson
b8e127d6c1 Bug 1103188 - Always check tracks on getUserMedia(). r=jib 2015-09-30 09:32:06 +08:00
Andreas Pehrson
3a7c0110d4 Bug 1103188 - MediaStream::AddTrack/RemoveTrack tests. r=jib,roc 2015-09-30 09:32:06 +08:00
Andreas Pehrson
e9dc12e436 Bug 1103188 - Deprecate DOMMediaStream::Stop(). r=jib 2015-09-30 09:32:06 +08:00
Martin Thomson
cf02a56d1d Bug 1155923 - Removing moz prefix from RTC interfaces, r=jesup,smaug 2015-09-28 11:25:04 -07:00
Joel Maher
a8bfaecb63 Bug 1179826 - re-enable test_ipc.html for dom/media. r=padenot 2015-09-29 09:04:06 -04:00
Carsten "Tomcat" Book
5249c06cb0 merge mozilla-inbound to mozilla-central a=merge 2015-09-29 12:00:25 +02:00
Tim Chien
9c8b3fd34c Bug 1160923 - [B2G] Waiting for explicit mozContentEvent before sending out mozChromeEvents, r=vingtetun, f=ochaumeau 2015-09-28 09:27:49 -07:00
Randell Jesup
a36f779609 Bug 1178091: tests for large DataChannel transfers and onbufferedamountlow event r=drno 2015-09-28 19:02:58 -04:00
Carsten "Tomcat" Book
a64c5f1b9c Backed out 3 changesets (bug 1155923) for causing test failures in promises-call.html
Backed out changeset 321a932e01a7 (bug 1155923)
Backed out changeset 6ac38acd6ab2 (bug 1155923)
Backed out changeset 2981db92416a (bug 1155923)
2015-09-28 14:02:41 +02:00
Jan-Ivar Bruaroey
7810914636 Bug 1206982 - getUserMedia s/PermissionDeniedError/SecurityError/. r=jesup 2015-09-21 20:57:12 -04:00
Martin Thomson
97f0f49af8 Bug 1155923 - Removing moz prefix from RTC interfaces. r=jesup r=smaug 2015-09-24 16:31:47 -07:00
Wes Kocher
50ac2b87e5 Backed out 7 changesets (bug 1103188) for frequent test_getUserMedia_addTrackRemoveTrack.html failures
Backed out changeset f0f33a8ef14c (bug 1103188)
Backed out changeset dbe0ebdebad5 (bug 1103188)
Backed out changeset bb656022a1a7 (bug 1103188)
Backed out changeset cc6b5f5ba444 (bug 1103188)
Backed out changeset ca97d52bf144 (bug 1103188)
Backed out changeset de8cc967f8eb (bug 1103188)
Backed out changeset 6da8f4905060 (bug 1103188)
2015-09-25 13:08:44 -07:00
Andreas Pehrson
b6df08bada Bug 1103188 - Always check tracks on getUserMedia(). r=jib 2015-09-25 23:23:31 +08:00
Andreas Pehrson
4e9e651d51 Bug 1103188 - MediaStream::AddTrack/RemoveTrack tests. r=jib,roc 2015-09-25 23:23:31 +08:00
Andreas Pehrson
afde4d73e7 Bug 1103188 - Deprecate DOMMediaStream::Stop(). r=jib 2015-09-25 23:23:31 +08:00
Andreas Pehrson
4916737c63 Bug 1177276 - Pref on canvas.captureStream by default. r=smaug,mt 2015-09-17 22:09:24 +08:00
Jan-Ivar Bruaroey
6c9de039ed Bug 912342 - get Promise out. r=jesup 2015-09-20 10:04:51 -04:00
Jan-Ivar Bruaroey
6dccc3ae57 Bug 1181896 - make gUM fail w/OverconstrainedError and candidate argument r=jesup 2015-09-18 14:04:41 -04:00
Andreas Pehrson
57b146b3a4 Bug 1161913 - Part 3 - Relax requestFrame ordering guarantee in tests. r=mt
We used to fully guarantee the order of requestFrame() and draw calls.
For instance:
```
ctx.draw(red);
stream.requestFrame();
ctx.draw(green);
```
would guarantee that a red frame ended up in the stream, and not the
green unless another frame was requested.

Now with frames being requested and pushed out on next refresh, we can
only guarantee that everything up to the requestFrame() call is included
in the next frame. Everything after the requestFrame() and before the
next refresh (stable state in most cases) will now also be inevitably
included.
2015-09-17 11:37:05 +08:00
Michael Froman
af7af31599 Bug 1095793 - use mid if provided to place candidate in msection. r=bwc 2015-09-10 13:20:09 -05:00
Martin Thomson
4e6362f94b Bug 1176941 - Moving console warning to the current window, r=jib 2015-08-28 15:40:44 -07:00
Martin Thomson
52fd1b8b03 Bug 1176941 - Capturing more error info from IdP sandbox, r=jib 2015-08-28 15:40:44 -07:00
Nils Ohlmeier [:drno]
a184693ef4 Bug 1203701 - add spdUtils.js to steeplechase. r=bwc 2015-09-10 13:33:21 -07:00
Michael Froman
969f1bdddc Bug 1051052 - Made mid an outparam in JsepSession::AddLocalIceCandidate. r=bwc 2015-09-01 16:40:00 -05:00