[webkit-dev] Load finished notification
Giri Rao
giri.rao at gmail.com
Tue May 20 21:33:14 PDT 2008
Christian,
Sorry, yeah I am working with gtk port. I will start using load-done in the
frame. Any idea when the patch will be checked in? Also, when it gets
checked in, should I continue to be hooked into load-done?
Thanks much
Giri
On Tue, May 20, 2008 at 6:36 PM, Christian Dywan <christian at twotoasts.de>
wrote:
> Am Tue, 20 May 2008 17:32:24 -0700
> schrieb "Giri Rao" <giri.rao at gmail.com>:
>
> > Hello all,
> >
> > I was wondering if there is a notification in webkit that I can catch
> > to reliably tell that the browser has done rendering. Right now I am
> > hooked into load_finished, I am noticing that at times, load_finished
> > is called before rendering is completed. Any pointers is appreciated.
> >
> > Thanks
> > Giri
>
> Unfortunately you did not indicate what port you are talking about. So
> I am just guessing 'gtk' and answering with that assumption.
>
> The signals of WebKitWebView as well as WebKitWebFrame are sort of
> wrong. There is a patch pending in the bug tracker that is suppposed to
> fix this. Meanwhile, instead of WebKitWebView::load-finished you want to
> use WebKitWebFrame::load-done to actually be notified about the end of
> the page load. Note that there is no error handling and failing loads
> will usually fail without emitting a signal.
>
> Yours,
> Christian
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webkit.org/pipermail/webkit-dev/attachments/20080520/99dd2695/attachment.htm
More information about the webkit-dev
mailing list