зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
5870eaf32d
Коммит
6ea2cab4ee
|
@ -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(
|
||||
|
|
Загрузка…
Ссылка в новой задаче