From d651a96b243c3309b7e5716bbb5a4df8c2ee742e Mon Sep 17 00:00:00 2001 From: "cltbld%netscape.com" Date: Tue, 2 Feb 1999 23:50:52 +0000 Subject: [PATCH] backing out changes made against a closed tree --- layout/generic/nsFrameSetFrame.cpp | 2 -- layout/html/document/src/nsFrameSetFrame.cpp | 2 -- network/mimetype/mime.types | 4 ---- 3 files changed, 8 deletions(-) diff --git a/layout/generic/nsFrameSetFrame.cpp b/layout/generic/nsFrameSetFrame.cpp index 8c8f85a94a3..d85a7bbeaa3 100644 --- a/layout/generic/nsFrameSetFrame.cpp +++ b/layout/generic/nsFrameSetFrame.cpp @@ -527,8 +527,6 @@ nsHTMLFramesetFrame::ParseRowColSpec(nsString& aSpec, PRInt32 aMaxNumValues, static const PRUnichar PERCENT('%'); static const PRUnichar COMMA(','); - aSpec.Trim(" \n\r\t"); // remove leading and trailing whitespace - // Count the commas PRInt32 commaX = aSpec.Find(COMMA); PRInt32 count = 1; diff --git a/layout/html/document/src/nsFrameSetFrame.cpp b/layout/html/document/src/nsFrameSetFrame.cpp index 8c8f85a94a3..d85a7bbeaa3 100644 --- a/layout/html/document/src/nsFrameSetFrame.cpp +++ b/layout/html/document/src/nsFrameSetFrame.cpp @@ -527,8 +527,6 @@ nsHTMLFramesetFrame::ParseRowColSpec(nsString& aSpec, PRInt32 aMaxNumValues, static const PRUnichar PERCENT('%'); static const PRUnichar COMMA(','); - aSpec.Trim(" \n\r\t"); // remove leading and trailing whitespace - // Count the commas PRInt32 commaX = aSpec.Find(COMMA); PRInt32 count = 1; diff --git a/network/mimetype/mime.types b/network/mimetype/mime.types index fe80cc66b90..b66a40a596a 100644 --- a/network/mimetype/mime.types +++ b/network/mimetype/mime.types @@ -43,10 +43,6 @@ exts="rdf" type=text/rdf \ desc="Resource Description Framework" icon=internal-gopher-text # XXX should this be text/xml? -exts="xul" type=text/xul \ -desc="XML-Based User Interface Language" icon=internal-gopher-text -# XXX whatever applies to RDF might apply to this as well - exts="rtf" type=application/rtf \ desc="Rich Text Format" icon=internal-gopher-text # note: text/richtext is *not the same format*