fix for #34401. partial backout of valeski's changes.

thanks to mscott, putterman and bienvenu for the detective work.
This commit is contained in:
sspitzer%netscape.com 2000-04-04 07:14:01 +00:00
Родитель 91aed9a261
Коммит 58f71c90cd
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -290,10 +290,18 @@ static nsModuleComponentInfo components[] =
NS_ISTREAMCONVERTER_KEY "?from=deflate?to=uncompressed",
CreateNewHTTPCompressConvFactory
},
#if 0
/* backed out. see bug #34401 */
{ "NSTXTToHTMLConverter",
NS_NSTXTTOHTMLCONVERTER_CID,
NS_ISTREAMCONVERTER_KEY "?from=text/plain?to=text/html",
CreateNewNSTXTToHTMLConvFactory
}
#endif
{ "TXTToHTMLConverter",
MOZITXTTOHTMLCONV_CID,
NS_ISTREAMCONVERTER_KEY "?from=text/plain?to=text/html",
CreateNewTXTToHTMLConvFactory
}
};