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