Cleanup the supported types. Claiming support for image/jpeg, gif and png is
not really useful. Neither is claiming support for text/*. Added support for image/svg+xml, since I don't think anything else would handle it as good as WebPositive (which will do better once BView supports affine transformations). git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@462 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
committed by
Alexandre Deckner
parent
54cc547050
commit
34da959656
@@ -14,11 +14,8 @@ resource app_flags B_SINGLE_LAUNCH;
|
|||||||
|
|
||||||
resource file_types message {
|
resource file_types message {
|
||||||
"types" = "text/html",
|
"types" = "text/html",
|
||||||
"types" = "image/gif",
|
"types" = "image/svg+xml",
|
||||||
"types" = "image/jpeg",
|
|
||||||
"types" = "image/png",
|
|
||||||
"types" = "application/x-vnd.Be-bookmark",
|
"types" = "application/x-vnd.Be-bookmark",
|
||||||
"types" = "text",
|
|
||||||
"types" = "application/x-vnd.Be-doc_bookmark",
|
"types" = "application/x-vnd.Be-doc_bookmark",
|
||||||
"types" = "application/x-vnd.Be.URL.file",
|
"types" = "application/x-vnd.Be.URL.file",
|
||||||
"types" = "application/x-vnd.Be.URL.ftp",
|
"types" = "application/x-vnd.Be.URL.ftp",
|
||||||
|
|||||||
Reference in New Issue
Block a user