[Webkit-unassigned] [Bug 123292] [GTK][WK2] Add webview signal for web-process-started

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 30 11:36:54 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=123292





--- Comment #7 from Andre Moreira Magalhaes <andrunko at gmail.com>  2013-10-30 11:35:40 PST ---
(In reply to comment #6)

Thanks for the review.

> 
> > Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:3142
> > +void webkitWebViewWebProcessStarted(WebKitWebView* webView, WebConnection* connection)
> 
> This would be easier if it receives the pid directly instead of the connection
> 
I tried to reuse the didCreateConnection callback from WKContextConnectionClient, which is already called from WebContext when the WebProcess starts. What would you suggest instead? (see comments above). I could modify WKContextConnectionClient::didCreateConnection callback to include a pid param but that would require changing other ports.

I will work on the other changes, please let me know what you think about the question above.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list