Bug 116766 - REGRESSION: WebProcess is terminated when all Safari windows are closed.
Summary: REGRESSION: WebProcess is terminated when all Safari windows are closed.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2013-05-25 14:25 PDT by Andreas Kling
Modified: 2013-05-25 14:34 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2013-05-25 14:27 PDT, Andreas Kling
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-05-25 14:25:32 PDT
<rdar://problem/13990901
Comment 1 Andreas Kling 2013-05-25 14:27:21 PDT
Created attachment 202892 [details]
Patch
Comment 2 Alexey Proskuryakov 2013-05-25 14:29:43 PDT
Comment on attachment 202892 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=202892&action=review

> Source/WebKit2/UIProcess/WebProcessProxy.cpp:204
> +    // We only allow this when using a network process, as otherwise the WebProcess needs to clean up its session state.

s/clean up/preserve/
Comment 3 Andreas Kling 2013-05-25 14:34:20 PDT
Committed r150691: <http://trac.webkit.org/changeset/150691>