зеркало из https://github.com/mozilla/gecko-dev.git
Bug 814530 - Disable @supports on Release and Beta. r=dbaron
This commit is contained in:
Родитель
319f599ae0
Коммит
73b44be310
|
@ -1639,7 +1639,11 @@ pref("layout.css.dpi", -1);
|
|||
pref("layout.css.devPixelsPerPx", "-1.0");
|
||||
|
||||
// Is support for the the @supports rule enabled?
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("layout.css.supports-rule.enabled", false);
|
||||
#else
|
||||
pref("layout.css.supports-rule.enabled", true);
|
||||
#endif
|
||||
|
||||
// Is support for CSS Flexbox enabled?
|
||||
pref("layout.css.flexbox.enabled", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче