Robert O'Callahan
26cfed0478
Bug 943461. Part 19: nsSpeechTask should explicitly finish its audio track before finishing the stream. r=eitan
...
--HG--
extra : rebase_source : 8c927ef0f777e1c5c5fe39361df1185e73a06111
2013-12-13 01:33:01 +13:00
Robert O'Callahan
f478c60988
Bug 943461. Part 18: Ensure AudioBufferSourceNode's engine always produces an audio block when ProduceAudioBlock is called, and add an assertion to catch this kind of error directly. r=karl
...
--HG--
extra : rebase_source : e6ae51dc34f5567998af3b299acd48dd10e8394e
2013-12-13 01:33:01 +13:00
Robert O'Callahan
a2e908e72a
Bug 943461. Part 17: MediaDecoderStateMachine::StopPlayback should not set mPlayDuration based on real time, but on whatever we're using for GetClock. r=cpearce
...
--HG--
extra : rebase_source : 855fd9cb87cfc5824676697cc73dee12ab816c16
2013-12-13 01:33:01 +13:00
Robert O'Callahan
8c723f3346
Bug 943461. Part 16: Fix test_streams_element_capture_reset to make its expected current times be independent of possibly-buggy v.currentTime. r=cpearce
...
--HG--
extra : rebase_source : ed67ce62701d5386bc4ba1ba98edd8e4d3946748
2013-12-13 01:33:01 +13:00
Robert O'Callahan
81d72a6306
Bug 943461. Part 15: Make MediaDecoder set its currentTime based on the decoded stream's time directly, if we are decoding to a stream. r=cpearce
...
--HG--
extra : rebase_source : 35fe51dbec3107d7dae801a5a179c5ef5fa53725
2013-12-13 01:33:00 +13:00
Robert O'Callahan
b33d4283d0
Bug 943461. Part 13: Keep producing silence in AudioNodeStreams' mLastChunks even after they've finished r=padenot
...
Without this the last before-finished audio block gets picked up by downstream
ObtainInputBlock calls.
--HG--
extra : rebase_source : d7f804cea59454bdb0aa5931d19bcc123e0d16cb
2013-12-10 13:49:03 +13:00
Robert O'Callahan
6f87a9fa58
Bug 943461. Part 12: Remove spurious ScriptProcessorNode from test. r=karl
...
--HG--
extra : rebase_source : e902519b5e1d7bbd7f60545147edd8241e4d9455
2013-12-10 13:49:03 +13:00
Robert O'Callahan
43581067c4
Bug 947796. Must convert milliseconds to MediaTime correctly. r=padenot
...
--HG--
extra : rebase_source : 8cbe26ea9f5189df38985a57fdd447e858885b18
2013-12-09 18:08:02 +13:00
Robert O'Callahan
2189b5f9e4
Bug 943461. Part 11: Don't tear down an OfflineAudioContext until its current time has actually reached its end, to ensure that all relevant stream state changes have been forwarded to the main thread. r=padenot
...
--HG--
extra : rebase_source : 32b9a4cf4c39edfabf5be17cec50a676f1ad4641
2013-12-09 18:08:02 +13:00
Robert O'Callahan
e4b0b7a283
Bug 943461. Part 10: Fix and simplify setting of mNextMainThreadFinished. r=padenot
...
--HG--
extra : rebase_source : 4530688441600d6538cd9a9662466762ca845ff9
2013-12-09 18:08:02 +13:00
Robert O'Callahan
cbd0519476
Bug 943461. Part 9: Handle absence of INCLUDE_TRAILING_BLOCKED_INTERVAL flag correctly. r=padenot
...
--HG--
extra : rebase_source : b7bf3e56e0332dcf1357f959891ff39a86f89cd1
2013-12-09 18:08:02 +13:00
Robert O'Callahan
d4e6ad4a05
Bug 943461. Part 8: When a MediaDecoder is decoding to a stream, run PlaybackEnded when the stream finishes. r=padenot
...
--HG--
extra : rebase_source : 92c8b55c5d8330bcf8242d379bc608fa3d30bc6b
2013-12-07 01:01:33 +13:00
Robert O'Callahan
e156997b45
Bug 943461. Part 7: DecodedStreamData::mNextVideoTime is not relative to mStartTime. r=cpearce
...
--HG--
extra : rebase_source : 63b4fe1859c362683b3d3192114263dd7910b183
2013-12-06 18:39:49 +13:00
Robert O'Callahan
3f3751da91
Bug 943461. Part 6: Fix test to handle automatic stop of MediaRecorder. r=rlin
...
--HG--
extra : rebase_source : 15e9a2042c4ac940afe9e6d524fab7a4d75e8675
2013-12-06 09:59:00 +13:00
Robert O'Callahan
d235857918
Bug 943461. Part 5: Don't allow a stream to finish before it has produced output up to mStateComputedTime. r=padenot
...
--HG--
extra : rebase_source : 9bf003c246b63b1dd64665024533fda74a8e1fa4
2013-12-06 09:23:57 +13:00
Robert O'Callahan
22e6021b04
Bug 943461. Part 4: Fix TrackUnionStream track-ended calculation to catch cases where a track ends at the point where the input stream is completely blocked. r=padenot
...
We can have a situation where interval.mStart == interval.mEnd always (because
the input stream is always blocking) but the track has actually ended.
--HG--
extra : rebase_source : d2ffdf56b51196dfaab15beb145db33dd97c749e
2013-12-04 19:01:59 +13:00
Robert O'Callahan
ee1833e055
Bug 943461. Part 3: Like part 1, blocking calculations should note that a stream is only fully ended whenall of its tracks have finished playing out. r=padenot
...
--HG--
extra : rebase_source : 892cd92396e317d1c46a2f67d0061dc3d513de98
2013-12-04 19:00:26 +13:00
Robert O'Callahan
8dd460fc87
Bug 943461. Part 2: Add assertion to catch cases where we NotifyOuput after NotifyFinished. r=padenot
...
--HG--
extra : rebase_source : 8653b45d9f1dde5ff40bd2621ee9cda527bb6be1
2013-12-04 18:59:14 +13:00
Robert O'Callahan
77beca3623
Bug 943461. Part 1: A stream is fully finished when all its tracks have finished playing out. r=padenot
...
--HG--
extra : rebase_source : 0efa4353ea22ffd52d550331623098d275382148
2013-12-04 14:08:12 +13:00
Daniel Holbert
3ea9bcc426
Bug 807565: Don't let border/padding push minimum content-box size for themed flex items below 0. r=mats
2014-01-06 19:17:26 -08:00
Boris Zbarsky
cea53677bb
Bug 936056 followup. Check for a DOM jitinfo before assuming we have a DOM method in Ion ICs. r=efaust
2014-01-06 21:53:23 -05:00
Boris Zbarsky
9d25dc48cc
Bug 950315 part 1. Convert a bunch of event targets to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=smaug
2014-01-06 21:53:23 -05:00
Boris Zbarsky
220a72b3b6
Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey
2014-01-06 21:53:23 -05:00
Karl Tomlinson
14bf099fae
b=956611 remove costly atomic reference counting from ProduceDataForStreamsBlockByBlock r=padenot
...
--HG--
extra : transplant_source : %D7bP%80%E1zKym%0A6%E2w%FB%22%3Cy%00%23V
2014-01-07 12:53:49 +13:00
Karl Tomlinson
c0820c5d01
b=944143 avoid producing infinite stream of subnormals in ZeroPole tail r=padenot
...
--HG--
extra : transplant_source : gI%94%E9%DB%99%83%B7%09%B6%82q%FF9%5DI%BE%D6%EF%B6
2014-01-07 12:53:48 +13:00
Karl Tomlinson
e2d74dc640
b=949683 optimize zero-gain in GainNode r=padenot
...
--HG--
extra : transplant_source : %97Js%1B%23%13%AEb%7F%9E%B5%C4%BEx%84xV%C1%F7%5B
2014-01-07 12:53:48 +13:00
Karl Tomlinson
49afc90fac
b=944851 don't consider AudioNode input when getting AudioParam values on the main thread r=ehsan
...
--HG--
extra : transplant_source : %15o4%BAA%1F%D4%87%01%CD%B3H%A1T%B0%88%27%9F%A1e
2014-01-07 12:53:47 +13:00
Karl Tomlinson
b0df417f11
b=952756 always remember offset and duration from Start() r=padenot
...
--HG--
extra : transplant_source : %9A%3D%12wAbL%0D%E1%16G%A9%B7%23%A9%16%7F%8C%2B%18
2014-01-07 12:53:47 +13:00
Wes Kocher
7ea7ee3eae
Merge m-c to inbound
2014-01-06 18:14:57 -08:00
Wes Kocher
1789589121
Backed out changeset e451b39305f6 (bug 949488) for breaking mochitest-8 on at least b2g
2014-01-06 18:10:34 -08:00
Wes Kocher
20cc701976
Backed out changeset 75e5396d0847 (bug 933109) for xpcshell bustage
2014-01-06 17:50:53 -08:00
Wes Kocher
09a8dbc4f3
Backed out changeset b8f1b1cfc9e2 (bug 952876)
2014-01-06 17:50:23 -08:00
Wes Kocher
8baa746395
Merge fx-team to m-c
2014-01-06 17:20:37 -08:00
Wes Kocher
9ad9413521
Merge b2g-inbound to m-c
2014-01-06 17:16:48 -08:00
Gaia Pushbot
713fb95ade
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ac80bbe24c39
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #14902 from KevinGrandon/bug_941176_rocketbar_view_title
Bug 941176 - [Rocketbar] Add title to statusbar r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/f299fccf6072
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 941176 - [Rocketbar] Add title to statusbar r=daleharvey
A new title resides in the statusbar. When rocketbar is enabled, notification icons are shifted to the right. The title attemtps to maintain proper state by listening to mozbrowser events.
2014-01-06 13:45:22 -08:00
Fabrice Desré
94232e0f42
Bug 956833 - Clear manifests cache on memory pressure r=gal
2014-01-06 13:03:50 -08:00
Wes Kocher
f965165927
[Australis] Bug 956431 - Disable browser_946320_tabs_from_other_computers.js on linux for intermittent failures
2014-01-06 11:00:48 -08:00
Patrick McManus
8cbe001a55
bug 751465 - websockets dns and proxies r=jduell r=bsmedberg
...
--HG--
extra : rebase_source : ad2046a95f1ec9000577cc0f67aedc0766a51ed2
2014-01-06 13:52:42 -05:00
Ryan VanderMeulen
a2e0493114
Backed out changeset 8553d6d258cc (bug 952206) for Windows bustage.
...
CLOSED TREE
2014-01-06 14:15:10 -05:00
Gaia Pushbot
aeada9c908
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a109df6bf6ec
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #15046 from viorelaioia/bug_956737
Bug 956737 - Investigate and fix test_gallery_delete_image failure
========
https://hg.mozilla.org/integration/gaia-central/rev/fdf9998c44ce
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 956737 - Investigate and fix test_gallery_delete_image failure
2014-01-06 10:40:22 -08:00
Gaia Pushbot
72c2fa9ce2
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/50497a869e33
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #13748 from AlinT/bug_938557
Bug 938557 - Write a test for finding a contact using the dialer
========
https://hg.mozilla.org/integration/gaia-central/rev/5a4a44ac14aa
Author: AlinT <trifandreialin@gmail.com>
Desc: Bug 938557 - Write a test for finding a contact using the dialer
========
https://hg.mozilla.org/integration/gaia-central/rev/85000840ebbb
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #15040 from julienw/956691-jshint-2.4.1
Bug 956691 - Upgrade jshint to 2.4.1 r=rik
========
https://hg.mozilla.org/integration/gaia-central/rev/1f72d5273d06
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 956691 - Upgrade jshint to 2.4.1 r=rik
2014-01-06 10:30:22 -08:00
Gaia Pushbot
b55dd70d7c
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5f1beded85ad
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #14856 from AndreiH/test_music_other_formats
Bug 949084 - Music app test - play an 3gp audio file via Songs view
========
https://hg.mozilla.org/integration/gaia-central/rev/b00cae35291a
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 949084 - Music app test - play an 3gp audio file via Songs view
2014-01-06 10:15:23 -08:00
Gijs Kruitbosch
8ad0ad36f2
Bug 942393 - small nit in Australis' CustomizableUI docs, remove TYPE_BUTTON which is unused and non-useful, r=jaws for the latter, DONTBUILD because comment/dead code only
2014-01-06 17:58:16 +00:00
Ryan VanderMeulen
a62e17b722
Backed out changeset d0b883c071e0 (bug 946646) for B2G mochitest-9 orange.
2014-01-06 12:52:35 -05:00
Brian Grinstead
a2dfe1d256
Bug 951726 - DevTools Themes: Make top tab bar thinner;r=fitzgen
2014-01-06 11:27:30 -06:00
Ryan VanderMeulen
eb26b54376
Backed out changeset 5b19ca07781b (bug 897735) for mochitest-bc orange.
2014-01-06 12:02:22 -05:00
Gaia Pushbot
d2a5e79ecf
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0340c180e847
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 955925 - Properly handle the result of a failed contact retrieval operation r=rwaldron
2014-01-06 08:50:22 -08:00
Gaia Pushbot
0a124bd585
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4b7abda13eec
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 947217 - [Messages][Drafts] Consider removing the 'Drafts.request()' call in MessageManager's init r=rwaldron
2014-01-06 08:10:22 -08:00
Gaia Pushbot
a07c571043
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2f69a4a2dad7
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 952591 - [Messages] Selecting 'Send email' from a message that contains an email address does not launch Email app. r=julienw
https://bugzilla.mozilla.org/show_bug.cgi?id=952591
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2014-01-06 08:00:23 -08:00
Ryan VanderMeulen
9fe5650da4
Backed out changeset 77d3d487c68d (bug 943021) for bustage.
...
CLOSED TREE
2014-01-06 10:39:00 -05:00