[chromium-dev] Re: localStorage design document - please offer feedback!

2009-04-16 Thread Jeremy Orlow
On Tue, Apr 14, 2009 at 9:32 AM, Darin Fisher da...@chromium.org wrote: Please ask Brett Wilson to review your DB schema and operations. Brett, can you please take a look? The database part of it is towards the end of the page.

[chromium-dev] Re: localStorage design document - please offer feedback!

2009-04-15 Thread Michael Nordman
+ chromium-dev chromium-dev@googlegroups.com On Tue, Apr 14, 2009 at 9:36 AM, Darin Fisher da...@chromium.org wrote: DOM Storage Overview LGTM LocalStorage The exception is when a synchronous operation (synch XHR or alert() are examples) or when navigator.unlockStorage() is executed -- I

[chromium-dev] Re: localStorage design document - please offer feedback!

2009-04-15 Thread Jeremy Orlow
On Wed, Apr 15, 2009 at 5:25 PM, Michael Nordman micha...@chromium.orgwrote: + chromium-dev chromium-dev@googlegroups.com On Tue, Apr 14, 2009 at 9:36 AM, Darin Fisher da...@chromium.org wrote: DOM Storage Overview LGTM LocalStorage The exception is when a synchronous operation

[chromium-dev] Re: localStorage design document - please offer feedback!

2009-04-14 Thread Darin Fisher
*DOM Storage Overview* LGTM *LocalStorage* The exception is when a synchronous operation (synch XHR or alert() are examples) or when navigator.unlockStorage() is executed -- I think you should also say that the lock is released when calling into a plugin. I believe that issue was also

[chromium-dev] Re: localStorage design document - please offer feedback!

2009-04-14 Thread Jeremy Orlow
Everything without a comment has been incorporated into the doc. On Tue, Apr 14, 2009 at 9:36 AM, Darin Fisher da...@chromium.org wrote: LocalStorage Luckily, each origin is completely isolated from the next, so we essentially must implement a per-origin lock for localStorage. -- In

[chromium-dev] Re: localStorage design document - please offer feedback!

2009-04-13 Thread Jeremy Orlow
I've gotten very few comments. I assume no news is good news? :-) On Tue, Apr 7, 2009 at 9:27 PM, Jeremy Orlow jor...@chromium.org wrote: Actually, if you want to edit, try these links: http://docs.google.com/a/chromium.org/Doc?id=dhs4g97m_0hjv3nqc7hl=en