Bug 262505 - "image/x-ms-bmp MIME type not recognized as BMP picture" [p=sciguyryan@gmail.com (Ryan Jones) r+sr=stuart a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-03-08 03:26:50 -08:00
Родитель 6a0a2e5e89
Коммит ff9316c192
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -152,6 +152,7 @@ static const char* gImageMimeTypes[] = {
"image/x-icon",
"image/vnd.microsoft.icon",
"image/bmp",
"image/x-ms-bmp",
#endif
#ifdef IMG_BUILD_DECODER_png
"image/png",
@ -269,6 +270,10 @@ static const nsModuleComponentInfo components[] =
NS_BMPDECODER_CID,
"@mozilla.org/image/decoder;2?type=image/bmp",
nsBMPDecoderConstructor, },
{ "BMP Decoder",
NS_BMPDECODER_CID,
"@mozilla.org/image/decoder;2?type=image/x-ms-bmp",
nsBMPDecoderConstructor, },
#endif
#ifdef IMG_BUILD_DECODER_png