# HG changeset patch # User Ian Neal # Date 1623162001 14400 # Parent 2a68336359d0c3c6fcc25ac0f085373174b4ef71 Bug 1558596 - Make middleclick close tabs on all platforms. r=frg a=frg diff --git a/suite/browser/tabbrowser.xml b/suite/browser/tabbrowser.xml --- a/suite/browser/tabbrowser.xml +++ b/suite/browser/tabbrowser.xml @@ -1188,19 +1188,19 @@ ]]> diff --git a/suite/mailnews/content/tabmail.xml b/suite/mailnews/content/tabmail.xml --- a/suite/mailnews/content/tabmail.xml +++ b/suite/mailnews/content/tabmail.xml @@ -667,29 +667,16 @@ if (!this.currentTabInfo) this.currentTabInfo = this.tabInfo[0]; // save the old tab state before we change the current tab this.saveTabState(this.currentTabInfo); ]]> - - - - - - -