tor-browser

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

commit af0f713f785417023666ef557e856b3a9d132041
parent 56d04b3948c749a08a75afe9975ff782ea66d99f
Author: Erik Nordin <enordin@mozilla.com>
Date:   Mon, 24 Nov 2025 22:19:46 +0000

Bug 2002047 - Add "aurora" variant to MOZ_UPDATE_CHANNEL typescript definition r=Gijs

This patch adds the "aurora" variant to the `MOZ_UPDATE_CHANNEL`
typescript definition, which was previously missing.

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

Diffstat:
Mtools/@types/subs/AppConstants.sys.d.mts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/@types/subs/AppConstants.sys.d.mts b/tools/@types/subs/AppConstants.sys.d.mts @@ -122,7 +122,7 @@ export const AppConstants: Readonly<{ MOZ_BUILD_APP: "browser"; MOZ_MACBUNDLE_ID: "org.mozilla.firefox"; MOZ_MACBUNDLE_NAME: "Firefox.app"; - MOZ_UPDATE_CHANNEL: "nightly" | "beta" | "release" | "esr" | "default" | "unofficial"; + MOZ_UPDATE_CHANNEL: "nightly" | "beta" | "aurora" | "release" | "esr" | "default" | "unofficial"; MOZ_WIDGET_TOOLKIT: "android" | "cocoa" | "gtk" | "windows" | "uikit"; DEBUG_JS_MODULES: string;