[Webkit-unassigned] [Bug 47715] Web Inspector: move frontend settings to local storage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 06:12:27 PDT 2010


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





--- Comment #5 from Pavel Podivilov <podivilov at chromium.org>  2010-10-19 06:12:26 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > I have 2 concerns:
> > 1) LocalStorage is racy if you use it from 2 threads/processes.  Are you OK with this?
> That could be a problem, we should probably use Web SQL DB instead.
We just need a dictionary for our settings, and SQL is much more than that. And since we aren't concerned about atomicity, localStorage should work pretty well for us.

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