WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
138828
[GTK] Add API to override the default local storage directory
https://bugs.webkit.org/show_bug.cgi?id=138828
Summary
[GTK] Add API to override the default local storage directory
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
Details
Formatted Diff
Diff
It should apply now
(8.06 KB, patch)
2014-11-18 06:39 PST
,
Carlos Garcia Campos
gustavo
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2014-11-18 03:22:05 PST
Created
attachment 241778
[details]
Patch
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
Committed
r176512
: <
http://trac.webkit.org/changeset/176512
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug