[Webkit-unassigned] [Bug 101688] [EFL][WK2] Add ewk_settings_offline_web_application_cache_enabled set/get API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 11 15:54:31 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101688





--- Comment #7 from Jiyeon Kim <jiyeon0402.kim at samsung.com>  2012-11-11 15:56:13 PST ---
(In reply to comment #6)
> (From update of attachment 173188 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=173188&action=review
> 
> >>>> Source/WebKit2/ChangeLog:9
> >>>> +        And enable offline web application cache for WebKit2 EFL port
> >>> 
> >>> Can I know where the caches are saved ?
> >> 
> >> The application cahce default directory is homedirectory+"/WebKitEfl/Applications"
> > 
> > This does not sound right. We are supposed to use standard XDG paths. It is likely to be ${XDG_DATA_HOME}/WebKitEfl/Applications (otherwise, it should be fixed).
> 
> Actually $XDG_CACHE_HOME instead of $XDG_DATA_HOME since it is a cache.
Yes, you're right. Actual directory can get using Webcontext::applicationCacheDirectory(). This method returns String::fromUTF8(efreet_cache_home_get()) + "/WebKitEfl/Applications"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list