Bug 145889 - Reimplement WKOriginDataManager in terms of API::WebsiteDataStore
Summary: Reimplement WKOriginDataManager in terms of API::WebsiteDataStore
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-06-11 12:10 PDT by Anders Carlsson
Modified: 2015-06-11 14:12 PDT (History)
0 users

See Also:


Attachments
Patch (7.97 KB, patch)
2015-06-11 12:11 PDT, Anders Carlsson
mitz: 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-06-11 12:10:44 PDT
Reimplement WKOriginDataManager in terms of API::WebsiteDataStore
Comment 1 Anders Carlsson 2015-06-11 12:11:00 PDT
Created attachment 254738 [details]
Patch
Comment 2 mitz 2015-06-11 13:09:53 PDT
Comment on attachment 254738 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=254738&action=review

> Source/WebKit2/UIProcess/API/C/WKOriginDataManager.cpp:59
> +    // This is the only parameter supported.

The only type supported?

> Source/WebKit2/UIProcess/API/C/WKOriginDataManager.cpp:74
> +    // This is the only parameter supported.

Ditto

> Source/WebKit2/UIProcess/API/C/WKOriginDataManager.cpp:86
> +    // This is the only parameter supported.

Ditto
Comment 3 Anders Carlsson 2015-06-11 14:12:17 PDT
Committed r185474: <http://trac.webkit.org/changeset/185474>