Bug 140195
| Summary: | No API to clear WKWebView cookies | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eugene But <eugenebut> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Major | CC: | dieter, m.goleb+bugzilla, stefan, stuartmorgan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | iPhone / iPad | ||
| OS: | All | ||
Eugene But
Summary:
There is apparently no way to clear the cookies used by WKWebView. This is a significant problem if trying to implement anything like a browser, since being able to clear cookies is a critical user privacy feature.
Note that this is distinct from bug 140191 in that if it's impractical to have full cookie management for WKWebView, at the very least a way of clearing cookies is necessary, and would presumably be easier to implement (since it doesn't require a return value, or have cross-process synchronization issues).
Steps to Reproduce:
N/A
Expected Results:
An API on one of the WKWebView-related class allowing clearing cookies.
Actual Results:
No apparent way to clear cookies
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eugene But
Radar ID: 18180302