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

Re: [indexeddb] openCursor optional parameters issue

2011-06-27 Thread Jonas Sicking
On Mon, Jun 27, 2011 at 11:42 AM, Israel Hilerio 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 examples in the s

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 > wrote: > > The IDBObjectStore.openCursor method is defined to have two optional > parameters: > > * IDBRequest openCursor (in optional any range, in optional unsigned > > short direction) ra

Re: [indexeddb] openCursor optional parameters issue

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

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 > wrote: > > On Monday, June 27, 2011 8:21 PM, Jonas Sicking wrote: > >> On Mon, Jun 27, 2011 at 11:42 AM, Israel Hilerio > >> > >> wrote: > >> > The IDBObjectStore.openCursor method is def

Re: [indexeddb] openCursor optional parameters issue

2011-06-28 Thread Jonas Sicking
On Tue, Jun 28, 2011 at 4:59 PM, Israel Hilerio wrote: > On Tuesday, June 28, 2011 12:49 PM, Jonas Sicking wrote: >> On Tue, Jun 28, 2011 at 10:53 AM, Israel Hilerio >> wrote: >> > On Monday, June 27, 2011 8:21 PM, Jonas Sicking wrote: >> >> On Mon, Jun 27, 2011 at 11:42 AM, Israel Hilerio >> >>

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 > wrote: > > On Tuesday, June 28, 2011 12:49 PM, Jonas Sicking wrote: > >> On Tue, Jun 28, 2011 at 10:53 AM, Israel Hilerio > >> > >> wrote: > >> > On Monday, June 27, 2011 8:21 PM, Jonas Sic

Re: [indexeddb] openCursor optional parameters issue

2011-06-30 Thread Jonas Sicking
On Thu, Jun 30, 2011 at 1:19 PM, Israel Hilerio wrote: > On Tuesday, June 28, 2011 7:31 PM, Jonas Sicking wrote: >> On Tue, Jun 28, 2011 at 4:59 PM, Israel Hilerio >> wrote: >> > On Tuesday, June 28, 2011 12:49 PM, Jonas Sicking wrote: >> >> On Tue, Jun 28, 2011 at 10:53 AM, Israel Hilerio >> >>

RE: [indexeddb] openCursor optional parameters issue

2011-07-07 Thread Eliot Graff
gt; requ...@w3.org] On Behalf 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 Hiler

Re: [indexeddb] openCursor optional parameters issue

2011-07-07 Thread Jonas Sicking
On Thu, Jul 7, 2011 at 5:24 PM, Eliot Graff 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 cursor opening functions

RE: [indexeddb] openCursor optional parameters issue

2011-07-08 Thread Eliot Graff
7, 2011 5:47 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 wrote: > > Done and pushed to Mercurial. > > &g