From 1a0d98dba259d7f63de38bff408fee5c42193add Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Sat, 8 Dec 2001 08:06:48 +0000 Subject: [PATCH] 114169 - Use hasAttribute (which will be optimized even further soon) to avoid excessive string copying. r=ben sr=hewitt 113582 - put global xbl widgets on a diet. r=ben sr=hewitt --- xpfe/global/resources/content/xul.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpfe/global/resources/content/xul.css b/xpfe/global/resources/content/xul.css index a2007316c48..4f95ccfbf8c 100644 --- a/xpfe/global/resources/content/xul.css +++ b/xpfe/global/resources/content/xul.css @@ -52,7 +52,7 @@ iframe { -moz-user-focus: normal; } -menulist[editable="true"], +menulist[editable], popup, menupopup, tooltip, scrollbar, scrollbarbutton, slider, thumb, autorepeater, splitter, statusbar, statusbarpanel, @@ -572,7 +572,7 @@ menulist { -moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist"); } -menulist[editable="true"] { +menulist[editable] { -moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-editable"); }