Bug 1891797 - Close duplicate tabs from the context menu. r=tabbrowser-reviewers,fluent-reviewers,dao,flod

Differential Revision: https://phabricator.services.mozilla.com/D207633
This commit is contained in:
Emilio Cobos Álvarez
2024-04-19 13:31:38 +00:00
parent 1116d3fec7
commit 538ba79a1d
9 changed files with 228 additions and 19 deletions

View File

@@ -2228,6 +2228,13 @@ pref("privacy.exposeContentTitleInWindow.pbm", true);
// Run media transport in a separate process?
pref("media.peerconnection.mtransport_process", true);
// Whether the "Close duplicate tabs" tab context menu is enabled.
#ifdef NIGHTLY_BUILD
pref("browser.tabs.context.close-duplicate.enabled", true);
#else
pref("browser.tabs.context.close-duplicate.enabled", false);
#endif
// For speculatively warming up tabs to improve perceived
// performance while using the async tab switcher.
pref("browser.tabs.remote.warmup.enabled", true);