зеркало из https://github.com/mozilla/gecko-dev.git
Bug 841873: Pref off CSS3 flexbox in release builds, by default. r=dbaron
This commit is contained in:
Родитель
0a60b3798a
Коммит
648e17e8b6
|
@ -1683,7 +1683,11 @@ pref("layout.css.supports-rule.enabled", true);
|
|||
#endif
|
||||
|
||||
// Is support for CSS Flexbox enabled?
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("layout.css.flexbox.enabled", false);
|
||||
#else
|
||||
pref("layout.css.flexbox.enabled", true);
|
||||
#endif
|
||||
|
||||
// Are sets of prefixed properties supported?
|
||||
pref("layout.css.prefixes.border-image", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче