[Webkit-unassigned] [Bug 25629] [Gtk] Enable database and localStorage support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 16:31:21 PDT 2009


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





------- Comment #4 from jmalonzo at gmail.com  2009-05-07 16:31 PDT -------
(In reply to comment #2)
> These properties shouldn't be conditional. Rather document that the feature may
> be unavailable.

Updated the patch to remove the conditional.

> 
> As for the two options, could you elaborate on what exactly these affect? I
> have a rough idea of DOM storage but I'm not clear why this need two different
> settings.

"enable-databases" is for the Database API which uses SQL and is asynchronous.
"enable-local-storage" is synchronous and for simple storage. Examples in the
web for localStorage seems that it's for storing key-value pairs i.e,
localStorage["presence"] = "online".


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list