Loading browser/components/BrowserComponents.manifest +0 −2 Original line number Diff line number Diff line Loading @@ -158,7 +158,6 @@ category browser-first-window-ready moz-src:///toolkit/profile/ProfilesDatastore category browser-first-window-ready resource:///modules/profiles/SelectableProfileService.sys.mjs SelectableProfileService.init category browser-first-window-ready moz-src:///browser/components/protections/ContentBlockingPrefs.sys.mjs ContentBlockingPrefs.init category browser-first-window-ready moz-src:///toolkit/components/captchadetection/CaptchaDetectionPingUtils.sys.mjs CaptchaDetectionPingUtils.init category browser-first-window-ready moz-src:///browser/components/ipprotection/IPProtectionHelpers.sys.mjs IPProtectionActivator.init category browser-first-window-ready moz-src:///browser/components/customizableui/SearchWidgetTracker.sys.mjs SearchWidgetTracker.init #ifdef MOZ_SANDBOX #ifdef XP_LINUX Loading Loading @@ -213,7 +212,6 @@ category browser-quit-application-granted moz-src:///browser/components/search/S category browser-quit-application-granted resource://gre/modules/UpdateListener.sys.mjs UpdateListener.reset #endif category browser-quit-application-granted moz-src:///browser/components/urlbar/UrlbarSearchTermsPersistence.sys.mjs UrlbarSearchTermsPersistence.uninit category browser-quit-application-granted moz-src:///browser/components/ipprotection/IPProtectionHelpers.sys.mjs IPProtectionActivator.uninit category search-service-notification moz-src:///browser/components/search/SearchUIUtils.sys.mjs SearchUIUtils.showSearchServiceNotification Loading toolkit/components/moz.build +3 −2 Original line number Diff line number Diff line Loading @@ -143,8 +143,9 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] not in ("android", "windows"): if CONFIG["MOZ_BUILD_APP"] == "browser": DIRS += ["messaging-system", "normandy"] if CONFIG["MOZ_BUILD_APP"] != "comm/mail": DIRS += ["ipprotection"] # tor-browser#44528 Disable IP protection feature # if CONFIG["MOZ_BUILD_APP"] != "comm/mail": # DIRS += ["ipprotection"] DIRS += ["nimbus"] Loading Loading
browser/components/BrowserComponents.manifest +0 −2 Original line number Diff line number Diff line Loading @@ -158,7 +158,6 @@ category browser-first-window-ready moz-src:///toolkit/profile/ProfilesDatastore category browser-first-window-ready resource:///modules/profiles/SelectableProfileService.sys.mjs SelectableProfileService.init category browser-first-window-ready moz-src:///browser/components/protections/ContentBlockingPrefs.sys.mjs ContentBlockingPrefs.init category browser-first-window-ready moz-src:///toolkit/components/captchadetection/CaptchaDetectionPingUtils.sys.mjs CaptchaDetectionPingUtils.init category browser-first-window-ready moz-src:///browser/components/ipprotection/IPProtectionHelpers.sys.mjs IPProtectionActivator.init category browser-first-window-ready moz-src:///browser/components/customizableui/SearchWidgetTracker.sys.mjs SearchWidgetTracker.init #ifdef MOZ_SANDBOX #ifdef XP_LINUX Loading Loading @@ -213,7 +212,6 @@ category browser-quit-application-granted moz-src:///browser/components/search/S category browser-quit-application-granted resource://gre/modules/UpdateListener.sys.mjs UpdateListener.reset #endif category browser-quit-application-granted moz-src:///browser/components/urlbar/UrlbarSearchTermsPersistence.sys.mjs UrlbarSearchTermsPersistence.uninit category browser-quit-application-granted moz-src:///browser/components/ipprotection/IPProtectionHelpers.sys.mjs IPProtectionActivator.uninit category search-service-notification moz-src:///browser/components/search/SearchUIUtils.sys.mjs SearchUIUtils.showSearchServiceNotification Loading
toolkit/components/moz.build +3 −2 Original line number Diff line number Diff line Loading @@ -143,8 +143,9 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] not in ("android", "windows"): if CONFIG["MOZ_BUILD_APP"] == "browser": DIRS += ["messaging-system", "normandy"] if CONFIG["MOZ_BUILD_APP"] != "comm/mail": DIRS += ["ipprotection"] # tor-browser#44528 Disable IP protection feature # if CONFIG["MOZ_BUILD_APP"] != "comm/mail": # DIRS += ["ipprotection"] DIRS += ["nimbus"] Loading