JW Wang
5a11398e89
Bug 1018125 - remove SpecialPowers.pushPrefEnv() which delays loading media resources and breaks the purpose of this test. r=kinetik
2014-09-25 19:44:00 +02:00
Mark Hammond
4020e2b0a1
Bug 1072739 - disable test_streams_element_capture.html test on windows with e10s due to bug 1065881. r=mossop
2014-09-25 14:19:17 +10:00
Edwin Flores
6adc6ea76a
Bug 1044742 - Add mochitests for Encrypted Media Extensions support - r=cpearce
2014-09-24 15:59:11 +12:00
Edwin Flores
6d52fb6091
Bug 1044742 - Backout 8f13101a6dbb on a CLOSED TREE - r=bustage
2014-09-24 12:07:18 +12:00
Edwin Flores
6b80874361
Bug 1044742 - Add mochitests for Encrypted Media Extensions support - r=cpearce
2014-09-24 10:04:49 +12:00
JW Wang
0f03e516ba
Bug 962871 - Enable media mochitests on B2G debug and disable some failed tests. r=cpearce
2014-09-14 23:35:00 -04:00
Alfredo Yang
9d69073918
Bug 1069795 - Use promise and pushEnv instead of setEnv. r=jwwang
2014-09-22 02:21:00 -04:00
Matthew Gregan
66db16ba8b
Bug 1066943 - Add test file.
2014-09-19 13:01:26 +12:00
Jean-Yves Avenard
a60861ee37
Bug 1067697 - Account for fmp4 now potentially working on MacOS X 10.6. r=cpearce
2014-09-16 17:22:40 +10:00
JW Wang
fd8e2e1ed1
Bug 962871 - Release decoder and set 'preload' as appropriate. r=cpearce
2014-09-14 23:34:00 +02:00
JW Wang
cd9c62acb3
Bug 962871 - Don't run GC/CC in-between tests for it is very slow and causes timeout on B2G debug. r=cpearce
2014-09-14 23:29:00 +02:00
JW Wang
905bcfb305
Bug 1059265 - reduce number of concurrent playback and active cubeb streams to avoid hitting bug 847903.
2014-09-16 19:35:00 +12:00
Ryan VanderMeulen
dc3f3ca0a5
Backed out 3 changesets (bug 962871) for exposing bug 1067958.
...
Backed out changeset 5e4a2f99574a (bug 962871)
Backed out changeset 83d364b2f226 (bug 962871)
Backed out changeset 8b181c601afb (bug 962871)
CLOSED TREE
2014-09-16 16:26:00 -04:00
Randy Lin
1eb1bd0d6a
Bug 1039901 - Enable the mp3 test on test_playback.html. r=jwwang
2014-09-15 17:08:48 +08:00
JW Wang
668aa36d8f
Bug 962871 - enable media mochitests on B2G debug and disable some failed tests. r=cpearce
2014-09-14 23:35:00 +02:00
JW Wang
457fae1789
Bug 962871 - release decoder and set 'preload' as appropriate. r=cpearce
2014-09-14 23:34:00 +02:00
JW Wang
860dde3585
Bug 962871 - Don't run GC/CC in-between tests for it is very slow and causes timeout on B2G debug. r=cpearce
2014-09-14 23:29:00 +02:00
JW Wang
030fd04661
Bug 1065913 - Remove event listeners to avoid running tests after calling SimpleTest.finish(). r=kinetik
2014-09-11 18:25:00 -04:00
JW Wang
988a05aa88
Bug 707777 - Rewrite test_bug493187.html to check readyState >= HAVE_FUTURE_DATA after seeking. r=roc
2014-09-11 01:24:00 -04:00
Kilik Kuo
a4ab508ffd
Bug 1022524 - Mochitest for Bug 1022524. r=rillian
2014-08-26 14:33:08 +08:00
Alfredo Yang
7ffdbbc5c0
Bug 1041393 - ImageCapture - add test case. r=roc
2014-08-18 23:39:00 +02:00
John Lin
7ea3ecdbd4
Bug 968109 - Add test for recording audio node output. r=roc
2014-08-27 23:43:00 +02:00
Paul Adenot
b1c465ca10
Bug 909925 - Disable crashtest test 691096-1.html on windows. r=jesup
...
--HG--
extra : rebase_source : fed9ee61b50c411125714d5b68075d20b5adb699
2014-08-28 19:07:03 +02:00
Chris Pearce
27cf80e942
Bug 1059523 - Make codecs/mimetypes supported by MP4Decoder/Reader less inaccurate. r=kinetik
2014-08-28 15:32:34 +12:00
Ralph Giles
baeebbdcc6
Bug 1057877 - Account for fmp4 not working on MacOS X 10.6. r=cpearce
...
Consolidate the various fmp4-related checks in their own function;
the ad hoc logic was getting complicated and we'll want to add
more such checks as we enable more platforms.
2014-08-25 13:48:00 -07:00
Robert O'Callahan
622145dd8d
Bug 1048579. Always sniff for media loads. r=bzbarsky
...
--HG--
extra : rebase_source : 39b6d37dbbf138095856954bee583e84cfd971b5
2014-08-23 00:08:14 +12:00
Chris Pearce
5afe549711
Bug 1057883 - Remove bbb unseekable test, since the new MP4 demuxer can seek in it. r=kinetik
2014-08-25 09:45:27 +12:00
Chris Pearce
e088bfb3c7
Bug 1057880
- Don't assume fmp4 backend can play MP4 on WinXP. r=kinetik
2014-08-25 09:45:00 +12:00
Ryan VanderMeulen
fc020ce791
Backed out changeset ecf04c6eb4dd (bug 1048579) for xpcshell failures.
2014-08-22 10:08:10 -04:00
Robert O'Callahan
0850121797
Bug 1048579. Always sniff for media loads. r=bzbarsky
...
--HG--
extra : rebase_source : 067e99eaad781dec78a772405870b02c195a42e2
2014-08-23 00:08:14 +12:00
Ralph Giles
6854223d6a
Bug 1056232 - Expect fmp4 pref in canPlayType. r=cpearce
...
The media.fragmented-mp4.exposed pref affects the support status
of video/mp4 reported by canPlayType. Take this into account
in the mochitest.
2014-08-20 11:06:00 -07:00
Martijn Wargers
2dd5d3def2
Bug 1024535 - Fix for failing video test on Windows 7. r=jwwang
2014-08-12 16:09:56 -07:00
Ryan VanderMeulen
ae508c2789
Bug 1048874 - Remove unnecessary setting of media.webvtt.enabled pref in tests. r=rillian
2014-08-19 08:42:35 -04:00
Martijn Wargers
13fc2cd3ac
Bug 1032878 - Fix for test_mediatrack_events.html. r=smaug
2014-08-11 11:33:50 -07:00
Martijn Wargers
16b12439ec
Bug 1032878 - Fix for test_mediarecorder_getencodeddata.html. r=rlin
2014-08-10 20:10:53 -07:00
Martijn Wargers
174ea37131
Bug 1032878 - Fix for various failing mochitest-plain/-chrome tests. r=jmaher, r=akachkach, r=surkov, r=cpearce
2014-08-10 20:03:50 -07:00
Paul Adenot
0f2dbd2460
Bug 1023947 - Revert part of a patch added by mistake, adding back a media file in the content/media manifest.
2014-08-12 13:54:04 +02:00
Wes Kocher
0e8de3ce49
Backed out 4 changesets (bug 1032878) for probably introducing a leak, creating a CLOSED TREE
...
Backed out changeset 780c948d79f3 (bug 1032878)
Backed out changeset 0cfcc44660a8 (bug 1032878)
Backed out changeset 991f8d5da382 (bug 1032878)
Backed out changeset f54984be223e (bug 1032878)
2014-08-11 14:27:57 -07:00
Martijn Wargers
d72edeb291
Bug 1032878 - Fix for test_mediatrack_events.html. r=smaug
2014-08-11 11:33:50 -07:00
Martijn Wargers
8159039049
Bug 1032878 - Fix for test_mediarecorder_getencodeddata.html. r=rlin
2014-08-10 20:10:53 -07:00
Martijn Wargers
b102096d4b
Bug 1032878 - Fix for various failing mochitest-plain/-chrome tests. r=jmaher, r=akachkach, r=surkov, r=cpearce
2014-08-10 20:03:50 -07:00
Ryan VanderMeulen
658d21669b
No bug - Re-enable media crashtests that no longer fail on Android and B2G.
2014-08-05 16:10:41 -04:00
Syd Polk
b215c6a77c
Bug 1036992 - Split up test_seek.html into multiple tests. r=cpearce
...
--HG--
rename : content/media/test/test_seek2.html => content/media/test/test_invalid_seek.html
2014-07-31 14:37:00 -04:00
Ryan VanderMeulen
f8ab4ab265
Bug 1048863 - Disable 1028458.html on Android and B2G.
2014-08-05 08:37:22 -04:00
Ryan VanderMeulen
2dd4f9355e
Bug 888557 - Skip 459439-1.html on Android for intermittent timeouts.
2014-08-05 08:37:21 -04:00
Ryan VanderMeulen
4d5908e8e7
Bug 1048628 - Skip 0-timescale.html on Android due to being perma-fail.
2014-08-05 08:37:21 -04:00
Shelly Lin
ae16b3559d
Bug 1047307 - Remove the check of onremovetrack in a mochitest. r=roc
2014-08-01 18:49:48 +08:00
Birunthan Mohanathas
b2864e176d
Bug 1044445 - Collapse test-only moz.build files under content/media/ into ancestor moz.build files. r=glandium
2014-07-31 12:54:21 -07:00
Karl Tomlinson
21244bbd4c
crashtest for bug 990794
...
--HG--
extra : rebase_source : 8d6ff4e6fdfe51e32cca22ecaeb84b59c18ad4ae
2014-07-30 17:45:12 +12:00
Karl Tomlinson
2a948ef5df
crashtest for bug 966636
...
derived from testcase by Atte Kettunen <attekett@gmail.com>
--HG--
extra : rebase_source : 8ec0f239e118d92e04b368490c49dd045bfc5ca5
2014-07-30 12:55:05 +12:00