Bug 140200
| Summary: | WKWebViewConfiguration should provide API for clearing browsing data | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eugene But <eugenebut> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andersca, dieter, stuartmorgan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | iPhone / iPad | ||
| OS: | All | ||
Eugene But
_WKWebsiteDataStore has the following private API that removes browsing data:
- (void)removeDataOfTypes:(WKWebsiteDataTypes)websiteDataTypes modifiedSince:(NSDate *)date completionHandler:(void (^)())completionHandler;
Removing browsing data is an important privacy feature for Web Browsers.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eugene But
Radar ID: 17238116
Anders Carlsson
This has been done.