[Webkit-unassigned] [Bug 102520] [WK2] After web process crash a new web process is created for every existing page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 17 02:09:25 PST 2012


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





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-11-17 02:11:17 PST ---
(In reply to comment #2)
> (From update of attachment 174691 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=174691&action=review
> 
> Great catch!
> 
> > Source/WebKit2/UIProcess/WebContext.h:223
> > +    PassRefPtr<WebProcessProxy> ensureWebProcess();
> 
> This function is quite confusing - there is no way one could figure out what it does without reading its code.
> 
> I could not come up with a better name or signature for it. Perhaps the logic can just be in WebPageProxy::reattachToWebProcess() inline?

We would still need a way to get the shared process, because ensureSharedWebProcess() doesn't return the process and relaunchProcessIfNecessary is deprecated, right?

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