[webkit-gtk] WebKit2 GTK+ API

Martin Robinson mrobinson at webkit.org
Thu Sep 15 09:03:29 PDT 2011


On Thu, Sep 15, 2011 at 6:23 AM, Carlos Garcia Campos
<cgarcia at igalia.com> wrote:

>>    webkit_web_view_load_uri         (WebKitWebView      *web_view,
>>                                      const gchar        *uri,
>>                                      GCancellable       *cancellable,
>>                                      WebKitLoadProgressCallback

It's important that whatever way we go it needs to be able to capture
all the complexities of page loading in a simple way. Pages loads can
be quite complicated, they involve subresource loading and possibly
even multiple different kinds of redirects. The end goal is that the
user agent responds in the right way to each of these situations.

--Martn


More information about the webkit-gtk mailing list