commit 9b36cfda56c99cbd06735e4fa9277c8604a20706
parent bc0458bdc99c40e258a8776413832bca4b8ba49d
Author: Nikki Sharpley <nsharpley@mozilla.com>
Date: Wed, 3 Dec 2025 16:22:07 +0000
Bug 2003844 - Flip browser.tabs.dragDrop.multiselectStacking pref to true by default. r=tabbrowser-reviewers,sclements
Differential Revision: https://phabricator.services.mozilla.com/D274952
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
@@ -1069,11 +1069,7 @@ pref("browser.tabs.dragDrop.expandGroup.delayMS", 350);
pref("browser.tabs.dragDrop.selectTab.delayMS", 350);
pref("browser.tabs.dragDrop.pinInteractionCue.delayMS", 500);
pref("browser.tabs.dragDrop.moveOverThresholdPercent", 80);
-#ifdef NIGHTLY_BUILD
pref("browser.tabs.dragDrop.multiselectStacking", true);
-#else
-pref("browser.tabs.dragDrop.multiselectStacking", false);
-#endif
pref("browser.tabs.firefox-view.logLevel", "Warn");