tor-browser

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

commit 6c59a371887abb1a0ae0891984875508870f0cb8
parent 5a0e415cfc3fb41872974e47db748854155a2456
Author: Charlotte <69423184+tqpcharlie@users.noreply.github.com>
Date:   Tue,  6 Jan 2026 05:11:09 +0000

Bug 1624647 - Rename MOZ_FENNEC to MOZ_GECKOVIEW r=geckoview-reviewers,extension-reviewers,m_kato,robwu

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

Diffstat:
Mtoolkit/content/jar.mn | 4++--
Mtoolkit/content/moz.build | 2+-
Mtoolkit/locales/jar.mn | 6+++---
Mtoolkit/locales/moz.build | 2+-
Mtoolkit/mozapps/extensions/jar.mn | 2+-
Mtoolkit/mozapps/extensions/moz.build | 2+-
6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn @@ -52,7 +52,7 @@ toolkit.jar: content/global/buildconfig.css content/global/colorpicker.html content/global/contentAreaUtils.js -#ifndef MOZ_FENNEC +#ifndef MOZ_GECKOVIEW content/global/editMenuOverlay.js #endif content/global/filepicker.properties @@ -73,7 +73,7 @@ toolkit.jar: content/global/TopLevelVideoDocument.js content/global/datetimepicker.xhtml content/global/treeUtils.js -#ifndef MOZ_FENNEC +#ifndef MOZ_GECKOVIEW content/global/viewZoomOverlay.js #endif content/global/widgets.css diff --git a/toolkit/content/moz.build b/toolkit/content/moz.build @@ -37,7 +37,7 @@ if CONFIG["MOZ_INSTALL_TRACKING"]: DEFINES["MOZ_INSTALL_TRACKING"] = 1 if CONFIG["MOZ_BUILD_APP"] == "mobile/android": - DEFINES["MOZ_FENNEC"] = True + DEFINES["MOZ_GECKOVIEW"] = True JAR_MANIFESTS += ["jar.mn"] diff --git a/toolkit/locales/jar.mn b/toolkit/locales/jar.mn @@ -26,10 +26,10 @@ locale/@AB_CD@/global/filepicker.properties (%chrome/global/filepicker.properties) locale/@AB_CD@/global/intl.css (%chrome/global/intl.css) locale/@AB_CD@/global/keys.properties (%chrome/global/keys.properties) -#ifndef MOZ_FENNEC +#ifndef MOZ_GECKOVIEW locale/@AB_CD@/global/narrate.properties (%chrome/global/narrate.properties) #endif -#if !defined(XP_WIN) && !defined(MOZ_FENNEC) +#if !defined(XP_WIN) && !defined(MOZ_GECKOVIEW) locale/@AB_CD@/global/printdialog.properties (%chrome/global/printdialog.properties) #endif locale/@AB_CD@/global/resetProfile.properties (%chrome/global/resetProfile.properties) @@ -46,7 +46,7 @@ locale/@AB_CD@/mozapps/downloads/unknownContentType.properties (%chrome/mozapps/downloads/unknownContentType.properties) locale/@AB_CD@/mozapps/downloads/downloads.properties (%chrome/mozapps/downloads/downloads.properties) locale/@AB_CD@/mozapps/profile/profileSelection.properties (%chrome/mozapps/profile/profileSelection.properties) -#ifndef MOZ_FENNEC +#ifndef MOZ_GECKOVIEW locale/@AB_CD@/mozapps/update/updates.properties (%chrome/mozapps/update/updates.properties) #endif % locale alerts @AB_CD@ %locale/@AB_CD@/alerts/ diff --git a/toolkit/locales/moz.build b/toolkit/locales/moz.build @@ -8,7 +8,7 @@ with Files("**"): BUG_COMPONENT = ("Firefox Build System", "General") if CONFIG["MOZ_BUILD_APP"] == "mobile/android": - DEFINES["MOZ_FENNEC"] = True + DEFINES["MOZ_GECKOVIEW"] = True if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk": DEFINES["MOZ_GTK"] = True diff --git a/toolkit/mozapps/extensions/jar.mn b/toolkit/mozapps/extensions/jar.mn @@ -4,7 +4,7 @@ toolkit.jar: % content mozapps %content/mozapps/ -#ifndef MOZ_FENNEC +#ifndef MOZ_GECKOVIEW content/mozapps/extensions/OpenH264-license.txt (content/OpenH264-license.txt) content/mozapps/extensions/aboutaddons.html (content/aboutaddons.html) content/mozapps/extensions/aboutaddons.js (content/aboutaddons.js) diff --git a/toolkit/mozapps/extensions/moz.build b/toolkit/mozapps/extensions/moz.build @@ -13,7 +13,7 @@ if CONFIG["MOZ_BUILD_APP"] == "browser": DEFINES["MOZ_BUILD_APP_IS_BROWSER"] = True if CONFIG["MOZ_BUILD_APP"] == "mobile/android": - DEFINES["MOZ_FENNEC"] = True + DEFINES["MOZ_GECKOVIEW"] = True DIRS += [ "internal",