tor-browser

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

commit 357d6c65512c28b214878ee03fe27e7d009c8c60
parent 22992649904587fd690db28ff42631b03c36feba
Author: Jens Stutte <jstutte@mozilla.com>
Date:   Tue, 23 Dec 2025 08:36:19 +0000

Bug 1997846 - Check MOZ_NORMANDY also for Normandy.uninit. r=nimbus-reviewers,beth

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

Diffstat:
Mbrowser/components/BrowserComponents.manifest | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/browser/components/BrowserComponents.manifest b/browser/components/BrowserComponents.manifest @@ -95,7 +95,9 @@ category browser-quit-application-granted moz-src:///browser/components/places/I category browser-quit-application-granted moz-src:///browser/components/pagedata/PageDataService.sys.mjs PageDataService.uninit category browser-quit-application-granted resource://gre/modules/PageThumbs.sys.mjs PageThumbs.uninit category browser-quit-application-granted resource://gre/modules/NewTabUtils.sys.mjs NewTabUtils.uninit +#ifdef MOZ_NORMANDY category browser-quit-application-granted resource://normandy/Normandy.sys.mjs Normandy.uninit +#endif category browser-quit-application-granted resource://gre/modules/RFPHelper.sys.mjs RFPHelper.uninit category browser-quit-application-granted resource:///modules/asrouter/ASRouterNewTabHook.sys.mjs ASRouterNewTabHook.destroy category browser-quit-application-granted moz-src:///browser/components/search/SERPCategorization.sys.mjs SERPCategorization.uninit