Bug 158901 - Add SPI for managing cookies from the UIProcess
Summary: Add SPI for managing cookies from the UIProcess
Status: RESOLVED DUPLICATE of bug 140191
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-17 22:07 PDT by Brady Eidson
Modified: 2016-06-17 22:17 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***