Re: [webkit-gtk] download with webkit

2010-05-30 Thread Giovanni
This should be file:///home/john/Scaricati. WebKitDownload will take any *uri* that GIO would take (sftp:///, smb:///, file:///, etc). the problem remains... i don't understood why! other suggestions? ___ webkit-gtk mailing list

Re: [webkit-gtk] Fwd: Using V8 as the JavaScript engine in Epiphany

2010-05-30 Thread Gustavo Noronha Silva
On Fri, 2010-05-28 at 23:12 -0400, Ryan Oram wrote: It seems like the issues I'm having with Epiphany are all JavaScript-based (like this issue here: https://bugzilla.gnome.org/show_bug.cgi?id=619197). Switching to V8 might save you guys a lot of work and make Epiphany a better browser in the

Re: [webkit-gtk] Fwd: Using V8 as the JavaScript engine in Epiphany

2010-05-30 Thread Ryan Oram
On Sun, May 30, 2010 at 1:24 PM, Gustavo Noronha Silva g...@gnome.org wrote: The web site listens for 'size changed' DOM events, and forces a reload, which is _dumb_. So, I understand why you could think switching to V8 would help, but: 1. we already have the 'support of a company' in the

[webkit-gtk] How to retrieve selection content?

2010-05-30 Thread Matthew Barnes
Is there presently a way to retrieve the content of a selection in a WebKitWebView? I need this for Evolution's selective reply feature (select some text in a message, click Reply). Just need the raw HTML content (I think). I see things in the API like webkit_web_view_delete_selection() and