mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
dc283da9e9
commit
80db8bc3b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user