From 3dd1e5898a11d0f89a2c94c044ec0cc972b3b06d Mon Sep 17 00:00:00 2001 From: "mozilla.mano%sent.com" Date: Sun, 6 Feb 2005 20:33:26 +0000 Subject: [PATCH] Bug 280438 - tab gives away password when no title is defined. patch by Gavin Sharp r=mconnor --- toolkit/content/widgets/tabbrowser.xml | 40 ++++++++++++++++++++------ 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/toolkit/content/widgets/tabbrowser.xml b/toolkit/content/widgets/tabbrowser.xml index 7d5a25905da..63bd537adbd 100644 --- a/toolkit/content/widgets/tabbrowser.xml +++ b/toolkit/content/widgets/tabbrowser.xml @@ -116,6 +116,10 @@ .getService(Components.interfaces.nsIPrefService) .getBranch(null); + + Components.classes["@mozilla.org/docshell/urifixup;1"] + .getService(Components.interfaces.nsIURIFixup); + document.getAnonymousNodes(this)[1] @@ -784,16 +788,34 @@