Bug 143893
| Summary: | WebsiteDataStore should support getting cookie key and value | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shreyas VA <shreyasv> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | johnt |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | iPhone / iPad | ||
| OS: | All | ||
Shreyas VA
https://bugs.webkit.org/show_bug.cgi?id=142178 added support for getting the host name of the cookie.
A WKWebSiteDataRecord should have an API to get the cookie name and value of the cookie it represents.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
John Turnipseed
It would be helpful if the API allowed read only access to all the properties of the cookie.,, either a NSDictionary representation or an actual NSHTTPCookie object.