Add API to remove all website data for the given data records
Created attachment 247453 [details] Patch
Attachment 247453 [details] did not pass style-queue: ERROR: Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:334: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:337: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:362: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h:62: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 4 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 247453 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=247453&action=review > Source/WebCore/ChangeLog:10 > + New function that removes resources all resources that match the set of origins in a given session. Some kind of typo in the middle of this sentence. > Source/WebKit2/UIProcess/API/Cocoa/_WKWebsiteDataStore.mm:108 > + no blank line here
Comment on attachment 247453 [details] Patch Listen to thorton!!!
Committed r180706: <http://trac.webkit.org/changeset/180706>