Bug 141724 - Add API for clearing in-memory caches to WKWebsiteDataStore
Summary: Add API for clearing in-memory caches to WKWebsiteDataStore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-17 14:08 PST by Anders Carlsson
Modified: 2015-02-18 08:31 PST (History)
2 users (show)

See Also:


Attachments
Patch (15.19 KB, patch)
2015-02-17 14:14 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (17.38 KB, patch)
2015-02-17 14:22 PST, Anders Carlsson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-02-17 14:08:57 PST
Add API for clearing in-memory caches to WKWebsiteDataStore
Comment 1 Anders Carlsson 2015-02-17 14:14:17 PST
Created attachment 246765 [details]
Patch
Comment 2 WebKit Commit Bot 2015-02-17 14:16:47 PST
Attachment 246765 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/WebProcessProxy.h:125:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/WebProcessProxy.h:228:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/WebProcessProxy.cpp:641:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 3 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2015-02-17 14:22:30 PST
Created attachment 246766 [details]
Patch
Comment 4 WebKit Commit Bot 2015-02-17 14:25:48 PST
Attachment 246766 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/WebProcessProxy.h:125:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/WebProcessProxy.h:228:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/WebProcessProxy.cpp:641:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 3 in 14 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Anders Carlsson 2015-02-18 08:31:25 PST
Committed r180265: <http://trac.webkit.org/changeset/180265>