Pier Angelo Vendrame pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • browser/components/BrowserComponents.manifest
    ... ... @@ -76,7 +76,6 @@ category browser-first-window-ready moz-src:///toolkit/components/doh/DoHControl
    76 76
     category browser-first-window-ready moz-src:///toolkit/profile/ProfilesDatastoreService.sys.mjs ProfilesDatastoreService.init
    
    77 77
     category browser-first-window-ready resource:///modules/profiles/SelectableProfileService.sys.mjs SelectableProfileService.init
    
    78 78
     category browser-first-window-ready resource://gre/modules/CaptchaDetectionPingUtils.sys.mjs CaptchaDetectionPingUtils.init
    
    79
    -category browser-first-window-ready moz-src:///browser/components/ipprotection/IPProtectionHelpers.sys.mjs IPProtectionActivator.init
    
    80 79
     category browser-first-window-ready moz-src:///browser/components/customizableui/SearchWidgetTracker.sys.mjs SearchWidgetTracker.init
    
    81 80
     #ifdef MOZ_SANDBOX
    
    82 81
     #ifdef XP_LINUX
    
    ... ... @@ -136,7 +135,6 @@ category browser-quit-application-granted moz-src:///browser/components/search/S
    136 135
     category browser-quit-application-granted resource://gre/modules/UpdateListener.sys.mjs UpdateListener.reset
    
    137 136
     #endif
    
    138 137
     category browser-quit-application-granted moz-src:///browser/components/urlbar/UrlbarSearchTermsPersistence.sys.mjs UrlbarSearchTermsPersistence.uninit
    
    139
    -category browser-quit-application-granted moz-src:///browser/components/ipprotection/IPProtectionHelpers.sys.mjs IPProtectionActivator.uninit
    
    140 138
     category browser-quit-application-granted moz-src:///browser/components/onionservices/OnionAliasStore.sys.mjs OnionAliasStore.uninit
    
    141 139
     
    
    142 140
     category browser-newtab-external-component moz-src:///browser/components/search/SearchUIUtils.sys.mjs SearchNewTabComponentsRegistrant

  • browser/components/moz.build
    ... ... @@ -44,7 +44,7 @@ DIRS += [
    44 44
         "enterprisepolicies",
    
    45 45
         "extensions",
    
    46 46
         # Exclude "genai" component. tor-browser#44045.
    
    47
    -    "ipprotection",
    
    47
    +    # Exclude "ipprotection" component. tor-browser#44528.
    
    48 48
         "messagepreview",
    
    49 49
         "migration",
    
    50 50
         "mozcachedohttp",