[Webkit-unassigned] [Bug 123458] [GTK] Put cache files in XDG_CACHE_HOME

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 12 00:40:59 PST 2013


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


Enrique Ocaña <eocanha at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eocanha at igalia.com




--- Comment #1 from Enrique Ocaña <eocanha at igalia.com>  2013-12-12 00:39:11 PST ---
There are three places where XDG env vars are used:

WebKit/gtk/webkit/webkitapplicationcache.cpp: * $XDG_CACHE_HOME/webkitgtk/applications and cannot be modified.
WebKit/gtk/webkit/webkiticondatabase.cpp: * ~/.local/share/webkit/icondatabase, depending on XDG_DATA_HOME.
WebKit/gtk/webkit/webkitwebsettings.cpp:    * "enable-html5-local-storage". The default path is $XDG_DATA_HOME/webkit/databases/.

The icon database can be considered "cache". The HTML5 local storage can't, and sould remain where it is by default. However, it can be changed by the application via the "html5-local-storage-database-path" property in WebKitWebSettings.

I'm going to prepare a patch to change the icon database path.

-- 
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