зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1368555. Let -webkit-appearance ride the trains in v63. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D6765 --HG-- extra : rebase_source : 5fd575a64823079bc61f8f953bb871a282c6a1b7
This commit is contained in:
Родитель
7109f4c420
Коммит
e65c479846
|
@ -659,17 +659,11 @@ VARCACHE_PREF(
|
|||
)
|
||||
|
||||
// Is the '-webkit-appearance' alias for '-moz-appearance' enabled?
|
||||
#ifdef EARLY_BETA_OR_EARLIER
|
||||
#define PREF_VALUE true
|
||||
#else
|
||||
#define PREF_VALUE false
|
||||
#endif
|
||||
VARCACHE_PREF(
|
||||
"layout.css.webkit-appearance.enabled",
|
||||
layout_css_webkit_appearance_enabled,
|
||||
bool, PREF_VALUE
|
||||
bool, true
|
||||
)
|
||||
#undef PREF_VALUE
|
||||
|
||||
// Pref to control whether @-moz-document rules are enabled in content pages.
|
||||
VARCACHE_PREF(
|
||||
|
|
Загрузка…
Ссылка в новой задаче