ded from the local file system, the file name is
> "hello.html", it should be recognized as "text/html", but it was still
> displayed as the raw html data. It was ok if I ran it from the machine where
> I built WebKit, but after I copied GTKLauncher and all WebKit li
__
From: KwangYul Seo
To: Jason Mendonler
Cc: webkit-help@lists.webkit.org
Sent: Wed, May 19, 2010 5:55:21 PM
Subject: Re: [webkit-help] GTKLauncher displays html source code
Hi,
Did you load the page from the local file system? If a page is loaded from the
local file system, the MIM
Hi,
Did you load the page from the local file system? If a page is loaded from
the local file system, the MIME type is determined from the file extension.
So only files with htm and html extension are recognized as "text/html".
Regards,
Kwang Yul Seo
On Thu, May 20, 2010 at 3:18 AM, Jason Mendo