Re: [webkit-dev] Notifying PageClient when page transition has begun

2013-07-25 Thread Thiago Lacerda
On Thu, Jul 25, 2013 at 3:56 PM, Brady Eidson wrote: > > On Jul 25, 2013, at 11:28 AM, Thiago Lacerda > wrote: > > > > > On Thu, Jul 25, 2013 at 2:34 PM, Brady Eidson wrote: > >> >> On Jul 25, 2013, at 10:10 AM, Thiago Lacerda < >> thiago.lace...@openbossa.org> wrote: >> >> Hi Brady >> >> >>

Re: [webkit-dev] Notifying PageClient when page transition has begun

2013-07-25 Thread Brady Eidson
On Jul 25, 2013, at 11:28 AM, Thiago Lacerda wrote: > > > > On Thu, Jul 25, 2013 at 2:34 PM, Brady Eidson wrote: > > On Jul 25, 2013, at 10:10 AM, Thiago Lacerda > wrote: > >> Hi Brady >> >> >> On Thu, Jul 25, 2013 at 1:48 PM, Brady Eidson wrote: >> >> On Jul 25, 2013, at 9:08 AM, T

Re: [webkit-dev] Notifying PageClient when page transition has begun

2013-07-25 Thread Thiago Lacerda
On Thu, Jul 25, 2013 at 2:34 PM, Brady Eidson wrote: > > On Jul 25, 2013, at 10:10 AM, Thiago Lacerda > wrote: > > Hi Brady > > > On Thu, Jul 25, 2013 at 1:48 PM, Brady Eidson wrote: > >> >> On Jul 25, 2013, at 9:08 AM, Thiago Lacerda >> wrote: >> >> Hi, >> >> We in the Nix port team (which is

Re: [webkit-dev] Notifying PageClient when page transition has begun

2013-07-25 Thread Brady Eidson
On Jul 25, 2013, at 10:10 AM, Thiago Lacerda wrote: > Hi Brady > > > On Thu, Jul 25, 2013 at 1:48 PM, Brady Eidson wrote: > > On Jul 25, 2013, at 9:08 AM, Thiago Lacerda > wrote: > >> Hi, >> >> We in the Nix port team (which is going upstream), are facing an issue that >> we need our W

Re: [webkit-dev] Notifying PageClient when page transition has begun

2013-07-25 Thread Thiago Lacerda
Hi Brady On Thu, Jul 25, 2013 at 1:48 PM, Brady Eidson wrote: > > On Jul 25, 2013, at 9:08 AM, Thiago Lacerda > wrote: > > Hi, > > We in the Nix port team (which is going upstream), are facing an issue > that we need our WebView to know when the page transition has begun. > > There was callbac

Re: [webkit-dev] Notifying PageClient when page transition has begun

2013-07-25 Thread Brady Eidson
On Jul 25, 2013, at 9:08 AM, Thiago Lacerda wrote: > Hi, > > We in the Nix port team (which is going upstream), are facing an issue that > we need our WebView to know when the page transition has begun. > There was callback, in PageClient, that was making a similar job, called > didCommitLoa

[webkit-dev] Notifying PageClient when page transition has begun

2013-07-25 Thread Thiago Lacerda
Hi, We in the Nix port team (which is going upstream), are facing an issue that we need our WebView to know when the page transition has begun. There was callback, in PageClient, that was making a similar job, called didCommitLoadForMainFrame, but it was removed recently. WebPage does have a callb