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
-
0920c05a
by Henry Wilkes at 2026-08-04T11:30:19+00:00
2 changed files:
Changes:
| ... | ... | @@ -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); |
| ... | ... | @@ -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" />
|