I ran into an issue where I could see images on Linux and not on Windows.  I 
seem to recall that it was due to how webkit and the gio library interact.  On 
linux, the file extension was used and on windows, it needed "image/jpeg".  
Anyhow, I know there is a fix for it.  I currently build webkitgtk from source 
I get from the fedora distro.  They have a webkitgtk-mingw32 source package 
which contains some patches, one of which fixes the issue.  I don't know what 
version of webkit/gtk the original poster is using, or if these patches have 
been submitted/included.

Phil


________________________________
From: Martin Robinson <[email protected]>
To: Peter von Kaehne <[email protected]>
Cc: [email protected]
Sent: Monday, October 3, 2011 4:33:25 AM
Subject: Re: [webkit-gtk] No images on Windows, just wireframes

On Mon, Oct 3, 2011 at 1:13 AM, Peter von Kaehne <[email protected]> wrote:

> http://webkitgtk.org/reference/WebKitWebSettings.html#WebKitWebSettings--enable-file-access-from-file-uris

> http://webkitgtk.org/reference/WebKitWebSettings.html#WebKitWebSettings--enable-universal-access-from-file-uris

It seems unlikely this is the issue if things work on Linux, but not
Windows. Perhaps the URLs to the images are not constructed properly.
Are any informational messages dumped to the console while the program
is running?

The best way to debug the issue would be to do an implementation of
the Web Inspector and poke at it. That requires a bit of coding
though.

--Martin
_______________________________________________
webkit-gtk mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
_______________________________________________
webkit-gtk mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk

Reply via email to