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

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

View File

@ -2121,7 +2121,7 @@ pref("layout.css.box-decoration-break.enabled", true);
pref("layout.css.outline-style-auto.enabled", false);
// Is CSSOM-View scroll-behavior and its MSD smooth scrolling enabled?
pref("layout.css.scroll-behavior.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);
@ -3298,6 +3298,9 @@ pref("print.print_paper_size", 0);
// around the content of the page for Print Preview only
pref("print.print_extra_margin", 0); // twips
// CSSOM-View scroll-behavior smooth scrolling requires the C++ APZC
pref("layout.css.scroll-behavior.enabled", false);
# ANDROID
#endif