Граф коммитов

414703 Коммитов

Автор SHA1 Сообщение Дата
Brian Smith a0437d5b8f Bug 1146057: Remove support for GCC 4.6, r=keeler
Since Gecko now requires GCC 4.7 or later, we no longer need to
work around the lack of support for "override" and "final" in
earlier versions of GCC.

--HG--
extra : rebase_source : 0f104f16be9e7c1ff87bbdd0d4ba6700b1081fb8
2015-03-30 20:18:46 -10:00
Mason Chang d89cf35a31 Bug 1144317 - Enable vsync refresh driver on Windows. r=kats 2015-04-01 21:34:35 -07:00
Cameron McCormack 573008d81b Bug 1145912 - Wait for animations to start before continuing in subtests that assume they are running. r=birtles 2015-04-02 14:56:14 +11:00
L. David Baron b3ed399cec Bug 980770 - Enable off-main-thread animations on all platforms with off-main-thread compositing, for nightly/aurora. r=birtles 2015-04-01 20:30:18 -07:00
Brian Birtles f09556d158 Bug 1149906 - Consider play-pending animations to be playing as well r=dbaron 2015-04-01 17:22:02 +09:00
L. David Baron 953d3f8dfc Bug 1150288 - Restore old behavior of mIsPreviousStateFinished into a new variable, since we need it in CanThrottle. r=birtles
(I don't understand the motivation for the changes to how it was set,
but this just switches to having two variables for the two uses.)

This fixes the test failures in test_animations_omta.html with OMT
animations enabled.
2015-04-01 20:30:17 -07:00
Wes Kocher 2f6554bf7c Backed out 20 changesets (bug 1138499, bug 1148750, bug 1149563, bug 1148652, bug 1123875, bug 1145636, bug 1147660, bug 1148568, bug 1142828) for talos other timeouts CLOSED TREE
Backed out changeset 3fc49391f7fe (bug 1148750)
Backed out changeset 75e867c1c39e (bug 1148750)
Backed out changeset 7f6a4e3976f0 (bug 1148750)
Backed out changeset 91d726011835 (bug 1149563)
Backed out changeset fc7c3cf0e526 (bug 1148652)
Backed out changeset 35a01c7e0f8d (bug 1148652)
Backed out changeset 3125cc5a7a65 (bug 1148652)
Backed out changeset a9f10724b83b (bug 1148568)
Backed out changeset 87132a806ab0 (bug 1147660)
Backed out changeset e6b410c7b847 (bug 1147660)
Backed out changeset c350fe54d9c0 (bug 1147660)
Backed out changeset e4b971996b94 (bug 1147660)
Backed out changeset f221db19fb75 (bug 1147660)
Backed out changeset c4599f0cff00 (bug 1142828)
Backed out changeset c7388a9c3935 (bug 1138499)
Backed out changeset 9b51b38317d6 (bug 1138499)
Backed out changeset ad243a3cd06f (bug 1138499)
Backed out changeset fafda276abd9 (bug 1138499)
Backed out changeset 0a00470fdc2a (bug 1145636)
Backed out changeset 06dbe25231c2 (bug 1123875)

