commit 9108500bb368dae51d67883f32c85dcbdc8406ba parent 4a09b9282966bf1924f130f2ca3257f42e6b8562 Author: Dão Gottwald <dao@mozilla.com> Date: Wed, 19 Nov 2025 13:19:51 +0000 Bug 2001085 - Move splitViewCommands into browser-box.inc.xhtml. r=jsudiaman Differential Revision: https://phabricator.services.mozilla.com/D273197 Diffstat:
| M | browser/base/content/browser-box.inc.xhtml | | | 5 | ----- |
| M | browser/base/content/browser-sets.inc | | | 5 | +++++ |
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/browser/base/content/browser-box.inc.xhtml b/browser/base/content/browser-box.inc.xhtml @@ -29,8 +29,3 @@ <tabpanels id="tabbrowser-tabpanels" flex="1" selectedIndex="0"/> </tabbox> </hbox> -<commandset id="splitViewCommands"> - <command id="splitViewCmd_separateTabs"/> - <command id="splitViewCmd_reverseTabs"/> - <command id="splitViewCmd_closeTabs"/> -</commandset> diff --git a/browser/base/content/browser-sets.inc b/browser/base/content/browser-sets.inc @@ -115,6 +115,11 @@ #endif </commandset> #include ../../components/places/content/placesCommands.inc.xhtml + <commandset id="splitViewCommands"> + <command id="splitViewCmd_separateTabs"/> + <command id="splitViewCmd_reverseTabs"/> + <command id="splitViewCmd_closeTabs"/> + </commandset> <keyset id="mainKeyset"> <key id="key_newNavigator"