Re: Proposal: Navigation of JSON documents with html-renderer-script link relation

2011-02-19 Thread Kris Zyp
Wow, +1 to basically everything you said, excellent refinements. The only thing I would add/argue is that I don't think that automated parsing of JSON is really all that important. Writing JSON.parse(event.responseText) isn't really that hard, and it puts syntax errors into the hands of the

Re: [Bug 11348] New: [IndexedDB] Overhaul of the event model

2011-02-19 Thread Jonas Sicking
On Fri, Feb 18, 2011 at 5:58 PM, Jeremy Orlow jor...@chromium.org wrote: If an exception is unhanded in an IDB event handler, we abort the transaction.  Should we continue firing the other handlers when this happens, though? What do you mean by other handlers? The other handlers for that same