Hello, > The WebView component gets a signal navigationRequested (naturally the name > is just a proposal) that provides a "NavigationRequest" object (that > internally wraps a WKFramePolicyListenerRef) and which provides corresponding > methods/slots for use/download/ignore. This changes the usage to the > following pattern:
+1 I'm the author of the current implementation and I think this will be a real improvement. Couple of questions: who will delete the request objects (maybe themselves when answer function called...)? And do we expect to webView be in a "consistent" state in the meantime -- IOW is it fine to call webView.load() before answering the request? Cheers, -- Caio Marcelo de Oliveira Filho OpenBossa - INdT _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
