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

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



Title: GitLab

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

Commits:

  • 0c752bd5
    by Henry Wilkes at 2026-08-04T11:30:19+00:00
    fixup! Firefox preference overrides.
    
    BB 45171: Disable split view.
    
  • 0920c05a
    by Henry Wilkes at 2026-08-04T11:30:19+00:00
    BB 45171: Disable split view.
    

2 changed files:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -1126,3 +1126,6 @@ pref("browser.laterrun.enabled", false, locked);
    1126 1126
     
    
    1127 1127
     // tor-browser#44123: Never trim the protocol off of URLs.
    
    1128 1128
     pref("browser.urlbar.trimURLs", false);
    
    1129
    +
    
    1130
    +// tor-browser#45171: Disabled split view which is janky.
    
    1131
    +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