[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 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. http://docs.google.com/a/chromium.org/Doc?id=dhs4g97m_1v79p3wdd&hl=en --~--~

[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 wrote: > > + chromium-dev > > On Tue, Apr 14, 2009 at 9:36 AM, Darin Fisher wrote: > > DOM Storage Overview > > LGTM > > > > LocalStorage > > "The exception is when a synchronous operation (synch XHR or alert() are > > examples) or when navigator.

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

2009-04-15 Thread Michael Nordman
+ chromium-dev On Tue, Apr 14, 2009 at 1:16 PM, Jeremy Orlow wrote: >> "When you fire an event, will other windows see it?  If not, no need for >> the rest of this...  When the event is dispatched, a synchronous message >> will be sent to the browser process which will be redistributed to all >

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

2009-04-15 Thread Michael Nordman
+ chromium-dev On Tue, Apr 14, 2009 at 9:36 AM, Darin Fisher 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 think you > should also say that the loc

[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 wrote: > LocalStorage > > "Luckily, each origin is completely isolated from the next, so we > essentially must implement a per-origin lock for localStorage." <-- In > discussing this wi

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

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

[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 wrote: > Actually, if you want to edit, try these links: > http://docs.google.com/a/chromium.org/Doc?id=dhs4g97m_0hjv3nqc7&hl=en > http://docs.google.com/a/chromium.org/Doc?id=dhs4g97

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

2009-04-07 Thread Jeremy Orlow
Actually, if you want to edit, try these links: http://docs.google.com/a/chromium.org/Doc?id=dhs4g97m_0hjv3nqc7&hl=en http://docs.google.com/a/chromium.org/Doc?id=dhs4g97m_1v79p3wdd&hl=en http://docs.google.com/a/chromium.org/Doc?id=dhs4g97m_2c2bvftf6&hl=en On Tue, Apr 7, 2009 at 9:12 PM, Jeremy O