From 5f1b3f42828b6c59b3a7dba0adc53e661a45870c Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Tue, 2 Oct 2012 22:04:49 -0700 Subject: [PATCH] Bug 796212 part 0: Add pref "layout.css.flexbox.enabled" to all.js, set to false. r=bz --- modules/libpref/src/init/all.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 408f2cfe0ede..2fb9afc5d869 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -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