Bug 145238 - WKWebsiteDataStore API doesn't report webkit.org as using Databases or App Cache after visiting http://www.webkit.org/demos/sticky-notes/
Summary: WKWebsiteDataStore API doesn't report webkit.org as using Databases or App Ca...
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-05-20 18:21 PDT by Anders Carlsson
Modified: 2015-05-21 00:37 PDT (History)
4 users (show)

See Also:


Attachments
Patch (7.50 KB, patch)
2015-05-20 18:24 PDT, 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-05-20 18:21:43 PDT
WKWebsiteDataStore API doesn't report webkit.org as using Databases or App Cache after visiting http://www.webkit.org/demos/sticky-notes/
Comment 1 Anders Carlsson 2015-05-20 18:24:57 PDT
Created attachment 253486 [details]
Patch
Comment 2 Anders Carlsson 2015-05-20 18:30:25 PDT
Committed r184686: <http://trac.webkit.org/changeset/184686>
Comment 3 Carlos Alberto Lopez Perez 2015-05-20 21:16:34 PDT
(In reply to comment #2)
> Committed r184686: <http://trac.webkit.org/changeset/184686>

This broke the GTK build: 

../../Source/WebKit2/UIProcess/gtk/WebProcessPoolGtk.cpp:86:72: error: no ‘WTF::String WebKit::WebProcessPool::platformDefaultApplicationCacheDirectory() const’ member function declared in class ‘WebKit::WebProcessPool’
 WTF::String WebProcessPool::platformDefaultApplicationCacheDirectory() const

https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Build%29/builds/58800/steps/compile-webkit/logs/stdio
Comment 4 Csaba Osztrogonác 2015-05-21 00:36:04 PDT
EFL buildfix landed in https://trac.webkit.org/changeset/184694
Comment 5 Csaba Osztrogonác 2015-05-21 00:37:43 PDT
And the GTK fix landed in https://trac.webkit.org/changeset/184696 , 
thanks for the fixes Gyuyoung.