Bug 796212 part 0: Add pref "layout.css.flexbox.enabled" to all.js, set to false. r=bz

This commit is contained in:
Daniel Holbert 2012-10-02 22:04:49 -07:00
parent 378a61052d
commit 5f1b3f4282

View File

@ -1605,6 +1605,9 @@ pref("layout.css.devPixelsPerPx", "-1.0");
// Is support for the the @supports rule enabled?
pref("layout.css.supports-rule.enabled", true);
// Is support for CSS Flexbox enabled?
pref("layout.css.flexbox.enabled", false);
// pref for which side vertical scrollbars should be on
// 0 = end-side in UI direction
// 1 = end-side in document/content direction