--HG--
extra : amend_source : be3290b09642feacd7f517f1e354126b2e905998
2015-04-01 19:17:45 -07:00
Eric Rahm 6aaa172f43 Bug 1150247 - Check if value is function before binding. r=ato
Rather than attempting to bind non-functions and catching the exception this
explicitly checks if it is a function. This helps reduce memory consumption
needed for the exception stack traces. Realistically that will go away when GC
is run, but it throws off memory measurments prior to that.
2015-04-01 18:58:21 -07:00
Wes Kocher fe55b9fca2 Merge m-c to inbound a=merge 2015-04-01 18:19:18 -07:00
Shian-Yow Wu 62f8ad8aab Bug 1148503 - Test PAC Generator on B2G only. r=mcmanus 2015-04-02 09:17:59 +08:00
Wes Kocher 517ab31499 Merge b2ginbound to m-c a=merge 2015-04-01 18:12:03 -07:00
Wes Kocher 5d721ab157 Merge inbound to m-c a=merge 2015-04-01 17:54:45 -07:00
Bill McCloskey e55b3abff3 Bug 1128457 - Make sure received messages are dispatched during timeouts (r=dvander) 2015-04-01 17:37:14 -07:00
Bill McCloskey 8ca51dad9f Bug 1146033 - Fix Reflect.parse default parameters (r=Waldo) 2015-04-01 17:37:13 -07:00
Bill McCloskey 741a56ff2e Bug 1146032 - Fix comprehension name location in Reflect.parse (r=Waldo) 2015-04-01 17:37:13 -07:00
Bill McCloskey 57d4ddaaa8 Bug 1147235 - Use AppConstants in urlbarBindings.xml (r=gavin) 2015-04-01 17:37:13 -07:00
Jeff Muizelaar 7b3713ac22 Bug 1150124. Move WARP reporter closer to actually testing WARP.
--HG--
extra : rebase_source : 77e06fb577ef85ebfb48f6be0ad790ae51447de3
2015-04-01 16:44:13 -04:00
Eddy Bruël d877851987 Bug 1092102 - Implement WorkerDebugger.isFrozen;r=khuey 2015-04-01 20:32:20 +02:00
Vladimir Vukicevic 0e15f05bda Bug 1149781; Update Oculus runtime for new SDK 0.5; r=jrmuizel 2015-04-01 16:02:21 -04:00
Vladimir Vukicevic 22acc69566 Bug 1149566; disable e10s if dom.vr.enabled is true; r=mconley 2015-04-01 16:02:20 -04:00
Vladimir Vukicevic 24157e2002 Bug 1148009; Add support for Cardboard (and other rotation-sensor based VR) in Firefox for Android; r=jrmuizel 2015-04-01 16:02:20 -04:00
Vladimir Vukicevic 32d8dbc20e Bug 1144674; Implement HAL support for ROTATION_VECTOR and GAME_ROTATION_VECTOR sensors; r=snorp 2015-04-01 16:02:20 -04:00
Vladimir Vukicevic 9a93b6f1a0 Bug 1148009; [webvr] Add Quaternion class to Moz2D; r=jrmuizel 2015-04-01 16:02:20 -04:00
Vladimir Vukicevic 38b7f3cc8e No bug; add .pdb to gitignore 2015-04-01 16:02:20 -04:00
Vladimir Vukicevic 1e5251137d Bug 1148009; [webvr] Move distortion vertex struct into more generic system; r=jrmuizel 2015-04-01 16:02:20 -04:00
Vladimir Vukicevic 8e37e99593 Bug 1148009; [webvr] Split out gfxVROculus from gfxVR, refactor VRHMDManager; r=jrmuizel 2015-04-01 16:02:20 -04:00
Vladimir Vukicevic a559c4a0eb Bug 1148009; [webvr] Move gfx vr code to gfx/vr; r=jrmuizel 2015-04-01 16:02:20 -04:00
Vladimir Vukicevic 223017214a Bug 1148005; Update WebVR APIs based on latest spec changes; r=baku 2015-04-01 16:02:20 -04:00
Neil Deakin 174822e82b Bug 1150038, add a waitForFocus to this test, r=test-only-change 2015-04-01 15:45:54 -04:00
David Parks 3fe715e93a Bug 1075670 - Make event.screen[XY] work in content processes (r=smaug,kats,tn,joshmoz) 2015-04-01 12:36:41 -07:00
Wes Kocher 9a5e98b683 Backed out changeset bad0f7f06864 (bug 1145218) for windows reftest failures CLOSED TREE
--HG--
extra : amend_source : cd100399f17d38a58d10958b8cf21e45a53740ca
2015-04-01 11:36:19 -07:00
Wes Kocher dd9e1fd48f Backed out changeset 2bf6b633b054 (bug 1145218) 2015-04-01 11:36:17 -07:00
B2G Bumper Bot a0639d9c4d Bumping manifests a=b2g-bump 2015-04-01 10:53:14 -07:00
B2G Bumper Bot 9ed58960a0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/800a7cc9e5d1
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #29205 from benfrancis/1148442

