Bobby Holley
1a45088976
Bug 1097823 - Implement Media Promises. r=cpearce
2014-12-08 11:34:50 -08:00
Bobby Holley
881af4ca94
Bug 1097823 - Implement MediaTaskQueue::ForceDispatch. r=cpearce
...
This is necessary to have strong guarantees that promises will be resolved.
While we're flushing the task queue, normal dispatch starts to fail,
meaning that we can't dispatch promise resolution. We have 3 options to handle
this:
(A) Never respond to the promise.
(B) Invoke the Resolve/Reject callback synchronously if dispatch fails.
(C) Prevent dispatch from failing.
(C) seems like the option least likely to violate invariants if we can get away
with it. Promise resolution is unlikely to be a heavyweight task in the way that
a decode task might be, so this should hopefully be ok.
Note that this still doesn't help for bonafide task queue shutdown. It's up to
consumers to tear down their MediaPromiseHolders before the task queues are shut
down.
2014-12-08 11:34:50 -08:00
Bobby Holley
7aa1467674
Bug 1097823 - Move NotDecodedReason from RequestSampleCallback to MediaDecoderReader. r=cpearce
2014-12-08 11:34:50 -08:00
Margaret Leibovic
4025761744
Bug 1105290 - Add null check to createEngineFromFileList. r=rnewman
...
--HG--
extra : rebase_source : 5a02f71a93659a297de3f8b2a8facb7c6a32f37e
extra : amend_source : 9ff1f1b354f6a50d5d49b060d1e1eac118ad712e
2014-12-08 11:12:44 -08:00
Victor Porof
84ccf938fa
Bug 1106137 - Make canvas debugger faster by avoiding a double-copy operation when deserializing image data, r=pbrosset
2014-12-09 10:57:53 -05:00
Victor Porof
aa4d9dead9
Bug 1101197 - Improve performance of framerate view in new performance tool, r=jsantell
2014-12-08 13:09:25 -05:00
B2G Bumper Bot
c77fe33ef7
Bumping manifests a=b2g-bump
2014-12-08 09:51:56 -08:00
B2G Bumper Bot
d16bcdc551
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0d6dca3dab03
Author: Augustin Trancart <augustin.trancart@gmail.com>
Desc: Bug 918970 - display existing thread when sending a sms from contact app r=julien
2014-12-08 09:42:16 -08:00
Mike de Boer
ca01528808
Bug 1092954: add tests for forced disconnect handling on room deletion. r=Standard8
2014-12-08 17:45:36 +01:00
Mike de Boer
7ca61b12b0
Bug 1092954: oust all users from a room when it's deleted. r=Standard8
2014-12-08 17:45:32 +01:00
Ryan VanderMeulen
9420b09b3c
Backed out changeset f4e24f923395 (bug 1092132) for Gip bustage.
...
--HG--
extra : rebase_source : 6a09b24d719c71df8556aa1ce692d9af7570a08a
2014-12-08 11:05:03 -05:00
B2G Bumper Bot
f7c1699b2e
Bumping manifests a=b2g-bump
2014-12-08 08:01:52 -08:00
B2G Bumper Bot
b53b0691f1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/304e319b8a7d
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #26565 from DouglasSherk/1102496-dialer-keypad-delete-rtl
Bug 1102496 - Force render the keypad delete button in LTR, even in RTL mode. r=gsvelto
========
https://hg.mozilla.org/integration/gaia-central/rev/3be4530c5276
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1102496 - Force render the keypad delete button in LTR, even in RTL mode. r=gsvelto
2014-12-08 07:57:14 -08:00
B2G Bumper Bot
caeea799ce
Bumping manifests a=b2g-bump
2014-12-08 07:48:33 -08:00
B2G Bumper Bot
1668b1f0fc
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/99f6502fa1fc
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #26445 from pacorampas/1099397"
This reverts commit 7cc460af0f6f491d1afa6b6043cdea5025f0e15f, reversing
changes made to 30ad86d78c396ed746879d732e0cc8aad61b936a.
2014-12-08 07:42:15 -08:00
vivek
297384e6ce
Bug 1097098 : Get tab history calculation offloaded to JS . r=bnicholson
2014-12-05 17:59:45 -08:00
J. Ryan Stinnett
e966106d94
Bug 1107013 - Clear Browser Toolbox cache for local builds. r=bgrins
2014-12-08 16:26:09 -06:00
Gijs Kruitbosch
180612cfeb
Bug 1099095 - delay checking webrtc window until it closes, r=florian
...
--HG--
extra : rebase_source : a80d27b122ab2d62215cc79f98532e7c9b332370
2014-12-05 16:14:11 -08:00
Romain Gauthier
854aeefb1c
Bug 1045498 - New Hello UX for non supported browsers. r=nperriault
2014-12-09 14:19:21 +01:00
Carsten "Tomcat" Book
c7bb3f0b5a
Merge mozilla-central to fx-team
2014-12-09 13:17:29 +01:00
Brian Grinstead
9bcbf844bd
Bug 1093730 - Use getPanelWhenReady for debugger state in browser toolbox. r=jryans
2014-12-08 16:20:00 +01:00
Brian Grinstead
419a2c0c05
Bug 1093730 - Add DevTools toolbox API for getPanelWhenReady. r=jryans
2014-12-08 16:19:00 +01:00
Anthony Jones
e67eb4ca12
Bug 1098126
- MoofParser fixes and disable for EME; r=mattwoodrow
2014-12-05 14:01:44 -08:00
Anthony Jones
346dfff41b
Bug 1098126
- Add CENC support to MoofParser; r=edwin
2014-12-15 17:43:59 +13:00
Anthony Jones
9861fa319e
Bug 1098126
- MoofParser forced moof read; r=mattwoodrow
2014-12-15 17:43:59 +13:00
Anthony Jones
4c94759c2a
Bug 1098126
- Use MoofParser to read fragmented MP4 data; r=mattwoodrow
2014-12-15 17:43:58 +13:00
Anthony Jones
6b03fa4598
Bug 1098126
- Remove duplication in MP4 demuxer seek; r=mattwoodrow
2014-12-15 17:43:58 +13:00
Kartikaya Gupta
4130a7b1ff
Bug 1109677 - Ensure that the hit region is populated for layer trees in gtests. r=botond
2014-12-14 21:37:52 -05:00
Kartikaya Gupta
8af432308c
Bug 1109677 - Banish scrollinfo layers from the gtests as they are not used with event regions. r=botond
2014-12-14 21:37:51 -05:00
Kartikaya Gupta
430339dfea
Bug 1109677 - Ensure tests that use SetMayHaveTouchListeners work with event-regions enabled. r=botond
2014-12-14 21:37:51 -05:00
Dan Glastonbury
fa6d33ef79
Bug 1048747 - [WebGL2] Implement uniform block/buffer. r=jgilbert, r=smaug
...
--HG--
extra : rebase_source : cdd24494397c9b6ce9f7103c78b8432107ddc20f
extra : source : dadf008b2b7a14d0c308ab4c8eae6001fb5f7492
extra : histedit_source : 90b49de9e294dd8e89a666fa9b3025892a6cf4e6
2014-12-15 10:31:24 +10:00
Chris Pearce
0606140495
Bug 1111387 - Nullcheck mTaskQueue in TrackBuffer::QueueInitializeDecoder, as we can shutdown in between dispatching and running the task that calls QueueInitializeDecoder. r=cajbir
2014-12-15 15:30:20 +13:00
Bob Clary
afea3926fa
Bug 1110817 - [mozdevice] - adb_android.is_device_ready - UnboundLocalError: local variable 'data' referenced before assignment, r=wlach.
2014-12-14 18:18:39 -08:00
Bob Clary
cf6709f516
Bug 1110940 - mochitest - support configurable tests.json manifest file name, r=jmaher.
2014-12-14 18:18:39 -08:00
Bob Clary
4fee9d910f
Bug 1099475 - devicemanagerADB.py - Do not quote uri in launchProcess since it is passed in an argument array in _checkCmd, r=wlach
2014-12-14 18:18:38 -08:00
Chris Pearce
5b926c8fae
Bug 1110497 - Reject promises for clearkey updates with invalid license data. r=edwin
2014-12-15 14:24:30 +13:00
Jean-Yves Avenard
b8eb3e2c1f
Bug 1109987: Use signed timestamps in mp4 demuxer. r=k17e
2014-12-15 10:07:39 +11:00
Xidorn Quan
fd8647c7ec
Bug 1087872 - Tests for dynamic change of ruby frames. r=bz
...
--HG--
extra : rebase_source : 0c936ec06cd52f4d4fdd866de4b59f9501e95dae
extra : amend_source : 37d0fd1342c0538ae4cab882f3bc6f1cf72e9dc2
extra : source : c3c886f19e3a6bb7a3bb9de7fb2edaabdf4ffb57
2014-12-10 16:23:21 +11:00
Xidorn Quan
27fa8603a2
Bug 1087872 - Reconstruct ruby frames for frame insertion when necessary. r=bz
...
--HG--
extra : rebase_source : dfbb5179a5e3f438214e3d41e2f43ed9ff2331c4
extra : source : d82b661ffdba5319d98e363b18266b118b9072a0
2014-12-10 15:58:40 +11:00
Xidorn Quan
465fe16671
Bug 1087872 - Reconstruct ruby frames for frame removal when necessary. r=bz
...
--HG--
extra : rebase_source : 321d6249be4ec89bcb8f43c9a8c1c59ab52bce36
extra : source : 97115d9d8217f7ffbed866e11648299c47b97862
2014-12-10 15:58:40 +11:00
Xidorn Quan
9b2ac4ad67
Bug 1088489 - Tests for pseudo ruby box generation. r=bz
...
--HG--
extra : rebase_source : 1a23f85749bb495f21aa9d356bbbc35174dcb442
2014-12-14 17:18:29 +11:00
Xidorn Quan
56d367a884
Bug 1088489 - Implement ruby pseudo box generation. r=bz
...
--HG--
extra : rebase_source : 3d722db5a9f896a7083d385e65f0d1d7b694d9e2
extra : source : c7f276c6f764aa28e8b178230f0a9f12372f1db0
2014-12-08 21:45:56 +11:00
Xidorn Quan
de448565ef
Bug 1088489 - Add const overload of item() & add assertion in them. r=bz
...
--HG--
extra : rebase_source : 352b5fde0b0e35fa9474a4afaddc4da13c535383
2014-12-14 09:19:46 +11:00
Xidorn Quan
6213868258
Bug 1088489 - Separate wrapping frame construction items into a method. r=bz
...
--HG--
extra : rebase_source : bee1cea6a9f11399369fbebc0b17d96e0165841e
extra : source : 9950c01c8d222d2df50667ba44d0d821c321574c
2014-12-08 21:45:56 +11:00
Mats Palmgren
02e339c7a4
Skip the reftest for bug 1108104 on B2G. r=me
2014-12-14 21:33:54 +00:00
Chris Pearce
077f7aef2f
Bug 1111114 - Make EMEDecryptor clear its weak ref to its MediaDataDecoderCallback. r=kinetik
2014-12-15 09:16:31 +13:00
Ehsan Akhgari
0e6e105e69
Bug 1111242 - Use std::abs instead of fabsf in nsChildView.mm; r=josh
...
clang gives the following warning on these fabs usages:
absolute value function 'fabsf' given an argument of type 'CGFloat' (aka 'double') but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
--HG--
extra : amend_source : 1c2352555626c0b412bdd5c383074726f84e2c7b
2014-12-14 14:58:56 -05:00
Ehsan Akhgari
4261267599
Bug 1111239 - Remove a compiler check for an unsupported compiler from atomicops_internals_x86_msvc.h; r=josh
2014-12-14 14:58:41 -05:00
Ehsan Akhgari
9601e35dfd
Bug 1111255 - Remove some code specific to MSVC7 from MFBT; r=froydnj
...
--HG--
extra : amend_source : 3662850820de462e108212626dc7bc1c9e22122e
2014-12-14 14:58:13 -05:00
Ehsan Akhgari
298522e640
Bug 1111247 - Treat C++11 enum types as available on all MSVC versions; r=froydnj
...
Since we don't support anything older than MSVC2005...
--HG--
extra : amend_source : 80ad15c08f19448f8e896989392c78f1437e982d
2014-12-14 14:56:23 -05:00