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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 31 01:04:03 PDT 2013


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





--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-10-31 01:02:49 PST ---
(In reply to comment #7)
> (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 mean to move the code to get the pid to the callback right before calling webkitWebViewWebProcessStarted.

-- 
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