Bug 1337655 part 2: Turn off moz-prefixed CSS gradient functions for nightly. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D13298

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Daniel Holbert 2018-11-29 18:27:30 +00:00
Родитель 5870eaf32d
Коммит 6ea2cab4ee
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -714,12 +714,18 @@ VARCACHE_PREF(
bool, true
)
// Is -moz-prefixed gradient functions enabled?
// Are -moz-prefixed gradient functions enabled?
#ifdef EARLY_BETA_OR_EARLIER
# define PREF_VALUE false
#else
# define PREF_VALUE true
#endif
VARCACHE_PREF(
"layout.css.prefixes.gradients",
layout_css_prefixes_gradients,
bool, true
bool, PREF_VALUE
)
#undef PREF_VALUE
// Whether the offset-* logical property aliases are enabled.
VARCACHE_PREF(