Re: [webkit-dev] WebKitGtk app memory leaks , please help

2010-11-04 Thread Antonio Gomes
As far as I know you can not listen for DOM event using QWebElement. On Wed, Nov 3, 2010 at 4:44 PM, Xan Lopez wrote: > On Wed, Nov 3, 2010 at 1:20 PM, Fedor Kryukov wrote: >> >> Thanks, >> >> As I understand this is a WebkitGtk bug only? >> So I can temporarily switch to QT WebKit to avoid leak

Re: [webkit-dev] WebKitGtk app memory leaks , please help

2010-11-03 Thread Xan Lopez
On Wed, Nov 3, 2010 at 1:20 PM, Fedor Kryukov wrote: > > Thanks, > > As I understand this is a WebkitGtk bug only? > So I can temporarily switch to QT WebKit to avoid leaks? > Possibly, but I don't know, you should ask them. Also, both bindings are not equally feature-complete (I believe in gene

Re: [webkit-dev] WebKitGtk app memory leaks , please help

2010-11-03 Thread Fedor Kryukov
Thanks, As I understand this is a WebkitGtk bug only? So I can temporarily switch to QT WebKit to avoid leaks? Xan Lopez-3 wrote: > > On Wed, Nov 3, 2010 at 7:52 AM, Fedor Kryukov wrote: >> >> After calling webkit_web_view_get_dom_document() and similar functions ( >> webkit_dom... * ) memor

Re: [webkit-dev] WebKitGtk app memory leaks , please help

2010-11-03 Thread Xan Lopez
On Wed, Nov 3, 2010 at 7:52 AM, Fedor Kryukov wrote: > > After calling webkit_web_view_get_dom_document() and similar functions ( > webkit_dom... * ) memory is not freed, what am I doing wrong? > > I wrote simple application which handle events ( > load-started/load-finished/etc ) and make some ch

Re: [webkit-dev] WebKitGtk app memory leaks , please help

2010-11-03 Thread Fedor Kryukov
I'm not sure is this a bug or my fail ) So this is diff to GtkLauncher ( webkitgtk 1.3.5 ) http://old.nabble.com/file/p30123917/main.diff main.diff its very simple. So when I use it with page which reloads fast I can see that it start to eat memory until swap is finished and app fails. I tried

Re: [webkit-dev] WebKitGtk app memory leaks , please help

2010-11-03 Thread Holger Freyther
On 11/03/2010 03:52 PM, Fedor Kryukov wrote: > > After calling webkit_web_view_get_dom_document() and similar functions ( > webkit_dom... * ) memory is not freed, what am I doing wrong? > Can you provide us with a simple test application, open a bug, attach the test case to that? thanks

[webkit-dev] WebKitGtk app memory leaks , please help

2010-11-03 Thread Fedor Kryukov
After calling webkit_web_view_get_dom_document() and similar functions ( webkit_dom... * ) memory is not freed, what am I doing wrong? I wrote simple application which handle events ( load-started/load-finished/etc ) and make some changes in loaded page DOM content, so after loading several pages