Lines Matching full:mime
5864 (WebCore::MediaPlayer::load): Don't look for a media engine based on an empty MIME type.
7709 the MIME type to be text/html.
7776 Text files which have sub MIME types are treated as not displayable
7782 MIME type beginning with "text/" as supported and remove all "text/"
7814 <rdar://problem/6902197> WebCore doesn't know about all of the MIME types supported by QTKit
7816 Add a static table to map from some common file extensions to their MIME types so it
7824 MIME type in the static mapping table if the platform specific getMIMETypeForExtension
7834 to MIME type if UTI fails.
8972 Bug 20652: WebKit doesn't display favicons with MIME type image/vnd.microsoft.icon
8985 resource MIME types.
10900 Second part of the fix - If the networking layer doesn't give us back a MIME type default to "application/octet-stream".
10913 (WebCore::createCFURLResponseWithDefaultMIMEType): Create a copy of the CFURLRequest with the default MIME type instead
10915 (WebCore::didReceiveResponse): If the MIME type for the response is null, create a copy with the default MIME type.
10917 sniffing policy as asynchronous loads. Also, correct a null MIME type by creating a copy with the default type.
10924 (_web_NSURLResponse_MIMEType): Either return the actual MIME type of the response, or the default MIME type if it's nil.
13620 Test: http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.html
16826 If a media engine claims it can support the MIME type, WebCore now creates a <video>
21952 When possible avoid asking QTKit for the MIME types that require QTKitServer
23050 Verify the MIME type of stylesheets (in standards mode) by looking
23054 Test: http/tests/mime/standard-mode-loads-stylesheet-without-content-type-header.html
29624 allowed value. This is needed in all call sites. Also changed to compare MIME type, not
32843 separate mime type and codecs parameter.
32852 (WebCore::HTMLMediaElement::selectMediaURL): Return a ContentType instead of raw MIME type.
32857 (WebCore::MediaPlayer::load): Take a ContentType instead of raw MIME type.
36410 Split off MIME type parsing into its own class.
38017 (WebCore::HTMLMediaElement::load): selectMediaURL now also returns a MIME type, pass it to
38026 (WebCore::MIMETypeRegistry::getParameterFromMIMEType): New, find and return a MIME type parameter
38027 (WebCore::MIMETypeRegistry::stripParametersFromMIMEType): New, strip all parameters from a MIME type
38063 (WebCore::chooseBestEngineForTypeAndCodecs): New, return an engine that might support a MIME type.
38066 (WebCore::MediaPlayer::load): Take MIME type as well as url, since we need it to find the right
38067 media engine. If no MIME type is provided, try to devine one from the url. Choose a media engine
38068 based on the MIME type and codecs parameter.
38070 (WebCore::MediaPlayer::supportsType): Take codecs param as well as MIME type. Return enum so we can
38072 (WebCore::MediaPlayer::getSupportedTypes): Build up list of MIME types by consulting all engines.
47926 Explicitly send the MIME type from an image dragged from a web
48641 (WebCore::activeXType): Added. To avoid repeating the MIME type for ActiveX and possibly having a typo.
53717 additional MIME types supported by the plugins.
58055 the real document MIME type.
63109 Ask image for its file extension instead of relying on MIME type and file path
64696 Add a MIME mapping for the .htm extension to wx and GTK ports.
69085 The mime type which belongs to wmlc should be enabled anyway so WML documents get build.
76883 - remove empty directories and correct the MIME type of inspector images
85945 Fixes a regression where the "incorrect MIME-type" warning would not
89868 and when checking for descriptions of mime. Also, coding style fix.
91407 (case-insensitively, because different versions of ICU report this MIME name in different
91412 (WebCore::TextCodecICU::registerExtendedCodecs): Try both MIME and IANA names here, too.
91413 There are four names in ICU that only have MIME names (x-mac-* ones), so we could end up
91652 Try MIME charset names before trying IANA names
91655 With this change, shorter and more widely used names (preferred MIME
91659 with MIME names. For instance, EUC-JP, ISO-8859-X and US-ASCII will be
94989 Fix handling of badly formatted and empty plugin mime descriptions
96951 Remove all parameters from the MIME type before checking with the MIME type registry