Bug 145238

Summary: WKWebsiteDataStore API doesn't report webkit.org as using Databases or App Cache after visiting http://www.webkit.org/demos/sticky-notes/
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: clopez, gyuyoung.kim, ossy, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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.