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 callback that tells this (didStartPageTransition), but this is not forwarded to UIProcess, which is kind of weird, since its opposite (didCompletePageTransition) is fired to PageClient when a page has completed its transition. I have a patch that does forward the didPageStartTransition to UIProcess and I would like to know what you guys think of that. Does this seems useful to you as well?
Cheers -- Thiago de Barros Lacerda OpenBossa - INdT
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev