Bug 158901

Summary: Add SPI for managing cookies from the UIProcess
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: achristensen, andersca, mitz, sam
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Brady Eidson 2016-06-17 22:07:21 PDT
Add SPI for managing cookies from the UIProcess

The SPI will look like NSHTTPCookieStorage, but will only have the most common methods and won't have synchronous i/o (uses async completion handlers instead)
Comment 1 Brady Eidson 2016-06-17 22:15:22 PDT
<rdar://problem/17486250>
Comment 2 Brady Eidson 2016-06-17 22:17:47 PDT

*** This bug has been marked as a duplicate of bug 140191 ***