Bug 175424 - [Soup] Do not spawn the network process to setup cookie persistent storage
Summary: [Soup] Do not spawn the network process to setup cookie persistent storage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Soup
Depends on:
Blocks:
 
Reported: 2017-08-10 03:57 PDT by Carlos Garcia Campos
Modified: 2017-08-10 23:02 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.06 KB, patch)
2017-08-10 03:59 PDT, Carlos Garcia Campos
svillar: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2017-08-10 03:57:14 PDT
The persistent storage configuration is saved and passed to network process as creation parameters, so we don't need to spawn the network process to configure it, when it's created eventually it will use the configuration.
Comment 1 Carlos Garcia Campos 2017-08-10 03:59:15 PDT
Created attachment 317799 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-08-10 23:02:42 PDT
Committed r220581: <http://trac.webkit.org/changeset/220581>