Re: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-11-08 Thread David Grogan
On Wed, Oct 26, 2011 at 4:36 PM, Israel Hilerio isra...@microsoft.comwrote: On Friday, October 14, 2011 2:33 PM, Jonas Sicking wrote: On Thu, Oct 13, 2011 at 10:57 AM, Israel Hilerio isra...@microsoft.com wrote: On Monday, October 10, 2011 10:10 PM, Jonas Sicking wrote: On Thu, Oct 6,

RE: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-11-08 Thread Israel Hilerio
On Tuesday, November 08, 2011 2:09 PM, David Grogan wrote: On Wed, Oct 26, 2011 at 4:36 PM, Israel Hilerio isra...@microsoft.com wrote: On Friday, October 14, 2011 2:33 PM, Jonas Sicking wrote:  The firing of error events on the transaction should only be of two types: propagation error events

Re: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-11-08 Thread David Grogan
On Tue, Nov 8, 2011 at 4:54 PM, Israel Hilerio isra...@microsoft.comwrote: On Tuesday, November 08, 2011 2:09 PM, David Grogan wrote: On Wed, Oct 26, 2011 at 4:36 PM, Israel Hilerio isra...@microsoft.com wrote: On Friday, October 14, 2011 2:33 PM, Jonas Sicking wrote: The firing of error

RE: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-11-08 Thread Israel Hilerio
Yes! By surface I meant bubble, in other words the request errors will continue to bubble up to the onerror handler of the transaction but the fatal errors won't ever be accessible via the onerror handler of the transaction. Israel On Tuesday, November 08, 2011 5:35 PM, David Grogan wrote: On

RE: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-10-26 Thread Israel Hilerio
On Friday, October 14, 2011 2:33 PM, Jonas Sicking wrote: On Thu, Oct 13, 2011 at 10:57 AM, Israel Hilerio isra...@microsoft.com wrote: On Monday, October 10, 2011 10:10 PM, Jonas Sicking wrote: On Thu, Oct 6, 2011 at 3:30 PM, Israel Hilerio isra...@microsoft.com wrote: On Tuesday,

Re: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-10-14 Thread Jonas Sicking
On Thu, Oct 13, 2011 at 10:57 AM, Israel Hilerio isra...@microsoft.com wrote: On Monday, October 10, 2011 10:10 PM, Jonas Sicking wrote: On Thu, Oct 6, 2011 at 3:30 PM, Israel Hilerio isra...@microsoft.com wrote: On Tuesday, October 04, 2011 3:01 AM, Jonas Sicking wrote: On Mon, Oct 3, 2011

RE: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-10-13 Thread Israel Hilerio
On Monday, October 10, 2011 10:10 PM, Jonas Sicking wrote: On Thu, Oct 6, 2011 at 3:30 PM, Israel Hilerio isra...@microsoft.com wrote: On Tuesday, October 04, 2011 3:01 AM, Jonas Sicking wrote: On Mon, Oct 3, 2011 at 7:59 PM, Jonas Sicking jo...@sicking.cc wrote: On Mon, Sep 12, 2011 at

Re: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-10-10 Thread Jonas Sicking
On Thu, Oct 6, 2011 at 3:30 PM, Israel Hilerio isra...@microsoft.com wrote: On Tuesday, October 04, 2011 3:01 AM, Jonas Sicking wrote: On Mon, Oct 3, 2011 at 7:59 PM, Jonas Sicking jo...@sicking.cc wrote: On Mon, Sep 12, 2011 at 2:53 PM, Israel Hilerio isra...@microsoft.com wrote: Based

RE: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-10-06 Thread Israel Hilerio
On Tuesday, October 04, 2011 3:01 AM, Jonas Sicking wrote: On Mon, Oct 3, 2011 at 7:59 PM, Jonas Sicking jo...@sicking.cc wrote: On Mon, Sep 12, 2011 at 2:53 PM, Israel Hilerio isra...@microsoft.com wrote: Based on previous conversations, it seems we've agreed that there are

Re: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-10-05 Thread David Grogan
On Tue, Oct 4, 2011 at 3:01 AM, Jonas Sicking jo...@sicking.cc wrote: On Mon, Oct 3, 2011 at 7:59 PM, Jonas Sicking jo...@sicking.cc wrote: On Mon, Sep 12, 2011 at 2:53 PM, Israel Hilerio isra...@microsoft.com wrote: Based on previous conversations, it seems we've agreed that there are

Re: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-10-04 Thread Jonas Sicking
On Mon, Oct 3, 2011 at 7:59 PM, Jonas Sicking jo...@sicking.cc wrote: On Mon, Sep 12, 2011 at 2:53 PM, Israel Hilerio isra...@microsoft.com wrote: Based on previous conversations, it seems we've agreed that there are situations in which a transaction could failed independent of explicit

Re: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-10-03 Thread Jonas Sicking
On Mon, Sep 12, 2011 at 2:53 PM, Israel Hilerio isra...@microsoft.com wrote: Based on previous conversations, it seems we've agreed that there are situations in which a transaction could failed independent of explicit requests (i.e. QUOTA_ERR, TIMEOUT_ERR).  We believe that this can be

[indexeddb] Implicit Transaction Request associated with failed transactions

2011-09-12 Thread Israel Hilerio
Based on previous conversations, it seems we've agreed that there are situations in which a transaction could failed independent of explicit requests (i.e. QUOTA_ERR, TIMEOUT_ERR).  We believe that this can be represented as an implicit request that is being triggered by a transaction. We