From 66a759e2a1c50d8ac8757a33c7b860d7a89517a8 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 8 Nov 2008 23:06:40 +0000 Subject: Local file handling improvements (fetch_file is incomplete and not being used yet) filetype.c has been changed to get the MIME type of a file from the MIMETYPE tooltype of the icon or default icon for the file. The install script will set the basic of these, and icons for default.css and AdBlock.css have been added to ensure these always return the correct MIME type. If the MIMETYPE tooltype is not found, the code will use datatypes.library to identify the file and make a guess as to what the MIME type is. svn path=/trunk/netsurf/; revision=5651 --- amiga/resources/AdBlock.css.info | Bin 0 -> 8394 bytes amiga/resources/default.css.info | Bin 0 -> 8394 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 amiga/resources/AdBlock.css.info create mode 100644 amiga/resources/default.css.info (limited to 'amiga/resources') diff --git a/amiga/resources/AdBlock.css.info b/amiga/resources/AdBlock.css.info new file mode 100644 index 000000000..00d089d7b Binary files /dev/null and b/amiga/resources/AdBlock.css.info differ diff --git a/amiga/resources/default.css.info b/amiga/resources/default.css.info new file mode 100644 index 000000000..9b94dd146 Binary files /dev/null and b/amiga/resources/default.css.info differ -- cgit v1.2.3