Commit Graph

200220 Commits

Author SHA1 Message Date
Ehsan Akhgari
38a6ed7fd0 Bug 1055519 - Fix some more bad implicit constructors in layout and widget; r=roc 2014-08-20 00:58:22 -04:00
Ehsan Akhgari
759e985961 Bug 1055511 - Add a test case for ScriptProcessorNode.passThrough; r=roc 2014-08-20 00:57:37 -04:00
Ehsan Akhgari
baf5721bd1 Bug 1055367 - Move the code for AudioNodeStream and AudioNodeEngine to webaudio; r=roc
This code is specific to Web Audio, and is not really part of the
MediaStreamGraph code.  I've always hated how these files being in
two directories gets in the way while hacking on this code.

--HG--
rename : content/media/AudioNodeEngine.cpp => content/media/webaudio/AudioNodeEngine.cpp
rename : content/media/AudioNodeEngine.h => content/media/webaudio/AudioNodeEngine.h
rename : content/media/AudioNodeEngineNEON.cpp => content/media/webaudio/AudioNodeEngineNEON.cpp
rename : content/media/AudioNodeEngineNEON.h => content/media/webaudio/AudioNodeEngineNEON.h
rename : content/media/AudioNodeExternalInputStream.cpp => content/media/webaudio/AudioNodeExternalInputStream.cpp
rename : content/media/AudioNodeExternalInputStream.h => content/media/webaudio/AudioNodeExternalInputStream.h
rename : content/media/AudioNodeStream.cpp => content/media/webaudio/AudioNodeStream.cpp
rename : content/media/AudioNodeStream.h => content/media/webaudio/AudioNodeStream.h
2014-08-20 00:56:31 -04:00
Ehsan Akhgari
3bffba3b99 Bug 1050609 - Fix more bad implicit constructors in gfx/layers; r=roc 2014-08-20 00:55:14 -04:00
Seth Fowler
2534cf2221 Bug 35168 - Backout 4 changesets (e15a7a0c8f70, 852b5ce53278, f36adee1958f, 479ff28f783f) for B2G bustage and reftest failures ON A CLOSED TREE
--HG--
extra : amend_source : 2be4ad526c51311c6f03b2681dd3961c1502c303
2014-08-19 20:37:14 -07:00
Matthew Gregan
e2d4b1bffa Bug 1055407 - Accumlate SBR length rather than recomputing on each call. r=cajbir 2014-08-18 21:17:00 +12:00
Matthew Gregan
55ec65a5bd Bug 1050652 - WebM cluster offset calculation accounted for size of ID incorrectly. r=cajbir 2014-08-18 21:13:00 +12:00
Nicholas Nethercote
f08b52ede1 Bug 1054318 - Replace multiple addresses in paths when diffing memory reports. r=erahm.
--HG--
extra : rebase_source : 317c4b5c371ff084673d4ada81143b5a8955151a
2014-08-19 18:28:42 -07:00
Wes Kocher
5be2834107 Merge m-c to inbound a=merge 2014-08-19 18:26:32 -07:00
Wes Kocher
5751063f77 Merge m-c to inbound a=merge 2014-08-19 18:25:36 -07:00
Seth Fowler
396315207a Bug 35168 (Part 3) - Add dynamic tests for table part relative positioning. r=dbaron 2014-08-19 18:24:59 -07:00
Seth Fowler
e750b9b5ad Bug 35168 (Part 3) - Add tests for table part relative positioning. r=dbaron 2014-08-19 18:24:58 -07:00
Seth Fowler
d7be6c6847 Bug 35168 (Part 2) - Allow relative positioning of internal table objects. r=dbaron 2014-08-19 18:24:58 -07:00
Seth Fowler
d28a953fd4 Bug 35168 (Part 1) - Add GetNormalRect to nsIFrame. r=dbaron 2014-08-19 18:24:57 -07:00
Kartikaya Gupta
7be80289f4 Bug 1052063 - Add some tests to ensure layers with the same scrollid get the same APZC. r=botond 2014-08-19 21:17:10 -04:00
Kartikaya Gupta
56148e11f5 Bug 1052063 - Expand the APZCTreeManagerTester to take care of more boilerplate. r=botond 2014-08-19 21:17:10 -04:00
Kartikaya Gupta
25e89f6eaa Bug 1052063 - Avoid running multiple animation steps if there are multiple layers sharing an APZC. r=botond 2014-08-19 21:17:10 -04:00
Kartikaya Gupta
66c2355539 Bug 1052063 - Do a single pass over the APZC tree to advance animations before sampling. r=botond 2014-08-19 21:17:10 -04:00
Kartikaya Gupta
feedf75ded Bug 1052063 - Move the CSS transform into the ancestor transform. r=botond 2014-08-19 21:17:09 -04:00
Kartikaya Gupta
42300ca5d8 Bug 1052063 - Small changes to clarify the existing ancestor transform build-up. r=botond 2014-08-19 21:17:09 -04:00
Kartikaya Gupta
d0bdd89470 Bug 1052063 - Reverse the order of transforms applied for layers during composition. r=botond 2014-08-19 21:17:09 -04:00
Kartikaya Gupta
9449a0378b Bug 1052063 - Ensure the APZC instances track the cumulative hit test areas of all the layers they map to. r=botond 2014-08-19 21:17:09 -04:00
Kartikaya Gupta
9be6a0a26c Bug 1052063 - Prevent creating multiple APZC instances for the same ScrollableLayerGuid. r=botond 2014-08-19 21:17:08 -04:00
Bobby Holley
4b70ab69fd Bug 1036214 - Tests. r=bz
This whole test setup comes from bug 923904, so some of the things it's testing
need to be rejiggered (like the checkGlobal stuff).
2014-08-19 18:12:15 -07:00
Bobby Holley
12abd6ffbc Bug 1036214 - Do a subsumes check on object and any parameters (and things containing them) to JS-implemented WebIDL. r=bz 2014-08-19 18:12:15 -07:00
Shu-yu Guo
fd4bd58644 Bug 1054531 - Forgot a place in RematerializedFrame to propagate silentFailure. (r=nbp) 2014-08-19 17:28:04 -07:00
Bill McCloskey
98bdfe240c Bug 1046964 - Fix some JS warnings (r=ttaubert) 2014-08-19 17:27:58 -07:00
Bill McCloskey
6fe00b051a Bug 1050360 - Fix script blocker warning (r=smaug) 2014-08-19 17:24:55 -07:00
Bill McCloskey
20f413d371 Bug 1054840 - Ignore popups shown during onunload (r=felipe) 2014-08-19 17:24:21 -07:00
Neil Deakin
976c47bd24 Bug 1045000, don't set the previously focused element to a window, which can later cause the window to focus and bring itself to the front when the panel closes, r=dao 2014-08-19 20:01:41 -04:00
Neil Deakin
f67b827576 Bug 1045000, deminiaturize before making the window key to fix flickering window, r=smichaud 2014-08-19 20:01:32 -04:00
Andrew McCreight
07a26b75d3 Bug 1055154 - Add finer-grained LSan suppressions for WebRTC leaks. r=njn DONTBUILD 2014-08-19 16:46:01 -07:00
Eric Faust
b43e75447a Bug 1037770 - Stop erroneously defaulting property values for Object.defineProperty on a proxy. (r=jorendorff) 2014-08-19 16:14:08 -07:00
Jim Blandy
843828d672 Bug 1055206: Document meaning of null entries in drainAllocationsLog result. r=fitzgen 2014-08-19 15:55:32 -07:00
Nick Fitzgerald
05d876dcc4 Bug 1055206 - Handle null frames in Debugger::onLogAllocationSite. r=jimb 2014-08-19 15:52:02 -07:00
Kannan Vijayan
f99931196e Bug 1055152 - Remove calls to verifyReturnAddressUsingNativeToBytecodeMap() in JitFrameIterator. r=Waldo 2014-08-19 18:51:13 -04:00
Bill McCloskey
f6d0cb63f3 Bug 1053458 - Ignore failures sending Browser:Init message (r=felipe) 2014-08-19 15:48:58 -07:00
B2G Bumper Bot
8a736e112b Bumping manifests a=b2g-bump 2014-08-19 15:47:01 -07:00
B2G Bumper Bot
db4ce92bd0 Bumping manifests a=b2g-bump 2014-08-19 14:53:22 -07:00
B2G Bumper Bot
f825a3cc3a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0aa0d2ae3f0e
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #23050 from nullaus/bug1055228

