..
crashtests
Bug 876215 - Correctly deal with nodes that require 0 input channels by feeding them a null AudioChunk; r=roc
2013-05-29 07:40:14 -04:00
dash
Bug 813562 - Test case for garbled DASH MPD and WebM media r=cpearce
2013-01-31 18:41:26 -08:00
320x240.ogv
…
448636.ogv
Bug 448636 - Add testcase
2009-08-04 14:44:45 +12:00
Makefile.in
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
allowed.sjs
Bug 855064 - Remove DASH references in media unit tests r=cpearce
2013-04-02 17:05:00 -07:00
audio-gaps.ogg
Bug 576539 - Inject silence when decoder encounters missing audio in WebM and Ogg media. r=kinetik a=blocking2.0
2010-08-13 14:28:15 +12:00
audio-overhang.ogg
Bug 531340 - New Ogg video decoder. r=doublec sr=roc
2010-04-01 20:03:07 -07:00
audio.wav
Bug 641718 - Round nsWaveReader's buffered ranges times to usecs. r=kinetik
2011-04-14 10:12:23 +12:00
badtags.ogg
Bug 789617 - Test vorbis comment validation. r=cpearce
2012-09-10 15:39:23 -07:00
beta-phrasebook.ogg
Bug 507167 and Bug 518941 - Update libvorbis to SVN r16597 to pick up recent fixes. r=chris.double, rs=roc
2009-10-05 11:54:13 +13:00
big.wav
…
bogus.duh
Bug 502211. Create test_playback and test_playback_errors for easy regression testing. r=doublec
2009-07-10 14:03:01 +12:00
bogus.ogv
Bug 502211. Create test_playback and test_playback_errors for easy regression testing. r=doublec
2009-07-10 14:03:01 +12:00
bogus.wav
Bug 502211. Create test_playback and test_playback_errors for easy regression testing. r=doublec
2009-07-10 14:03:01 +12:00
bug461281.ogg
…
bug482461-theora.ogv
Bug 634787 - Fix frame wait calculation and early return from Wait(). r=cpearce a=roc
2011-02-18 15:30:33 +13:00
bug482461.ogv
…
bug495129.ogv
Bug 495129 - Add testcase.
2009-08-04 18:13:40 +12:00
bug495794.ogg
Bug 531340 - New Ogg video decoder. r=doublec sr=roc
2010-04-01 20:03:07 -07:00
bug498380.ogv
Bug 498380 - Remove bogus packet_buffer assert from oggz_close. r=chris.double
2009-10-12 13:07:51 +13:00
bug498855-1.ogv
Bug 498855 - Add testcase.
2009-08-04 18:13:40 +12:00
bug498855-2.ogv
Bug 498855 - Add testcase.
2009-08-04 18:13:40 +12:00
bug498855-3.ogv
Bug 498855 - Add testcase.
2009-08-04 18:13:40 +12:00
bug499519.ogv
Bug 499519 - Add test which ensures height 0 videos load. r=roc
2009-08-04 18:13:33 +12:00
bug500311.ogv
Bug 500311 - Add testcase. r=roc
2009-08-04 18:13:40 +12:00
bug500311.ogv^headers^
Bug 500311 - Add testcase. r=roc
2009-08-04 18:13:40 +12:00
bug501279.ogg
Bug 501279 - Add testcases, includes test files from bug 504644 and bug 506094 as they're fixed by bug 501279 too.
2009-08-04 18:13:40 +12:00
bug504613.ogv
Bug 504613 - Handle zero-byte first-frame packets in Theora. p=tterribe@vt.edu, r=chris.double
2009-09-15 17:53:49 +12:00
bug504644.ogv
Bug 501279 - Add testcases, includes test files from bug 504644 and bug 506094 as they're fixed by bug 501279 too.
2009-08-04 18:13:40 +12:00
bug504843.ogv
Bug 504843 - Abort ogg decode with excessively large video frame sizes. r=doublec
2009-10-03 17:08:12 +13:00
bug506094.ogv
Bug 501279 - Add testcases, includes test files from bug 504644 and bug 506094 as they're fixed by bug 501279 too.
2009-08-04 18:13:40 +12:00
bug516323.indexed.ogv
Bug 600455 - Fix index in indexed ogg file. r=test-fix
2010-10-07 11:58:36 +13:00
bug516323.ogv
Bug 516323 - Reset libfishsound when seeking to 0 so it doesn't die re-reading header packets. r=doublec
2009-09-29 13:59:00 +13:00
bug520493.ogg
Bug 520493 - Fix regression in Ogg playback. r=doublec
2009-10-14 16:35:59 +13:00
bug520500.ogg
Bug 520500 - Don't reject vorbis streams with 0 length comments. r=doublec
2009-10-14 16:36:01 +13:00
bug520908.ogv
Bug 520908 - Use calculated duration from cloned decoder when initializing the clone. r=roc
2009-10-15 14:28:59 +13:00
bug520908.ogv^headers^
Bug 520908 - Use calculated duration from cloned decoder when initializing the clone. r=roc
2009-10-15 14:28:59 +13:00
bug523816.ogv
Bug 523816 - Fix calculation of CMML record size. r=roc
2009-10-23 11:17:35 +13:00
bug533822.ogg
Bug 533822 - Flush liboggz packet_buffer in oggz_reset_streams. r=chris.double
2010-01-08 17:55:39 +13:00
bug556821.ogv
Bug 556821 - Use Ogg Skeleton presentation time for start of videos - r=cpearce
2011-03-24 14:16:30 +13:00
bug557094.ogv
Bug 557095 - Video FPS calculation in 64bit to avoid aborting on overflow. r=doublec
2010-04-08 20:16:02 +12:00
bug580982.webm
Bug 580982 - Remove workarounds for old YouTube WebM encodings. Don't treat "matroska" doctype as valid WebM file. r=doublec
2010-08-05 15:49:27 +12:00
bug603918.webm
Bug 604067 - Handle error codes from libvorbis in WebM reader. r=kinetik a=blocking2.0
2010-10-17 08:57:45 +13:00
bug604067.webm
Bug 604067 - Handle error codes from libvorbis in WebM reader. r=kinetik a=blocking2.0
2010-10-17 08:57:45 +13:00
can_play_type_dash.js
Bug 792935 - Add tests for canPlayType for DASH (Media Mochitests) r=cpearce
2013-01-23 11:24:41 -08:00
can_play_type_mpeg.js
Bug 852915 - Disable MP3 playback using WMF on Win7SP0 to prevent random crashes. r=bbondy
2013-04-19 14:54:26 +12:00
can_play_type_ogg.js
Bug 674225 - Add basic mochitests for Opus. r=cpearce
2012-05-01 17:29:42 -07:00
can_play_type_wave.js
Bug 503835. Wave codec 0 should be reported as unsupported. r=doublec
2009-07-27 10:01:41 +12:00
can_play_type_webm.js
Bug 566245 - HTMLMediaElement.canPlayType support for WebM. r=roc
2010-06-09 11:31:27 +12:00
cancellable_request.sjs
Bug 703379. Keep a table of media elements indexed by URI and when loading, try to find an existing element with the same URI and clone its decoder. r=doublec
2011-11-25 15:06:22 +13:00
chain.ogg
Bug 455165 - Tests for ogg chain support. r=cpearce
2012-11-30 14:17:55 +01:00
chain.ogv
Bug 519155 - reset oggz seek on failure. r=doublec
2009-10-03 17:08:12 +13:00
chain.opus
Bug 455165 - Tests for ogg chain support. r=cpearce
2012-11-30 14:17:55 +01:00
chained-audio-video.ogg
Bug 455165 - Tests for ogg chain support. r=cpearce
2012-11-30 14:17:55 +01:00
chained-video.ogv
Bug 455165 - Tests for ogg chain support. r=cpearce
2012-11-30 14:17:55 +01:00
contentDuration1.sjs
Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double
2010-01-27 13:29:26 +01:00
contentDuration2.sjs
…
contentDuration3.sjs
…
contentDuration4.sjs
Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double
2010-01-27 13:29:26 +01:00
contentDuration5.sjs
Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double
2010-01-27 13:29:26 +01:00
contentDuration6.sjs
Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double
2010-01-27 13:29:26 +01:00
contentDuration7.sjs
Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double
2010-01-27 13:29:26 +01:00
contentType.sjs
Bug 567077 - Tests for sniffing the types of media files that are served with no Content-Type. r=cpearce
2012-09-04 16:24:34 -07:00
dash_detect_stream_switch.sjs
Bug 792935 - Test to detect DASH stream switching r=cpearce
2013-01-31 14:47:22 -08:00
detodos.opus
Bug 674225 - Add basic mochitests for Opus. r=cpearce
2012-05-01 17:29:42 -07:00
dirac.ogg
Bug 481057 - Fire MEDIA_ERR_DECODE errors when a decoding error occurs. r=chris.double, sr=roc
2009-09-22 12:08:13 +12:00
dynamic_redirect.sjs
Bug 703379. Keep a table of media elements indexed by URI and when loading, try to find an existing element with the same URI and clone its decoder. r=doublec
2011-11-25 15:06:22 +13:00
dynamic_resource.sjs
Bug 703379. Keep a table of media elements indexed by URI and when loading, try to find an existing element with the same URI and clone its decoder. r=doublec
2011-11-25 15:06:22 +13:00
file_a4_tone.ogg
bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad
2010-08-25 09:10:00 -04:00
file_access_controls.html
Bug 847370 - HTMLMediaElement - crossOrigin vs crossorigin, r=bz
2013-03-19 16:18:29 +01:00
file_audio_event_adopt_iframe.html
bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad
2010-08-25 09:10:00 -04:00
fragment_noplay.js
Bug 742537 - Remove HTMLMediaElement.initialTime attribute. r=cpearce,doublec
2013-04-01 20:38:54 -04:00
fragment_play.js
Bug 742537 - Remove HTMLMediaElement.initialTime attribute. r=cpearce,doublec
2013-04-01 20:38:54 -04:00
gizmo.mp4
Bug 759945 - Part 4: MP4 test file - r=cpearce
2012-08-10 20:15:24 +12:00
id3tags.mp3
Bug 567077 - Tests for sniffing the types of media files that are served with no Content-Type. r=cpearce
2012-09-04 16:24:34 -07:00
invalid-cmap-s0c0.opus
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
2012-11-19 15:13:43 -08:00
invalid-cmap-s0c2.opus
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
2012-11-19 15:13:43 -08:00
invalid-cmap-s1c2.opus
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
2012-11-19 15:13:43 -08:00
invalid-cmap-short.opus
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
2012-11-19 15:13:43 -08:00
invalid-m0c0.opus
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
2012-11-19 15:13:43 -08:00
invalid-m0c3.opus
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
2012-11-19 15:13:43 -08:00
invalid-m1c0.opus
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
2012-11-19 15:13:43 -08:00
invalid-m1c9.opus
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
2012-11-19 15:13:43 -08:00
invalid-m2c0.opus
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
2012-11-19 15:13:43 -08:00
invalid-m2c1.opus
[PATCH] Bug 812847 - Test Opus channel count validation - r=kinetik
2012-11-19 15:13:43 -08:00
manifest.js
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
moz.build
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
multiple-bos.ogg
Bug 675747 - Handle multiple bos pages in a single ogg bitstream. r=doublec
2011-08-05 08:44:24 +12:00
noContentLength.sjs
Bug 462960 - Implement nsIDOMHTMLMediaElement::GetSeekable() + seeking algorithm part 7. r=cpearce
2011-08-09 12:10:48 +02:00
notags.mp3
Bug 567077 - Tests for sniffing the types of media files that are served with no Content-Type. r=cpearce
2012-09-04 16:24:34 -07:00
owl.mp3
Bug 815748 - Add MP3 and M4A audio files to media test framework, use gizmo.mp4 instead of short.mp4 for sniffer test, since short.mp4 contained mpeg4 video rather than h.264. r=padenot
2012-12-18 21:38:37 +13:00
r11025_msadpcm_c1.wav
Bug 481057 - Fire MEDIA_ERR_DECODE errors when a decoding error occurs. r=chris.double, sr=roc
2009-09-22 12:08:13 +12:00
r11025_s16_c1.wav
…
r11025_s16_c1_trailing.wav
…
r11025_u8_c1.wav
…
r11025_u8_c1_trunc.wav
…
r16000_u8_c1_list.wav
…
reactivate_helper.html
Bug 518659. Make nsHTMLMediaElement hold a reference to itself to keep itself alive while network or decoder activity could result in events being fired in the future. Also rework the handling of media elements in inactive documents. r=jst, r=doublec
2009-10-02 00:10:13 +10:00
redirect.sjs
Bug 703379. Keep a table of media elements indexed by URI and when loading, try to find an existing element with the same URI and clone its decoder. r=doublec
2011-11-25 15:06:22 +13:00
referer.sjs
Bug 703379. Keep a table of media elements indexed by URI and when loading, try to find an existing element with the same URI and clone its decoder. r=doublec
2011-11-25 15:06:22 +13:00
seek.ogv
…
seek.webm
Bug 566245 - Add WebM test file for content/media tests. r=kinetik
2010-06-09 11:31:27 +12:00
seek.yuv
Bug 508082: Implement a raw video decoder. Based on an earlier patch by Brad Lassey. r=doublec
2010-07-26 12:35:16 -07:00
seek1.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek2.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek3.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek4.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek5.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek6.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek7.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek8.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek9.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek10.js
Bug 611994 - Fire timeupdate based on time change, not timer. r=roc a=roc
2010-11-25 07:34:57 +13:00
seek11.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek12.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seek13.js
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
seekLies.sjs
Bug 546700 - Recover gracefully from servers that send Accept-Ranges but don't. r=roc a=roc
2011-02-21 16:38:29 +13:00
seek_with_sound.ogg
Bug 762191 - Make video controls mute/volume widgets do nothing if the video doesn't have audio. r=jaws
2012-06-28 17:31:09 +12:00
short-video.ogv
Bug 493431 - Add test to ensure video file with more audio than video plays and that video.currentTime only increases during playback. r=n/a
2009-08-17 09:32:24 +12:00
small-shot.m4a
Bug 815748 - Add MP3 and M4A audio files to media test framework, use gizmo.mp4 instead of short.mp4 for sniffer test, since short.mp4 contained mpeg4 video rather than h.264. r=padenot
2012-12-18 21:38:37 +13:00
small-shot.mp3
Bug 815748 - Add MP3 and M4A audio files to media test framework, use gizmo.mp4 instead of short.mp4 for sniffer test, since short.mp4 contained mpeg4 video rather than h.264. r=padenot
2012-12-18 21:38:37 +13:00
small-shot.ogg
Bug 793315 - Test single tag metadata. r=cpearce
2012-09-21 13:13:41 -07:00
sound.ogg
…
spacestorm-1000Hz-100ms.ogg
Bug 616800 - Ensure AudioLoop() doesn't sleep, and can still drain, if we've pushed less than the start threshold of audio to hardware. r=kinetik a=blocking2.0
2010-12-20 08:05:40 +13:00
split.webm
Bug 598242 - Normalize WebM buffered TimeRanges. r=kinetik a=blocking2.0
2010-10-07 11:58:36 +13:00
test-1-mono.opus
Bug 782091 - Add multichannel Opus test files. r=derf
2013-05-01 14:15:57 -07:00
test-2-stereo.opus
Bug 782091 - Add multichannel Opus test files. r=derf
2013-05-01 14:15:57 -07:00
test-3-LCR.opus
Bug 782091 - Add multichannel Opus test files. r=derf
2013-05-01 14:15:57 -07:00
test-4-quad.opus
Bug 782091 - Add multichannel Opus test files. r=derf
2013-05-01 14:15:57 -07:00
test-5-5.0.opus
Bug 782091 - Add multichannel Opus test files. r=derf
2013-05-01 14:15:57 -07:00
test-6-5.1.opus
Bug 782091 - Add multichannel Opus test files. r=derf
2013-05-01 14:15:57 -07:00
test-7-6.1.opus
Bug 782091 - Add multichannel Opus test files. r=derf
2013-05-01 14:15:57 -07:00
test-8-7.1.opus
Bug 782091 - Add multichannel Opus test files. r=derf
2013-05-01 14:15:57 -07:00
test_a4_tone.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_access_control.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_audio1.html
Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc
2010-08-27 14:11:46 +12:00
test_audio2.html
Bug 589626 - Update media readystate when crossing HAVE_FUTURE/HAVE_ENOUGH_DATA audio boundary. r=roc a=blocking2.0
2010-09-14 16:24:47 -07:00
test_audioDocumentTitle.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_audio_event_adopt.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_audiowrite.html
Bug 862409 - Add the media.audio_data.enabled pref to all.js; r=bz
2013-04-21 08:41:21 +02:00
test_autoplay.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_autoplay_contentEditable.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_buffered.html
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
test_bug448534.html
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
test_bug463162.xhtml
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_bug465498.html
Bug 792935 - Add DASH to various Media Mochitests r=cpearce
2013-01-23 11:24:41 -08:00
test_bug493187.html
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
test_bug495145.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_bug495300.html
Bug 404077: Adjust annotations of expected assertions.
2013-02-27 15:50:10 -08:00
test_bug686137.html
Bug 686137 - Add test for setting mozFrameBufferLength. r=kinetik
2012-01-25 13:38:22 +13:00
test_bug686942.html
Bug 404077: Adjust annotations of expected assertions.
2013-02-28 17:59:07 -08:00
test_bug726904.html
Bug 792935 - Add DASH to various Media Mochitests r=cpearce
2013-01-23 11:24:41 -08:00
test_can_play_type.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_can_play_type_dash.html
Bug 792935 - Add tests for canPlayType for DASH (Media Mochitests) r=cpearce
2013-01-23 11:24:41 -08:00
test_can_play_type_mpeg.html
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
test_can_play_type_no_dash.html
Bug 792935 - Add tests for canPlayType for DASH (Media Mochitests) r=cpearce
2013-01-23 11:24:41 -08:00
test_can_play_type_no_ogg.html
Bug 608630 - Make media simple events not bubble. r=roc a=blocking2.0
2010-11-05 13:44:33 +13:00
test_can_play_type_no_wave.html
Bug 608630 - Make media simple events not bubble. r=roc a=blocking2.0
2010-11-05 13:44:33 +13:00
test_can_play_type_no_webm.html
Bug 608630 - Make media simple events not bubble. r=roc a=blocking2.0
2010-11-05 13:44:33 +13:00
test_can_play_type_ogg.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_can_play_type_wave.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_can_play_type_webm.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_chaining.html
Bug 455165 - Tests for ogg chain support. r=cpearce
2012-11-30 14:17:55 +01:00
test_closing_connections.html
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
test_constants.html
Bug 860841. Hook up the proto chain of a WebIDL interface object to the interface object of its nearest ancestor interface that has one, as if these were ES6 classes. r=peterv
2013-05-02 14:38:19 -04:00
test_contentDuration1.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
test_contentDuration2.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
test_contentDuration3.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
test_contentDuration4.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
test_contentDuration5.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
test_contentDuration6.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
test_contentDuration7.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
test_controls.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_currentTime.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_dash_detect_stream_switch.html
Bug 792935 - Test to detect DASH stream switching r=cpearce
2013-01-31 14:47:22 -08:00
test_decode_error.html
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
test_decoder_disable.html
Bug 703379. Keep a table of media elements indexed by URI and when loading, try to find an existing element with the same URI and clone its decoder. r=doublec
2011-11-25 15:06:22 +13:00
test_defaultMuted.html
Bug 815194 - Remove more ns prefixes on content/media classes + whitespace fixes. r=cpearce
2012-11-28 20:40:07 +01:00
test_delay_load.html
Bug 680275. Fix test to ensure that window always gets closed. r=doublec
2011-11-24 12:01:20 +13:00
test_error_in_video_document.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_error_on_404.html
Bug 596453 - Fix typo in test_error_on_404.
2012-08-24 11:51:37 +12:00
test_fragment_noplay.html
Bug 648595 - Part 2/2: Tests for temporal media fragments support - r=cpearce
2011-08-25 11:42:27 +12:00
test_fragment_play.html
Bug 682141 band-aid: add another todo missed the first time. r=cpearce
2012-02-05 20:32:43 -08:00
test_framebuffer.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_info_leak.html
Bug 792935 - Add DASH to test_info_leak, test_progress and test_standalone r=cpearce
2013-01-28 18:34:28 -08:00
test_invalid_reject.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_load.html
Bug 495040 - Implement playbackRate and related bits (Fix other tests) r=kinetik
2012-11-22 11:38:29 +01:00
test_load_candidates.html
Bug 855064 - Remove DASH references in media unit tests r=cpearce
2013-04-02 17:05:00 -07:00
test_load_same_resource.html
Bug 703379. Keep a table of media elements indexed by URI and when loading, try to find an existing element with the same URI and clone its decoder. r=doublec
2011-11-25 15:06:22 +13:00
test_load_source.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_loop.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_media_selection.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_media_sniffer.html
Bug 567077 - Tests for sniffing the types of media files that are served with no Content-Type. r=cpearce
2012-09-04 16:24:34 -07:00
test_metadata.html
Bug 789617 - Test vorbis comment validation. r=cpearce
2012-09-10 15:39:23 -07:00
test_mixed_principals.html
Bug 564720 - Refactor media tests to be backend independent were possible. r=roc
2010-05-31 10:02:06 +12:00
test_mozHasAudio.html
Bug 834835. Part 4: Test basic MediaStreamTrack functionality. r=jesup
2013-04-17 17:18:53 +12:00
test_mozLoadFrom.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_networkState.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
test_new_audio.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_no_load_event.html
Bug 715469 - Make video full-screen button use background image, so it doesn't fire a load event. r=gavin
2012-01-30 20:04:44 +13:00
test_paused.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_paused_after_ended.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_play_events.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_play_events_2.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_play_twice.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_playback.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_playback_errors.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_playback_rate.html
Bug 841493 - Rename nsHTMLMediaElement to HTMLMediaElement, r=Ms2ger
2013-03-19 13:23:54 +01:00
test_played.html
Bug 792935 - Add DASH to gPlayedTests and gPlayTests r=cpearce
2013-01-28 18:34:28 -08:00
test_preload_actions.html
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
test_preload_attribute.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_preload_suspend.html
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
test_progress.html
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
test_reactivate.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_readyState.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_referer.html
Bug 855064 - Remove DASH references in media unit tests r=cpearce
2013-04-02 17:05:00 -07:00
test_replay_metadata.html
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
test_reset_src.html
Bug 804875 - Change the test, because mozFrameDelay can be 0, on a CLOSED TREE.
2013-02-04 17:37:53 +01:00
test_resume.html
Bug 548523 - Replace HTMLMediaElement.autobuffer attribute with 'preload'. r=roc a=blocking2.0
2010-08-20 10:50:37 +12:00
test_seek.html
Bug 846769 - Allow up to five assertions in test_seek.html.
2013-03-02 10:23:39 +01:00
test_seek2.html
Bug 745498 - Add testcases for DOM4 exception types. r=sicking
2012-04-26 09:42:26 -07:00
test_seekLies.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
test_seek_out_of_range.html
Bug 404077: Adjust annotations of expected assertions.
2013-02-28 12:44:57 -08:00
test_seekable1.html
Bug 742537 - Remove HTMLMediaElement.initialTime attribute. r=cpearce,doublec
2013-04-01 20:38:54 -04:00
test_seekable2.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- new tests. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
test_seekable3.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- new tests. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
test_source.html
Bug 855064 - Remove DASH references in media unit tests r=cpearce
2013-04-02 17:05:00 -07:00
test_source_media.html
Bug 449363 - Support media attribute of <source> elements. r=cpearce,bz
2012-05-15 08:56:51 -04:00
test_source_null.html
Bug 752087: Use correct method to check is a jsval is an object r=roc
2012-05-07 18:54:29 -04:00
test_source_write.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_standalone.html
Bug 792935 - Add DASH to test_info_leak, test_progress and test_standalone r=cpearce
2013-01-28 18:34:28 -08:00
test_streams_autoplay.html
Bug 850587 - Test for autoplay not working with MediaStreams. r=roc
2013-04-02 23:58:48 -07:00
test_streams_element_capture.html
Bug 792665. Stop allowing HTMLMediaElement.src = mediaStream, and support HTMLMediaElement.mozSrcObject = mediaStream instead. r=cpearce,jesup
2012-09-24 15:47:30 +12:00
test_streams_element_capture_createObjectURL.html
Bug 792675. Part 7: Add support for MediaStream URIs to media elements. r=cpearce
2012-09-25 15:25:43 +12:00
test_streams_element_capture_reset.html
Bug 792665. Stop allowing HTMLMediaElement.src = mediaStream, and support HTMLMediaElement.mozSrcObject = mediaStream instead. r=cpearce,jesup
2012-09-24 15:47:30 +12:00
test_streams_gc.html
Bug 806754. Part 2: Fix bogus assertions. r=cpearce
2013-01-30 17:20:03 +13:00
test_streams_srcObject.html
Bug 841493 - Move HTMLMediaElement to WebIDL, r=Ms2ger
2013-03-19 13:25:19 +01:00
test_streams_tracks.html
Bug 834835. Part 4: Test basic MediaStreamTrack functionality. r=jesup
2013-04-17 17:18:53 +12:00
test_timeupdate_small_files.html
Bug 792935 - Add DASH to various Media Mochitests r=cpearce
2013-01-23 11:24:41 -08:00
test_too_many_elements.html
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
test_videoDocumentTitle.html
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
test_video_to_canvas.html
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
test_volume.html
Bug 841493 - Move HTMLMediaElement to WebIDL, r=Ms2ger
2013-03-19 13:25:19 +01:00
test_wav_ended1.html
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
test_wav_ended2.html
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
test_wave_data_s16.html
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
test_wave_data_u8.html
Bug 782876 - Remove unnecessary returns from event handlers in media tests. r=doublec
2012-08-15 16:41:24 +12:00
use_large_cache.js
Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
2013-05-21 10:48:09 -04:00
variable-channel.ogg
Bug 455165 - Tests for ogg chain support. r=cpearce
2012-11-30 14:17:55 +01:00
variable-channel.opus
Bug 455165 - Tests for ogg chain support. r=cpearce
2012-11-30 14:17:55 +01:00
variable-preskip.opus
Bug 817403 - Remove the preskip check when playing opus chained file. r=derf
2012-12-03 15:44:26 +01:00
variable-samplerate.ogg
Bug 455165 - Tests for ogg chain support. r=cpearce
2012-11-30 14:17:55 +01:00
variable-samplerate.opus
Bug 455165 - Tests for ogg chain support. r=cpearce
2012-11-30 14:17:55 +01:00
video-overhang.ogg
Bug 531340 - New Ogg video decoder. r=doublec sr=roc
2010-04-01 20:03:07 -07:00
wave_metadata.wav
Bug 778053 - Test case for wave metadata. r=kinetik
2012-10-06 19:32:30 +08:00
wave_metadata_bad_len.wav
Bug 778053 - Test case for wave metadata. r=kinetik
2012-10-06 19:32:30 +08:00
wave_metadata_bad_no_null.wav
Bug 778053 - Test case for wave metadata. r=kinetik
2012-10-06 19:32:30 +08:00
wave_metadata_bad_utf8.wav
Bug 778053 - Test case for wave metadata. r=kinetik
2012-10-06 19:32:30 +08:00
wave_metadata_unknown_tag.wav
Bug 778053 - Test case for wave metadata. r=kinetik
2012-10-06 19:32:30 +08:00
wave_metadata_utf8.wav
Bug 778053 - Test case for wave metadata. r=kinetik
2012-10-06 19:32:30 +08:00
wavedata_s16.wav
Bug 635649 - Refactor Wave backend to use content/media nsBuiltinDecoder framework - r=kinetik
2011-03-30 18:37:42 +13:00
wavedata_u8.wav
Bug 635649 - Refactor Wave backend to use content/media nsBuiltinDecoder framework - r=kinetik
2011-03-30 18:37:42 +13:00