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:
parent
54cc547050
commit
34da959656
@ -14,11 +14,8 @@ resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
resource file_types message {
|
||||
"types" = "text/html",
|
||||
"types" = "image/gif",
|
||||
"types" = "image/jpeg",
|
||||
"types" = "image/png",
|
||||
"types" = "image/svg+xml",
|
||||
"types" = "application/x-vnd.Be-bookmark",
|
||||
"types" = "text",
|
||||
"types" = "application/x-vnd.Be-doc_bookmark",
|
||||
"types" = "application/x-vnd.Be.URL.file",
|
||||
"types" = "application/x-vnd.Be.URL.ftp",
|
||||
|
Loading…
Reference in New Issue
Block a user