mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
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:
parent
9971833207
commit
5fa5b34974
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user