Changeset 49687 in webkit


Ignore:
Timestamp:
Oct 16, 2009 10:46:15 AM (14 years ago)
Author:
abarth@webkit.org
Message:

2009-10-16 Adam Barth <abarth@webkit.org>

Unreviewed build fix. Add back MIMETypeRegistryChromium with the right
casing.

  • platform/chromium/MIMETypeRegistryChromium.cpp: Added. (WebCore::MIMETypeRegistry::getMIMETypeForExtension): (WebCore::MIMETypeRegistry::getPreferredExtensionForMIMEType): (WebCore::MIMETypeRegistry::getMIMETypeForPath): (WebCore::MIMETypeRegistry::isSupportedImageMIMEType): (WebCore::MIMETypeRegistry::isSupportedImageResourceMIMEType): (WebCore::MIMETypeRegistry::isSupportedImageMIMETypeForEncoding): (WebCore::MIMETypeRegistry::isSupportedJavaScriptMIMEType): (WebCore::MIMETypeRegistry::isSupportedNonImageMIMEType): (WebCore::MIMETypeRegistry::isSupportedMediaMIMEType): (WebCore::MIMETypeRegistry::isJavaAppletMIMEType): (WebCore::MIMETypeRegistry::getMediaMIMETypeForExtension): (WebCore::dummyHashSet): (WebCore::MIMETypeRegistry::getSupportedImageMIMETypes): (WebCore::MIMETypeRegistry::getSupportedImageResourceMIMETypes): (WebCore::MIMETypeRegistry::getSupportedImageMIMETypesForEncoding): (WebCore::MIMETypeRegistry::getSupportedNonImageMIMETypes): (WebCore::MIMETypeRegistry::getSupportedMediaMIMETypes):
Location:
trunk/WebCore
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r49686 r49687  
     12009-10-16  Adam Barth  <abarth@webkit.org>
     2
     3        Unreviewed build fix.  Add back MIMETypeRegistryChromium with the right
     4        casing.
     5
     6        * platform/chromium/MIMETypeRegistryChromium.cpp: Added.
     7        (WebCore::MIMETypeRegistry::getMIMETypeForExtension):
     8        (WebCore::MIMETypeRegistry::getPreferredExtensionForMIMEType):
     9        (WebCore::MIMETypeRegistry::getMIMETypeForPath):
     10        (WebCore::MIMETypeRegistry::isSupportedImageMIMEType):
     11        (WebCore::MIMETypeRegistry::isSupportedImageResourceMIMEType):
     12        (WebCore::MIMETypeRegistry::isSupportedImageMIMETypeForEncoding):
     13        (WebCore::MIMETypeRegistry::isSupportedJavaScriptMIMEType):
     14        (WebCore::MIMETypeRegistry::isSupportedNonImageMIMEType):
     15        (WebCore::MIMETypeRegistry::isSupportedMediaMIMEType):
     16        (WebCore::MIMETypeRegistry::isJavaAppletMIMEType):
     17        (WebCore::MIMETypeRegistry::getMediaMIMETypeForExtension):
     18        (WebCore::dummyHashSet):
     19        (WebCore::MIMETypeRegistry::getSupportedImageMIMETypes):
     20        (WebCore::MIMETypeRegistry::getSupportedImageResourceMIMETypes):
     21        (WebCore::MIMETypeRegistry::getSupportedImageMIMETypesForEncoding):
     22        (WebCore::MIMETypeRegistry::getSupportedNonImageMIMETypes):
     23        (WebCore::MIMETypeRegistry::getSupportedMediaMIMETypes):
     24
    1252009-10-16  Adam Barth  <abarth@webkit.org>
    226
Note: See TracChangeset for help on using the changeset viewer.