[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:58:30 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 91691c2604f5b4d9ccc6d30fa83ad9f02a0afeb0
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Mar 23 00:29:00 2002 +0000

            * MIME.subproj/IFMIMEDatabase.h:
            Added a list of mime type that WebKit will be capable of handling
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@819 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 8599346..620df31 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,10 @@
 2002-03-22  Chris Blumenberg  <cblu at apple.com>
 
+	* MIME.subproj/IFMIMEDatabase.h:
+	Added a list of mime type that WebKit will be capable of handling
+
+2002-03-22  Chris Blumenberg  <cblu at apple.com>
+
 	* WebKit.pbproj/project.pbxproj:
 	Added the MIME clases to WebKit.
 
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 8599346..620df31 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,10 @@
 2002-03-22  Chris Blumenberg  <cblu at apple.com>
 
+	* MIME.subproj/IFMIMEDatabase.h:
+	Added a list of mime type that WebKit will be capable of handling
+
+2002-03-22  Chris Blumenberg  <cblu at apple.com>
+
 	* WebKit.pbproj/project.pbxproj:
 	Added the MIME clases to WebKit.
 
diff --git a/WebKit/MIME.subproj/IFMIMEDatabase.h b/WebKit/MIME.subproj/IFMIMEDatabase.h
index 67a918b..a2474d2 100644
--- a/WebKit/MIME.subproj/IFMIMEDatabase.h
+++ b/WebKit/MIME.subproj/IFMIMEDatabase.h
@@ -14,9 +14,41 @@
 }
 
 /*
-sharedMIMEDatabase creates a dictionary of MIME type keys and IFMIMEHandlers objects. sharedMIMEDatabase should only create entries in the dictionary for mime types that WebKit handles internally including plug-in types.
+IFMIMEDatabase creates a dictionary of MIME type keys and IFMIMEHandlers objects. IFMIMEDatabase should only create entries in the dictionary for mime types that WebKit handles internally including plug-in types.
+
+At some point, IFMIMEDatabase might interact with the defaults to provide for customization.
+
+Types that WebKit can/will handle internally (thanks to AppKit):
+
+Text types:
+text/html
+text/plain
+text/richtext
+application/rtf
+
+Image types (taken from [NSImage imageFileTypes]): 
+image/pict
+application/postscript (eps)
+image/tiff
+image/x-quicktime
+image/x-targa
+image/x-sgi
+image/x-rgb
+image/x-macpaint
+image/png
+image/gif
+image/jpg
+image/x-bmp
+image/tiff
+image/x-tiff
+
+Image mime types not found, but handleable:
+psd (photoshop)
+fpx
+cur
+ico (window's icon)
+fax
 
-At some point, sharedMIMEDatabase might interact with the defaults to provide for customization.
 */
 
 + (IFMIMEDatabase *)sharedMIMEDatabase;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list