[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 21:07:55 PST 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #174816|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2012-11-17 21:09:49 PST ---
(From update of attachment 174816)
View in context: https://bugs.webkit.org/attachment.cgi?id=174816&action=review

> Source/WebKit2/UIProcess/WebContext.h:221
> +    PassRefPtr<WebProcessProxy> getOrCreateSharedWebProcess();

I think that this should still be called ensureSharedWebProcess, and return a plain pointer. There is no passing of ownership, so PassRefPtr is confusing.

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