Re: [webkit-dev] How to disable webkit image loading

2009-06-08 Thread Zongheng Zhou
I have the same issue, and I am using Solaris. Do you know how to disable
the image loading? Thanks.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] How to disable webkit image loading

2009-06-08 Thread Holger Freyther
On Monday 08 June 2009 18:46:07 Zongheng Zhou wrote:
 I have the same issue, and I am using Solaris. Do you know how to disable
 the image loading? Thanks.

Qt or Gtk+. But in both cases there is a *Settings class... and you can 
consult the API documentation... for Qt[1] for Gtk+[2].

z.

[1] http://doc.trolltech.com/4.6-snapshot/qwebsettings.htm
[2] http://webkitgtk.org/reference/webkitgtk-WebKitWebSettings.html
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] How to disable webkit image loading

2009-06-04 Thread James Howlett
Hi,
Is there any configuration/setting in the code which can dynamically
enable/disable image loading? If yes, can you please tell me how to do that
in the code?

Thank you.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev