Back out changesets 6ea87def95b9 and 288ad0365a5e (bug 980770, enable OMT animations) for frequently-intermittent Mac talos glterrain crashes, on a CLOSED TREE.

This commit is contained in:
L. David Baron 2015-04-01 22:35:47 -07:00
parent 708af8df5f
commit 0e99a69e5c
2 changed files with 0 additions and 5 deletions

View File

@ -25,4 +25,3 @@ skip-if = buildapp == 'mulet'
[css-transitions/test_element-get-animation-players.html]
skip-if = buildapp == 'mulet'
[mozilla/test_deferred_start.html]
skip-if = os == 'linux' && e10s && buildapp == 'browser' # bug 1150351

View File

@ -4049,11 +4049,7 @@ pref("layers.offmainthreadcomposition.testing.enabled", false);
pref("layers.offmainthreadcomposition.force-basic", false);
// Whether to animate simple opacity and transforms on the compositor
#ifdef RELEASE_BUILD
pref("layers.offmainthreadcomposition.async-animations", false);
#else
pref("layers.offmainthreadcomposition.async-animations", true);
#endif
// Whether to log information about off main thread animations to stderr
pref("layers.offmainthreadcomposition.log-animations", false);