[Webkit-unassigned] [Bug 144048] [SOUP] Use a webkit subdirectory for the disk cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 23 00:20:21 PDT 2015


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

--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #2)
> Comment on attachment 251335 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=251335&action=review
> 
> > Source/WebKit2/NetworkProcess/soup/NetworkProcessSoup.cpp:86
> > +    String diskCachePath = WebCore::pathByAppendingComponent(parameters.diskCacheDirectory, "webkit");
> 
> How do you feel about webkitgtk-disk-cache or something like that?

I avoided using gtk because this code is common among ports using SOUP and adding an #ifdef just for the name is probably too much noise for little benefit. I considered webkitcache, but it sounded redundant because it's in the $XDG_CACHE_HOME directory. Also, the new cache always creates this extra dir, named WebKitCache, so that would conflict with webkitcache in some file systems.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150423/379f1ba1/attachment-0001.html>


More information about the webkit-unassigned mailing list