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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.0esr-16.0-1] 2 commits: fixup! Firefox preference overrides.



Title: GitLab

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

Commits:

  • 9f75e57b
    by Henry Wilkes at 2026-08-04T11:21:20+00:00
    fixup! Firefox preference overrides.
    
    BB 45171: Disable split view.
    
  • d34c34bd
    by Henry Wilkes at 2026-08-04T11:21:20+00:00
    BB 45171: Disable split view.
    

2 changed files:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -1130,3 +1130,6 @@ pref("browser.laterrun.enabled", false, locked);
    1130 1130
     
    
    1131 1131
     // tor-browser#44123: Never trim the protocol off of URLs.
    
    1132 1132
     pref("browser.urlbar.trimURLs", false);
    
    1133
    +
    
    1134
    +// tor-browser#45171: Disabled split view which is janky.
    
    1135
    +pref("browser.tabs.splitView.enabled", false);

  • browser/base/content/browser-sets.inc.xhtml
    ... ... @@ -86,8 +86,8 @@
    86 86
         <command id="Browser:NextTab" />
    
    87 87
         <command id="Browser:PrevTab" />
    
    88 88
         <command id="Browser:ShowAllTabs" />
    
    89
    -    <command id="Browser:AddTabSplitView" />
    
    90
    -    <command id="Browser:SeparateTabSplitView" />
    
    89
    +    <command id="Browser:AddTabSplitView" disabled="true" />
    
    90
    +    <command id="Browser:SeparateTabSplitView" disabled="true" />
    
    91 91
         <command id="cmd_fullZoomReduce" />
    
    92 92
         <command id="cmd_fullZoomEnlarge" />
    
    93 93
         <command id="cmd_fullZoomReset" />
    

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