A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
MIME Sniffing: Difference between revisions
Jump to navigation
Jump to search
(→Implementations: Start WebKit list.) |
m (→= WebKit) |
||
Line 13: | Line 13: | ||
* http://mxr.mozilla.org/mozilla-central/source/browser/components/feeds/src/nsFeedSniffer.cpp (feed detection) | * http://mxr.mozilla.org/mozilla-central/source/browser/components/feeds/src/nsFeedSniffer.cpp (feed detection) | ||
=== WebKit == | === WebKit === | ||
* http://trac.webkit.org/browser/trunk/Source/WebCore/platform/MIMETypeRegistry.cpp | * http://trac.webkit.org/browser/trunk/Source/WebCore/platform/MIMETypeRegistry.cpp |
Revision as of 06:46, 28 November 2012
Tracking information related to the MIME Sniffing Standard.
Implementations
Gecko
- http://mxr.mozilla.org/mozilla-central/source/netwerk/mime/nsMimeTypes.h (list of MIME type constants)
- http://mxr.mozilla.org/mozilla-central/source/image/src/imgLoader.cpp (images)
- http://mxr.mozilla.org/mozilla-central/source/image/src/Image.cpp (image decoder chooser)
- http://mxr.mozilla.org/mozilla-central/source/toolkit/components/mediasniffer/nsMediaSniffer.cpp (audio/video)
- http://mxr.mozilla.org/mozilla-central/source/uriloader/exthandler/nsExternalHelperAppService.cpp (used for file download identification)
- http://mxr.mozilla.org/mozilla-central/source/netwerk/streamconv/converters/nsUnknownDecoder.cpp (sniffing unknown content type)
- http://mxr.mozilla.org/mozilla-central/source/browser/components/feeds/src/nsFeedSniffer.cpp (feed detection)