[Webkit-unassigned] [Bug 28036] [Qt] Public API to configure the storage path for HTML5 localStorage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 07:57:39 PDT 2009


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





--- Comment #3 from Simon Hausmann <hausmann at webkit.org>  2009-08-06 07:57:38 PDT ---
(In reply to comment #2)
> Actually the database part is just the way it is stored, but AFAIK you dont
> rerally use it as a database (as with the WebDatabase API) and as such I think
> we should just call it LocalStorage and mention in the docs that it is the
> local part of the WebStorage API.

Right, only the local storge as part of WebStorage is persistent and therefore
requires disk access.

One thing I'm concerned about though in this context is that we're providing
this path setting per QWebPage, where as all our existing path settings are
global.

In WebKit however the local storage is not a property of the page, it is a
property of the page group.

If we want to introduce support for page groups in the future, then we have to
decide what we want to do with these path settings per page.

Should a page group result in all associated QWebPage instances also sharing
the same QWebSettings object, i.e. QWebPage::settings() on all the pages in the
group returning the same shared object?

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