Bug 1148442 - Add support for the W3C icons property to <gaia-grid> r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/9f75f20deddc
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 1148442 - Add support for the W3C icons property to <gaia-grid> r=kgrandon
2015-04-01 10:50:36 -07:00
Bas Schouten 87292f976a Bug 1149864: Do not attempt to create any D3D11 device when safemode is turned on. r=jrmuizel 2015-04-01 19:45:58 +02:00
Wes Kocher 534c6baa87 Backed out changeset 429f4e9d44dc (bug 1149811) for test failures CLOSED TREE 2015-04-01 10:25:04 -07:00
Wes Kocher 459b664c21 Backed out 8 changesets (bug 679939) for test failures
Backed out changeset 4a1a45bc093a (bug 679939)
Backed out changeset 5336ae0fe919 (bug 679939)
Backed out changeset 4cbcb40e0ef4 (bug 679939)
Backed out changeset 3bc68cf4610b (bug 679939)
Backed out changeset ec2d863a3df9 (bug 679939)
Backed out changeset 4425a55312c6 (bug 679939)
Backed out changeset d3793e00b41f (bug 679939)
Backed out changeset 872edd1aedf7 (bug 679939)
2015-04-01 10:24:42 -07:00
B2G Bumper Bot f6e47878e6 Bumping manifests a=b2g-bump 2015-04-01 10:08:04 -07:00
B2G Bumper Bot 5ef70825b9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/94966619791a
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1142572 - merge pull request #29270 from sfoster:manifest-displayname-r2-bug-1142572 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/65c97528fba7
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1142572 - Use ManifestHelper's displayName instead of short_name
2015-04-01 10:05:30 -07:00
Ryan VanderMeulen e5afe92d0f Merge m-c to fx-team. a=merge 2015-04-01 12:44:33 -04:00
Ryan VanderMeulen 89087abfec Merge m-c to b2g-inbound. a=merge 2015-04-01 12:41:23 -04:00
Ryan VanderMeulen fc845bd84b Merge inbound to m-c. a=merge 2015-04-01 12:34:21 -04:00
B2G Bumper Bot fbf3a9366a Bumping manifests a=b2g-bump 2015-04-01 09:17:43 -07:00
B2G Bumper Bot 63344bb101 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3361612cc3d3
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #29256 from ferjm/bug1149082.ltr-rtlcontacts

Bug 1149082 - [RTL][Contacts]The LTR mode will appear firstly when launc...

========

https://hg.mozilla.org/integration/gaia-central/rev/dbf5b69042fe
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1149082 - [RTL][Contacts]The LTR mode will appear firstly when launch Contacts app. r=francisco
2015-04-01 09:15:06 -07:00
B2G Bumper Bot 0bf89ff986 Bumping manifests a=b2g-bump 2015-04-01 08:58:04 -07:00
B2G Bumper Bot 3913b8e013 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/863b056250f6
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1149234 - merge pull request #29269 from punamdahiya:Bug1149234 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/0cb02b250484
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1149234 - [Gallery] Enable Apply button on selecting more aspect ratio in crop edit tool r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/156ee3ca398a
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1140220 - merge pull request #29267 from punamdahiya:Bug1140220 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/0ef2465416c9
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1140220 - [Camera][RTL] Mirror confirmation buttons in RTL mode r=wilsonpage
2015-04-01 08:55:28 -07:00
B2G Bumper Bot 41f336879b Bumping manifests a=b2g-bump 2015-04-01 08:28:04 -07:00
B2G Bumper Bot d2937a5f48 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0ff29af23a01
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1149083 - merge pull request #29255 from gabrielesvelto:bug-1149083-no-speed-dial-during-call to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/fa2d0f27c454
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1149083 - Disable abbreviated dialing codes detection when on a call r=thills
2015-04-01 08:25:29 -07:00
B2G Bumper Bot 56285c7c94 Bumping manifests a=b2g-bump 2015-04-01 07:52:47 -07:00
B2G Bumper Bot fc8e267e78 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8cd15c70d9ff
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1149662 - merge pull request #29261 from ferjm:bug1149662.evictcachelocale to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/eb590aaa2d29
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1149662 - [Contacts] Evict the cache when the locale code changes. r=francisco
2015-04-01 07:50:12 -07:00