Bug 141926 - Add API for fetching website data records to _WKWebsiteDataStore
Summary: Add API for fetching website data records 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-23 14:18 PST by Anders Carlsson
Modified: 2015-02-23 14:29 PST (History)
2 users (show)

See Also:


Attachments
Patch (16.74 KB, patch)
2015-02-23 14:20 PST, Anders Carlsson
bdakin: 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-23 14:18:01 PST
Add API for fetching website data records to _WKWebsiteDataStore
Comment 1 Anders Carlsson 2015-02-23 14:20:45 PST
Created attachment 247148 [details]
Patch
Comment 2 WebKit Commit Bot 2015-02-23 14:21:48 PST
Attachment 247148 [details] did not pass style-queue:


ERROR: Tools/MiniBrowser/mac/WK2BrowserWindowController.m:412:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:131:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.h:60:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 3 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2015-02-23 14:29:51 PST
Committed r180519: <http://trac.webkit.org/changeset/180519>