From bc4e6e1a96b2676a09e6f8293db805e2f5969d25 Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Tue, 5 Feb 2002 04:46:54 +0000 Subject: [PATCH] bug #117948 (r=bzarsky@mit.edu, sr=vidur@netscape.com) Ignore the HTTP Window-Target header inside of tags git-svn-id: svn://10.0.0.236/trunk@113680 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsHTMLContentSink.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/mozilla/content/html/document/src/nsHTMLContentSink.cpp b/mozilla/content/html/document/src/nsHTMLContentSink.cpp index bfff53bfe68..5aca0e878d2 100644 --- a/mozilla/content/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/content/html/document/src/nsHTMLContentSink.cpp @@ -4699,9 +4699,6 @@ HTMLContentSink::ProcessHeaderData(nsIAtom* aHeader,const nsAReadableString& aVa else if (aHeader == nsHTMLAtoms::headerContentBase) { ProcessBaseHref(aValue); } - else if (aHeader == nsHTMLAtoms::headerWindowTarget) { - ProcessBaseTarget(aValue); - } else if (mParser) { // we also need to report back HTTP-EQUIV headers to the channel // so that it can process things like pragma: no-cache or other