Bug 1087562 - Enable layout.css.scroll-behavior.property-enabled for all platforms except fennec. r=roc

- Updated all.js to enable layout.css.scroll-behavior.property-enabled by
  default, except for Android / Fennec
This commit is contained in:
Kearwood (Kip) Gilbert 2014-10-27 12:39:00 +01:00
parent dc283da9e9
commit 80db8bc3b3

View File

@ -2124,7 +2124,7 @@ pref("layout.css.outline-style-auto.enabled", false);
pref("layout.css.scroll-behavior.enabled", true);
// Is the CSSOM-View scroll-behavior CSS property enabled?
pref("layout.css.scroll-behavior.property-enabled", false);
pref("layout.css.scroll-behavior.property-enabled", true);
// Tuning of the smooth scroll motion used by CSSOM-View scroll-behavior.
// Spring-constant controls the strength of the simulated MSD
@ -3300,6 +3300,7 @@ pref("print.print_extra_margin", 0); // twips
// CSSOM-View scroll-behavior smooth scrolling requires the C++ APZC
pref("layout.css.scroll-behavior.enabled", false);
pref("layout.css.scroll-behavior.property-enabled", false);
# ANDROID
#endif