Add a method on the fixup object to strip off wyciwyg from nsIURIs

Fixes bug 164006, wyciwyg: should not appear in tab title
r=jag sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@129187 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
caillon%returnzero.com
2002-09-11 01:44:13 +00:00
parent 14f87dddf5
commit 4028442105
9 changed files with 147 additions and 57 deletions

View File

@@ -200,7 +200,6 @@ protected:
NS_IMETHOD SetupNewViewer(nsIContentViewer * aNewViewer);
NS_IMETHOD GetEldestPresContext(nsIPresContext** aPresContext);
NS_IMETHOD CreateFixupURI(const nsAString& aStringURI, nsIURI ** aURI);
NS_IMETHOD GetCurrentDocumentOwner(nsISupports ** aOwner);
virtual nsresult DoURILoad(nsIURI * aURI,
nsIURI * aReferrer,