RE: [indexeddb] openCursor optional parameters issue

2011-07-08 Thread Eliot Graff
PM To: Eliot Graff Cc: Israel Hilerio; public-webapps@w3.org; Adam Herchenroether; Victor Ngo Subject: Re: [indexeddb] openCursor optional parameters issue On Thu, Jul 7, 2011 at 5:24 PM, Eliot Graff eliot.gr...@microsoft.com wrote: Done and pushed to Mercurial. Updated sync and async

RE: [indexeddb] openCursor optional parameters issue

2011-07-07 Thread Eliot Graff
Of Jonas Sicking Sent: Thursday, June 30, 2011 2:30 PM To: Israel Hilerio Cc: public-webapps@w3.org; Adam Herchenroether; Victor Ngo Subject: Re: [indexeddb] openCursor optional parameters issue On Thu, Jun 30, 2011 at 1:19 PM, Israel Hilerio isra...@microsoft.com wrote: On Tuesday, June 28

Re: [indexeddb] openCursor optional parameters issue

2011-07-07 Thread Jonas Sicking
On Thu, Jul 7, 2011 at 5:24 PM, Eliot Graff eliot.gr...@microsoft.com wrote: Done and pushed to Mercurial. Updated sync and async versions of openCursor on ObjectStore and Index as follows: made type of 'range' equal to any made 'range' nullable I think you missed updating one of the

RE: [indexeddb] openCursor optional parameters issue

2011-06-30 Thread Israel Hilerio
On Tuesday, June 28, 2011 7:31 PM, Jonas Sicking wrote: On Tue, Jun 28, 2011 at 4:59 PM, Israel Hilerio isra...@microsoft.com wrote: On Tuesday, June 28, 2011 12:49 PM, Jonas Sicking wrote: On Tue, Jun 28, 2011 at 10:53 AM, Israel Hilerio isra...@microsoft.com wrote: On Monday, June

Re: [indexeddb] openCursor optional parameters issue

2011-06-30 Thread Jonas Sicking
On Thu, Jun 30, 2011 at 1:19 PM, Israel Hilerio isra...@microsoft.com wrote: On Tuesday, June 28, 2011 7:31 PM, Jonas Sicking wrote: On Tue, Jun 28, 2011 at 4:59 PM, Israel Hilerio isra...@microsoft.com wrote: On Tuesday, June 28, 2011 12:49 PM, Jonas Sicking wrote: On Tue, Jun 28, 2011 at

RE: [indexeddb] openCursor optional parameters issue

2011-06-28 Thread Israel Hilerio
On Monday, June 27, 2011 8:21 PM, Jonas Sicking wrote: On Mon, Jun 27, 2011 at 11:42 AM, Israel Hilerio isra...@microsoft.com wrote: The IDBObjectStore.openCursor method is defined to have two optional parameters: * IDBRequest openCursor (in optional any range, in optional unsigned short

Re: [indexeddb] openCursor optional parameters issue

2011-06-28 Thread Jonas Sicking
On Tue, Jun 28, 2011 at 10:53 AM, Israel Hilerio isra...@microsoft.com wrote: On Monday, June 27, 2011 8:21 PM, Jonas Sicking wrote: On Mon, Jun 27, 2011 at 11:42 AM, Israel Hilerio isra...@microsoft.com wrote: The IDBObjectStore.openCursor method is defined to have two optional parameters:

RE: [indexeddb] openCursor optional parameters issue

2011-06-28 Thread Israel Hilerio
On Tuesday, June 28, 2011 12:49 PM, Jonas Sicking wrote: On Tue, Jun 28, 2011 at 10:53 AM, Israel Hilerio isra...@microsoft.com wrote: On Monday, June 27, 2011 8:21 PM, Jonas Sicking wrote: On Mon, Jun 27, 2011 at 11:42 AM, Israel Hilerio isra...@microsoft.com wrote: The

Re: [indexeddb] openCursor optional parameters issue

2011-06-28 Thread Jonas Sicking
On Tue, Jun 28, 2011 at 4:59 PM, Israel Hilerio isra...@microsoft.com wrote: On Tuesday, June 28, 2011 12:49 PM, Jonas Sicking wrote: On Tue, Jun 28, 2011 at 10:53 AM, Israel Hilerio isra...@microsoft.com wrote: On Monday, June 27, 2011 8:21 PM, Jonas Sicking wrote: On Mon, Jun 27, 2011 at

[indexeddb] openCursor optional parameters issue

2011-06-27 Thread Israel Hilerio
The IDBObjectStore.openCursor method is defined to have two optional parameters: * IDBRequest openCursor (in optional any range, in optional unsigned short direction) raises (IDBDatabaseException); Based on the examples in the spec, it seems we're envisioning the method to be used in the

Re: [indexeddb] openCursor optional parameters issue

2011-06-27 Thread Jonas Sicking
On Mon, Jun 27, 2011 at 11:42 AM, Israel Hilerio isra...@microsoft.com wrote: The IDBObjectStore.openCursor method is defined to have two optional parameters: * IDBRequest openCursor (in optional any range, in optional unsigned short direction) raises (IDBDatabaseException); Based on the