mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
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:
parent
708af8df5f
commit
0e99a69e5c
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user