From 5013533ad87161d13a4d29fe609ca7f41a4fa7be Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Thu, 12 Jun 2025 11:51:50 +0200 Subject: [PATCH] perf: Re-enable msd physics for smooth scrolling, b=no-bug, c=no-component --- src/browser/app/profile/smoothscroll.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/browser/app/profile/smoothscroll.inc b/src/browser/app/profile/smoothscroll.inc index fc1d5b930..9a322e693 100644 --- a/src/browser/app/profile/smoothscroll.inc +++ b/src/browser/app/profile/smoothscroll.inc @@ -2,6 +2,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +pref("general.smoothScroll.msdPhysics.enabled", true); pref("general.smoothScroll.currentVelocityWeighting", "0.15"); pref("general.smoothScroll.stopDecelerationWeighting", "0.6"); pref("mousewheel.min_line_scroll_amount", 10);