bug 1055228 - Add download notification icon for states other than "down...

========

https://hg.mozilla.org/integration/gaia-central/rev/02002c395d85
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1055228 - Add download notification icon for states other than "downloading" and use it. r=qDot

========

https://hg.mozilla.org/integration/gaia-central/rev/e9c7fb71fdaf
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #22543 from jimporter/ringtones-mimetype

Bug 1045186 - [B2G][Ringtones] The user can not share ringtone through MMS

========

https://hg.mozilla.org/integration/gaia-central/rev/09e4910acb8e
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 1045186 - [B2G][Ringtones] The user can not share ringtone through MMS
2014-08-19 14:53:11 -07:00
Wes Kocher
b44b024b88 Backed out 8 changesets (bug 1015518, bug 900551, bug 1011518, bug 846200) for build bustage
Backed out changeset 59eb7edaa6ed (bug 1015518)
Backed out changeset 04a531d5647e (bug 1011518)
Backed out changeset 9ac939654549 (bug 1011518)
Backed out changeset 2f707489d892 (bug 900551)
Backed out changeset f2a0a448e563 (bug 900551)
Backed out changeset f130f54ea09a (bug 900551)
Backed out changeset 9d38e8901847 (bug 846200)
Backed out changeset 744da032a2de (bug 846200)
2014-08-19 14:49:02 -07:00
Kyle Machulis
fe7068249e Bug 1015518 - Update users of settings observer message field to use boolean; r=gene 2014-08-19 13:43:58 -07:00
Kyle Machulis
1879d0b8c2 Bug 1011518 - Fix SettingsService mochitests; r=bent 2014-08-19 13:43:58 -07:00
Kyle Machulis
07874a229d Bug 1011518 - Use SettingsRequestManager as SettingsService Backend; r=bent 2014-08-19 13:43:57 -07:00
Kyle Machulis
4ea1aae7ab Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan 2014-08-19 13:43:57 -07:00
Kyle Machulis
8ffaeb298b Bug 900551 - Add new permission for wallpaper setting; r=bent 2014-08-19 13:43:57 -07:00
Kyle Machulis
1221c808f3 Bug 900551 - Settings API OOP; r=bent 2014-08-19 13:43:57 -07:00
Kyle Machulis
0705deb2a1 Bug 846200 - Update mochitests to use new settings-api permissions; r=bent 2014-08-19 13:43:56 -07:00
Kyle Machulis
5fcce6638a Bug 846200 - Support for granting settings permissions on a per-permission basis; r=bent 2014-08-19 13:43:56 -07:00
Dave Hylands
05fb00374e Bug 1049240 - Integrate MTP with the AutoMounter. r=echou
--HG--
extra : rebase_source : a4d8cd8413ef1ea7dddb57fed87c723a923ea0bf
2014-08-19 13:41:35 -07:00