Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by

alex.fritze@crocodile-clips.com, james.turner@crocodile-clips.com, and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes

r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.

NOT ON BY DEFAULT


git-svn-id: svn://10.0.0.236/trunk@110384 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%cs.mcgill.ca
2001-12-12 07:59:31 +00:00
parent b7587c6070
commit 478af40f6f
234 changed files with 35899 additions and 2838 deletions

View File

@@ -431,6 +431,9 @@ CViewSourceHTML::CanParse(CParserContext& aParserContext,
aParserContext.mMimeType.EqualsWithConversion(kRDFTextContentType) ||
aParserContext.mMimeType.EqualsWithConversion(kHTMLTextContentType) ||
aParserContext.mMimeType.EqualsWithConversion(kXULTextContentType) ||
#ifdef MOZ_SVG
aParserContext.mMimeType.Equals(NS_LITERAL_STRING(kSVGTextContentType)) ||
#endif
aParserContext.mMimeType.EqualsWithConversion(kSGMLTextContentType)) {
result=ePrimaryDetect;
}