> How about trying something completely different. WebKitGtk uses > libsoup and libsoup allows you to setup a webserver quite easily. > Instead of serving the URLS through the file protocol why don't you > serve them through http:// with a private webserver that only your > application know's about the port? > > -- > Emmanuel Rodriguez
I've actually done this in a sample "next-gen" re-write, and it might not be that difficult to incorporate for this situation. Will I run into problems in that the main html is being written with webkit_web_view_load_string with a base_uri of file:// ? Thanks for the idea. It seems it shouldn't be hard to get drive letters working, but this does present a reasonable fallback. Matthew _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
