Bug 138828

Summary: [GTK] Add API to override the default local storage directory
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, commit-queue, gustavo, mrobinson
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 138826    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
It should apply now gustavo: review+

Carlos Garcia Campos
Reported 2014-11-18 03:17:57 PST
It's currently not possible to override the default local storage directory, so that all webkitgtk applications are storing the local storage data in the same directory. This is particularly problematic for private instances like incognito mode. See https://bugzilla.gnome.org/show_bug.cgi?id=738720. This depends on bug #138826, since the local storage directory path is a construct only configuration, it's not possible to override that for the default web context.
Attachments
Patch (8.06 KB, patch)
2014-11-18 03:22 PST, Carlos Garcia Campos
no flags
It should apply now (8.06 KB, patch)
2014-11-18 06:39 PST, Carlos Garcia Campos
gustavo: review+
Carlos Garcia Campos
Comment 1 2014-11-18 03:22:05 PST
Carlos Garcia Campos
Comment 2 2014-11-18 06:39:31 PST
Created attachment 241787 [details] It should apply now
WebKit Commit Bot
Comment 3 2014-11-18 06:42:21 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Gustavo Noronha (kov)
Comment 4 2014-11-21 05:31:54 PST
Comment on attachment 241787 [details] It should apply now View in context: https://bugs.webkit.org/attachment.cgi?id=241787&action=review So no convenience _new? I think that is ok, but worth noting so you can consider =) > Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:255 > + WebKitWebContext* webContext = WEBKIT_WEB_CONTEXT(object); > + WebKitWebContextPrivate* priv = webContext->priv; It doesn't hurt my eyes, but this should move to before the priv->localStorageDictory.isNull check in theory. > Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebKitWebContext.cpp:42 > + // Local Sorage Directory. This doesn't add much information, I'd do away with it - the variable name is enough documentation.
Carlos Garcia Campos
Comment 5 2014-11-23 23:23:52 PST
Note You need to log in before you can comment on or make changes to this bug.