[Webkit-unassigned] [Bug 26189] DOM Storage: Changes for Android and macro guards

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 8 11:03:55 PDT 2009


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





------- Comment #6 from benm at google.com  2009-06-08 11:03 PDT -------
(In reply to comment #5)

Hi David, thanks again for the comments.

> A callback function pointer could be passed/set somewhere, and it would only be
> used if not-null.  This might also mean that LocalStorage databases should only
> be opened lazily, but that may not be such a bad thing.

I've tried a different approach with this today and loading the local storage
object only when a page requests it seems to do the trick across all platforms,
including android. This makes the changes to WebCore code minimal. I will
upload two new patches: one with the ENABLE(DOM_STORAGE) guards, the other with
the change for lazily creating the local storage object.

Thanks, Ben


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