[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.2.0esr-16.0-1] fixup! BB 45171: Disable split view.



Title: GitLab

brizental pushed to branch tor-browser-153.2.0esr-16.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 8d218fc4
    by Beatriz Rizental at 2026-09-03T09:41:20-03:00
    fixup! BB 45171: Disable split view.
    
    Bug 44431: Disable about:opentabs
    

2 changed files:

Changes:

  • browser/components/about/AboutRedirector.cpp
    ... ... @@ -102,9 +102,12 @@ static const RedirEntry kRedirMap[] = {
    102 102
              nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS |
    
    103 103
              nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
    
    104 104
              nsIAboutModule::IS_SECURE_CHROME_UI},
    
    105
    +// Drop about:opentabs. tor-browser#44431.
    
    106
    +#ifndef BASE_BROWSER_VERSION
    
    105 107
         {"opentabs", "chrome://browser/content/tabbrowser/opentabs.html",
    
    106 108
          nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI |
    
    107 109
              nsIAboutModule::HIDE_FROM_ABOUTABOUT},
    
    110
    +#endif
    
    108 111
         {"policies", "chrome://browser/content/policies/aboutPolicies.html",
    
    109 112
          nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI},
    
    110 113
         {"privatebrowsing", "about:blank", BASE_BROWSER_HOME_PAGE_FLAGS},
    

  • browser/components/about/components.conf
    ... ... @@ -16,7 +16,7 @@ pages = [
    16 16
         'manual',
    
    17 17
         'messagepreview',
    
    18 18
         'newtab',
    
    19
    -    'opentabs',
    
    19
    +    # Removed 'opentabs'. tor-browser#44431.
    
    20 20
         'policies',
    
    21 21
         'preferences',
    
    22 22
         'privatebrowsing',
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx