Bug 192967

Summary: NetworkProcess should initialize its default NetworkSession with parameters from the UIProcess
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: NEW ---    
Severity: Normal CC: bfulgham, thorton
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch bfulgham: review+

Description Alex Christensen 2018-12-20 18:15:04 PST
NetworkProcess should initialize its default NetworkSession with parameters from the UIProcess
Comment 1 Alex Christensen 2018-12-20 18:15:16 PST
Created attachment 357912 [details]
Patch
Comment 2 Alex Christensen 2018-12-20 18:16:14 PST
Comment on attachment 357912 [details]
Patch

This first patch isn't quite right, but it's headed in the right direction.  For example, the WebKit.WKHTTPCookieStore API test asserts.
Comment 3 Alex Christensen 2018-12-21 11:40:29 PST
Created attachment 357961 [details]
Patch
Comment 4 Brent Fulgham 2019-01-03 08:49:33 PST
Comment on attachment 357961 [details]
Patch

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

Looks good to me.

> Source/WebKit/ChangeLog:4
> +        https://bugs.webkit.org/show_bug.cgi?id=192967

Radar?

> Source/WebKit/ChangeLog:9
> +        More will be moved in the near future, like indexedDatabaseDirectory.

Good!
Comment 5 Alex Christensen 2019-01-03 08:52:41 PST
http://trac.webkit.org/r239592
The auto-generated radar will be sufficient.  This isn't an important change, and it should have no change in behavior.  It's just leading up to some big changes.