From 75084e52d949658feac46d345b09685d211214c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Sun, 28 Jun 2009 18:04:47 +0200 Subject: [PATCH] Bug 500971 - Remove obsolete tabs-closebutton binding. r=enn --- toolkit/content/widgets/tabbox.xml | 23 ----------------------- toolkit/content/xul.css | 11 ----------- 2 files changed, 34 deletions(-) diff --git a/toolkit/content/widgets/tabbox.xml b/toolkit/content/widgets/tabbox.xml index fd9b887deff..bad131d5262 100644 --- a/toolkit/content/widgets/tabbox.xml +++ b/toolkit/content/widgets/tabbox.xml @@ -526,29 +526,6 @@ - - - - - - - - - - - - - - - - diff --git a/toolkit/content/xul.css b/toolkit/content/xul.css index 34063f83efd..a05827290b3 100644 --- a/toolkit/content/xul.css +++ b/toolkit/content/xul.css @@ -606,17 +606,6 @@ tabs { -moz-box-orient: horizontal; } -/** - * XXXben - this looks like something added specifically for tabbrowser. - * if it turns out no one uses this that can't easily be evangelized to - * use their own roll-your-own binding, then we should get rid of this - * to tighten up the toolkit api. This binding made obsolete in Firefox - * by 308396. - */ -tabs[closebutton="true"] { - -moz-binding: url("chrome://global/content/bindings/tabbox.xml#tabs-closebutton"); -} - tab { -moz-binding: url("chrome://global/content/bindings/tabbox.xml#tab"); -moz-box-align: center;