Hello, hmm...actually I did a search and only find something related by Dhananjoy Chutia's email. However, look like no one reply to the issue (or i miss the email reply?) It would be nice if anyone can help to copy the reply or show the link to it. Thanks!
Regards, Hung the email is quoted here ================begin========================== Hi, Here are some observations: When I try to load file:///home/dhananjoy/index.html , the following error is shown. GLib-GIO-CRITICAL **: g_file_read_async: assertion `G_IS_FILE (file)' failed. As per my observation d->m_gfile is not NULL upto the statement client->didReceiveResponse(handle, response); : line no 590 in WebCore/platform/network/soup/ResourceHandleSoup.cpp But, afterward d->m_gfile becomes NULL. It is to be noted that my I am using glib-2.15.3. Regards Dhananjoy ================end========================== On Sat, Feb 28, 2009 at 1:36 AM, x yz <[email protected]> wrote: > > search for previous discussions. > > > --- On Fri, 2/27/09, Jenson Lui <[email protected]> wrote: > >> From: Jenson Lui <[email protected]> >> Subject: [webkit-dev] strange behaviour when loading local webpage using >> file:// >> To: [email protected] >> Date: Friday, February 27, 2009, 3:52 PM >> Hello all, >> >> I encounter a strange problem. >> I cross compile latest webkit engine and use it in my >> application. >> When I try to load a web page from local using file://, >> instead of >> rendering the html, >> the actual html text is display, i.e. >> "<html..." is shown. >> I try the lt-Gtklauncher in my target, same result. >> However, when I try the x86 build of the same revision with >> the same html page. >> The html page is rendered as normal. >> I am using the same set of options when do the cross >> compile & x86 build. >> I am not sure if there is anything wrong? Does anyone have >> the same problem? >> >> Thanks! >> >> Regards, >> Jenson >> _______________________________________________ >> webkit-dev mailing list >> [email protected] >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > > > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

