Re: [webkit-dev] Mimetype for files loaded from disk?

2008-03-16 Thread Mike Emmel
In the curl backed some code uses file extensions to set the mime type for local files. I'm not sure css files are handled. On Sun, Mar 16, 2008 at 9:22 PM, Kevin Ollivier <[EMAIL PROTECTED]> wrote: > Hi all, > > I've hit an issue with the wx port where HTML files that use @import > url("file.c

[webkit-dev] Mimetype for files loaded from disk?

2008-03-16 Thread Kevin Ollivier
Hi all, I've hit an issue with the wx port where HTML files that use @import url("file.css") will not load when the HTML and CSS file are on disk rather than loaded via the web. After tracking it down, I found that I could resolve the issue by having CURL set the file type for m_response