зеркало из https://github.com/mozilla/pjs.git
fix for #34401. partial backout of valeski's changes.
thanks to mscott, putterman and bienvenu for the detective work.
This commit is contained in:
Родитель
b5fe97ca18
Коммит
bbc2546716
|
@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче