tor-browser

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

commit 7f9ee51ed05aa2d1e7891d36e7a2bc04ed0550f3
parent eb1df5971c888e15dc9d581a1ed15fb7e25ff954
Author: Andreas Farre <farre@mozilla.com>
Date:   Fri,  7 Nov 2025 09:00:11 +0000

Bug 1998860 - Enable test for early beta or earlier. r=smaug,webidl

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

Diffstat:
Mdom/tests/mochitest/general/test_interfaces.js | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dom/tests/mochitest/general/test_interfaces.js b/dom/tests/mochitest/general/test_interfaces.js @@ -999,49 +999,49 @@ let interfaceNamesInGlobalScope = [ { name: "NavigateEvent", insecureContext: true, - nightly: true, + earlyBetaOrEarlier: true, sessionHistoryInParent: true, }, // IMPORTANT: Do not change this list without review from a DOM peer! { name: "Navigation", insecureContext: true, - nightly: true, + earlyBetaOrEarlier: true, sessionHistoryInParent: true, }, // IMPORTANT: Do not change this list without review from a DOM peer! { name: "NavigationActivation", insecureContext: true, - nightly: true, + earlyBetaOrEarlier: true, sessionHistoryInParent: true, }, // IMPORTANT: Do not change this list without review from a DOM peer! { name: "NavigationCurrentEntryChangeEvent", insecureContext: true, - nightly: true, + earlyBetaOrEarlier: true, sessionHistoryInParent: true, }, // IMPORTANT: Do not change this list without review from a DOM peer! { name: "NavigationDestination", insecureContext: true, - nightly: true, + earlyBetaOrEarlier: true, sessionHistoryInParent: true, }, // IMPORTANT: Do not change this list without review from a DOM peer! { name: "NavigationHistoryEntry", insecureContext: true, - nightly: true, + earlyBetaOrEarlier: true, sessionHistoryInParent: true, }, // IMPORTANT: Do not change this list without review from a DOM peer! { name: "NavigationPrecommitController", insecureContext: true, - nightly: true, + earlyBetaOrEarlier: true, sessionHistoryInParent: true, }, // IMPORTANT: Do not change this list without review from a DOM peer! @@ -1050,7 +1050,7 @@ let interfaceNamesInGlobalScope = [ { name: "NavigationTransition", insecureContext: true, - nightly: true, + earlyBetaOrEarlier: true, sessionHistoryInParent: true, }, // IMPORTANT: Do not change this list without review from a DOM peer! @@ -1820,7 +1820,7 @@ let interfaceNamesInGlobalScope = [ { name: "navigation", insecureContext: true, - nightly: true, + earlyBetaOrEarlier: true, sessionHistoryInParent: true, }, // IMPORTANT: Do not change this list without review from a DOM peer!