Bug 916315 - Enable CSS sticky positioning in release desktop builds. r=dbaron

- CSS Sticky positioning has already been enabled for B2G.
- This patch enables the layout.css.sticky.enabled preference by default for
  desktop builds.
This commit is contained in:
Kearwood (Kip) Gilbert 2014-05-06 16:55:00 -04:00
parent 933f7c4829
commit 370cec5909

View File

@ -1814,11 +1814,7 @@ pref("layout.css.supports-rule.enabled", true);
pref("layout.css.filters.enabled", false);
// Is support for CSS sticky positioning enabled?
#ifdef RELEASE_BUILD
pref("layout.css.sticky.enabled", false);
#else
pref("layout.css.sticky.enabled", true);
#endif
// Is support for CSS "will-change" enabled?
pref("layout.css.will-change.enabled", false);