[Webkit-unassigned] [Bug 62091] Add API to WebKit-GTK to allow setting localStorage database path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 15:49:33 PDT 2011


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





--- Comment #10 from Martin Robinson <mrobinson at webkit.org>  2011-06-14 15:49:33 PST ---
(From update of attachment 97174)
View in context: https://bugs.webkit.org/attachment.cgi?id=97174&action=review

> Source/WebKit/gtk/webkit/webkitwebsettings.cpp:585
> +    * is $XDG_DATA_HOME/webkit/databases/. If this property is not defined
> +    * (or left as default), the localStorage will not be persistent.

What do you mean by  "the localStorage will not be persistent?" From looking at the code it seems that if the value is left as the default, it local stroage will simply persist in the default location.

> Source/WebKit/gtk/webkit/webkitwebsettings.cpp:597
> +                                    "html5-local-storage-database-path",
> +                                    _("Local Storage Database Path"),
> +                                    _("The path to where HTML5 Local Storage databases are stored."),
> +                                    localStoragePath.get(),
> +                                    flags));

Need to fix the indent on the arguments to g_param_spec_string.

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