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 On Fri, Jan 30, 2009 at 10:33 AM, Dhananjoy Chutia <[email protected]> wrote: > Hi All, > I compiled WebKit-r40351 with the compilation option > --with-http-backend=soup. I am unable to open any url with file://. Eg. > file:///home/dhananjoy/index.html. Can any one provide a suitable solution. > > Regards > Dhananjoy > -- Dhananjoy
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

