mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 841873: Pref off CSS3 flexbox in release builds, by default. r=dbaron
This commit is contained in:
parent
567af6c177
commit
074223a8e7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user