[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
Fri Nov 16 10:09:27 PST 2012


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





--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2012-11-16 10:11:19 PST ---
(From update of attachment 174691)
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?

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