Bug 139413 - WebStorageNamespaceProvider should know about its local storage database path
Summary: WebStorageNamespaceProvider should know about its local storage database path
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: 2014-12-08 14:27 PST by Anders Carlsson
Modified: 2014-12-08 14:38 PST (History)
0 users

See Also:


Attachments
Patch (9.03 KB, patch)
2014-12-08 14:30 PST, Anders Carlsson
kling: 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 2014-12-08 14:27:44 PST
WebStorageNamespaceProvider should know about its local storage database path
Comment 1 Anders Carlsson 2014-12-08 14:30:47 PST
Created attachment 242847 [details]
Patch
Comment 2 Andreas Kling 2014-12-08 14:36:26 PST
Comment on attachment 242847 [details]
Patch

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

r=me

> Source/WebCore/ChangeLog:3
> +        Build fix.

This does not belong.

> Source/WebCore/platform/network/soup/CookieJarSoup.cpp:230
> -void deleteAllCookiesModifiedSince(const NetworkStorageSession&, std::chrono::system_clock::time_point);
> +void deleteAllCookiesModifiedSince(const NetworkStorageSession&, std::chrono::system_clock::time_point)

Same.
Comment 3 Anders Carlsson 2014-12-08 14:38:50 PST
Committed r176976: <http://trac.webkit.org/changeset/176976>