Bug 140200

Summary: WKWebViewConfiguration should provide API for clearing browsing data
Product: WebKit Reporter: Eugene But <eugenebut>
Component: WebKit2Assignee: 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   

Description Eugene But 2015-01-07 13:31:23 PST
_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.
Comment 1 Eugene But 2015-01-07 16:01:54 PST
Radar ID: 17238116
Comment 2 Anders Carlsson 2015-04-24 13:57:24 PDT
This has been done.