tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit fb7c472263027e9cb59d9abf9030b50ecefc8ca9
parent 4f3978d23032fa24e473fff17fa8c8c80ee34922
Author: Sam Foster <sfoster@mozilla.com>
Date:   Mon,  1 Dec 2025 07:09:08 +0000

Bug 2001500 - Make sure the places history sidebar test runs with sidebar.revamp=false. r=places-reviewers,Standard8

Differential Revision: https://phabricator.services.mozilla.com/D274154

Diffstat:
Mbrowser/components/places/tests/browser/browser_sidebar_history_telemetry.js | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/browser/components/places/tests/browser/browser_sidebar_history_telemetry.js b/browser/components/places/tests/browser/browser_sidebar_history_telemetry.js @@ -23,6 +23,11 @@ let gResponse = 1; })(); add_setup(async function () { + // This test is specific to the legacy history sidebar. For equivalent telemetry for + // the new sidebar and history panel implementation, see bug 2002108. + await SpecialPowers.pushPrefEnv({ + set: [["sidebar.revamp", false]], + }); await PlacesUtils.history.clear(); // Visited pages listed by descending visit date.