Bug 175424

Summary: [Soup] Do not spawn the network process to setup cookie persistent storage
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, svillar
Priority: P2 Keywords: Soup
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch svillar: review+

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>