Andrew Quartey
f53cab1745
Bug 893309 - Implement TrackEvent. r=cpearce
2013-10-04 14:28:25 -04:00
Karl Tomlinson
78889ff332
test for bug 920987
...
--HG--
extra : rebase_source : 0e049c2e25f60bfff2dd45869a770ed9055c9de2
2013-10-01 09:49:31 +13:00
Ed Morley
2d8a72b912
Bug 897843 - Disable test_media_selection.html on Windows for too many intermittent failures
2013-09-30 17:37:44 +01:00
Wes Kocher
d970705962
Merge b2g-inbound to m-c
2013-09-27 19:35:44 -07:00
Martijn Wargers
a3d1617473
Bug 918604 - Remove more enablePrivilege calls. r=jmaher
2013-09-25 19:32:20 +02:00
Ryan VanderMeulen
df60bfed7e
Backed out changeset 356ba083bb5f (bug 918604) for frequent OSX test_window_bar.html timeouts.
...
CLOSED TREE
2013-09-27 18:28:43 -04:00
Rick Eyre
37f5ae38bd
Bug 920088 - TextTrackRegion's TextTrack should point at the correct TextTrack. r=rillian
2013-09-24 11:59:17 -04:00
Randy Lin
fc76c58ecb
Bug 919051 - Media Recording - memory leak when record a media stream without any tracks. r=roc, r=jsmith
2013-09-27 17:56:16 +08:00
Ryan VanderMeulen
4ee712cb39
Merge b2g-inbound to m-c.
2013-09-26 21:32:43 -04:00
CJKu
2be715499e
Bug 909670 - Test case for for the MediaRecorder::Session. r=jsmith
2013-09-26 09:40:41 -04:00
Ryan VanderMeulen
d7387842c3
Merge the last PGO-green inbound changeset to m-c.
2013-09-25 14:51:55 -04:00
Rick Eyre
6cadde8ff3
Bug 919265 - Part 2: Add ClearOnShutdown() call on the static WebVTTParserWrapper. r=bz
2013-09-24 15:17:15 -04:00
Rick Eyre
252f804d52
Bug 919265 - Part 1: Fix TextTrackCue() crashtests to use VTTCue(). r=bz
2013-09-23 13:59:49 -04:00
Karl Tomlinson
e442bb5b9f
b=920338 disable oscillator-ended-{1,2} if B2G due to intermittent timeouts DONTBUILD
...
--HG--
extra : rebase_source : fb21d08d27038bb7f7293b92aac1b6fa4b9bba4d
2013-09-25 15:14:29 +12:00
Karl Tomlinson
90b6bec06a
b=908306 revert 9df04b16a655 and 2e7089db4e86 to re-enable some b2g webaudio crashtests
...
--HG--
extra : transplant_source : %F8%7E%F0%9Dr%2AV%09g%D4%2AX%D0iC%81n%22D%A5
2013-08-22 14:04:41 -04:00
Karl Tomlinson
1eaf698496
b=918213 dispatch onended from OscillatorNode even when stop time is before start r=ehsan
...
This makes OscillatorNode consistent with AudioBufferSourceNode
--HG--
extra : transplant_source : %AE8%3B%B4%E5M%60%03%CBN.%21%BD%FF%60%A6%F2a%BDi
2013-09-24 13:48:35 +12:00
Karl Tomlinson
7185723413
b=918212 make OscillatorNode a MainThreadListener for its stream so that ended is dispatched r=ehsan
...
--HG--
extra : transplant_source : %9D%B8%82%B3%B1%99%C6%CE%1C%E1%DDs%D1%40%EA%E3%DD%D2%01%A4
2013-09-24 13:47:30 +12:00
Rick Eyre
b17bace20c
Bug 917945 - Part 3: Add VTTRegions to its TextTrack upon receiving them. r=rillian, r=bz
2013-09-18 12:46:51 -04:00
Martijn Wargers
01fd8c8bbd
Bug 918604 - Remove more enablePrivilege calls. r=jmaher
2013-09-25 19:32:20 +02:00
Rick Eyre
fecd77a25a
Bug 867823 - Implement TextTrack Add/RemoveCue. r=rillian
...
- Updated RemoveCue to throw NotFoundError if the cue being removed is
not in the cue list.
- Updated AddCue to not add cues that are already in the list. This is
done by reference comparing.
2013-06-28 13:31:43 -04:00
Rick Eyre
fbc47c4a69
Bug 895091 - Part 5: Test for multiple WebVTT files loading at once r=khuey
2013-09-10 07:13:00 -07:00
Rick Eyre
3c52a55dd0
Bug 895091 - Part 4: Turn text track cue tests back on r=rillian
2013-09-05 07:57:00 -07:00
Ed Morley
81c7afbe23
Bug 897108 - Disable test_playback_rate_playpause.html for too many intermittent failures
2013-09-19 14:54:10 +01:00
Ralph Giles
d7df4cd91b
Backed out changeset feca3867b395 (bug 895091)
2013-09-18 13:47:04 -07:00
Ralph Giles
301fe72e32
Back out 813a35c5b24a for ASan failure. r=bustage CLOSED TREE
...
Only one test is failing (so far) and the feature itself is
behind a pref, so this doesn't affect users.
2013-09-18 13:31:40 -07:00
Rick Eyre
750cd25d9b
Bug 895091 - Test for multiple WebVTT files loading at once r=khuey
2013-09-10 07:13:00 -07:00
Rick Eyre
37d3fe53c0
Bug 895091 - Turn text track cue tests back on r=rillian
2013-09-05 07:57:00 -07:00
Karl Tomlinson
fac25b8e05
b=910171 register tail references with the AudioContext so they can be removed when the rendering is complete r=ehsan
...
--HG--
extra : transplant_source : %8C%C3%C2%2B%1B%E9Q%9B%0E%DE%B4%AA%02%B2%D1%A0S%F1%EC%0D
2013-09-17 11:54:52 +12:00
Rick Eyre
ed18423fba
Bug 883173 - Part 2: Add insertion sorting for TextTrackCueList::AddCue. r=rillian
...
- We expect most files to already be sorted, so an insertion sort starting from
the end of the current array should be more efficient than a general sort step
after all cues are loaded
- Added a test for insertion sorting as well.
2013-06-18 13:52:10 -04:00
Paul Adenot
19e5ba9a55
Bug 904617: Part 3 - Log latency, and adds a python script to understand the log r=padenot,jesup,ehugg
2013-01-28 19:22:37 +01:00
Ed Morley
3cf7ed846a
Backed out changeset 81cee5ae7973 (bug 904617)
2013-09-16 08:43:47 +01:00
Paul Adenot
09d62fb48e
Bug 904617: Part 3 - Log latency, and adds a python script to understand the log r=padenot,jesup
2013-01-28 19:22:37 +01:00
Edwin Flores
8cb8eb6d22
Bug 914479 - AudioToolbox MP3 backend on OSX r=cpearce
2013-09-14 13:14:42 +12:00
Edwin Flores
55463866d0
Bug 899420 - Annotate intermittent test_playback_rate assertion failures on linux64 on a CLOSED TREE r=bustage
2013-09-12 14:57:20 +12:00
Edwin Flores
55853e36f9
Bug 899420 - Annotate assertion failures in test_played on linux64 on a CLOSED TREE r=bustage
2013-09-12 14:42:21 +12:00
Edwin Flores
35cf2c710f
Bug 899420 - Re-enable test_seek, test_buffered, test_bug493187, test_playback_rate, test_bug465498, test_played on Linux r=cpearce
2013-09-12 11:23:06 +12:00
Ed Morley
8c3a183572
Merge mozilla-central and b2g-inbound
2013-09-09 13:30:32 +01:00
Chris Pearce
9a6ec47677
Bug 910966 - Use MP3FrameParser in DirectShow's SourceFilter, to more accurately determine the offset of the first MP3 frame. This enables us to only pass the MP3 data into DirectShow, which can't handle large ID3v2 tags. r=padenot
2013-09-09 09:47:54 +12:00
Randy Lin
736e73d31d
Bug 910903 - Add logging to test_mediarecorder_avoid_recursion.html to help find out the timeout issue. r=jsmith
2013-09-07 20:41:57 +08:00
Edwin Flores
114ff5ef9e
Bug 752796 - Stop MediaDecoderStateMachine::SendStreamData from trying to A/V sync unnecessarily r=roc
2013-09-06 15:14:48 +12:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Karl Tomlinson
21298924c4
crashtests for bug 907986
...
--HG--
extra : transplant_source : %1A%09%7D%14MM%B2_p%2B%27%C4M%C3%A2%83%F3C%C4%DC
2013-09-04 21:10:32 +12:00
Masatoshi Kimura
e06d8f88fa
Bug 911573 - Mochitest fixup to prepare removing Components-in-content with UniversalXPConnect. r=bholley
2013-09-05 01:02:34 +09:00
Jason Smith
c2d95da98f
Bug 903781 - Mochitest for recording media with timeslice for media recording api. r=roc
2013-08-29 09:56:12 -07:00
Shelly Lin
c03150705d
Bug 899935 - Mochitest for stopping the recorder right after starting it. r=jsmith
2013-08-06 22:13:37 -07:00
Ryan VanderMeulen
962c3f8af2
Backed out changeset d5cd8e27cb9c (bug 903781) for Android mochitest-3 failures.
2013-08-29 12:43:54 -04:00
Jason Smith
0eaddf6724
Bug 903781 - Mochitest for recording media with timeslice for Media Recording API. r=roc
2013-08-26 20:24:02 -07:00
Rick Eyre
05991a7cd0
Bug 868509 - Rename TextTrackCue to VTTCue r=rillian
...
This way we can ensure that JS code written for WebVTT is spec
compliant while at the same time not having to abstract VTTCue
from TextTrackCue.
--HG--
rename : dom/webidl/TextTrackCue.webidl => dom/webidl/VTTCue.webidl
2013-08-27 13:07:00 -07:00
Chris Pearce
25e19fc232
Bug 908862 - Strip ID3 tags before we expose MP3 data to DirectShow, to work around bugs in its MP3 decoder. r=padenot
2013-08-29 10:53:03 +12:00
Ryan VanderMeulen
de0f1ec5d2
Bug 908306 - Disable more Web Audio crashtests on B2G due to frequent timeouts.
2013-08-22 14:04:41 -04:00