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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user