Re: [IndexedDB] IDBKeyRange cleanup

2010-11-01 Thread Cameron McCormack
Jonas Sicking: > Unfortunately there is no way to express this in WebIDL, so I think we > need to describe it in prose instead. I'll raise this with Cameron, > but I think that since at this point only IndexedDB uses these > "static" functions, it might not make sense to add support to WebIDL. I t

Re: [IndexedDB] IDBKeyRange cleanup

2010-11-01 Thread Jonas Sicking
On Monday, November 1, 2010, Jeremy Orlow wrote: > On Sat, Oct 30, 2010 at 12:24 AM, Jonas Sicking wrote: > > > On Sun, Oct 24, 2010 at 8:06 AM, Jeremy Orlow wrote: >> On Sat, Oct 23, 2010 at 2:45 AM, Jonas Sicking wrote: >>> >>> Hi all, >>> >>> IDBKeyRange is in need of some cleanup. The first

Re: [IndexedDB] IDBKeyRange cleanup

2010-11-01 Thread Jeremy Orlow
On Sat, Oct 30, 2010 at 12:24 AM, Jonas Sicking wrote: > On Sun, Oct 24, 2010 at 8:06 AM, Jeremy Orlow wrote: > > On Sat, Oct 23, 2010 at 2:45 AM, Jonas Sicking wrote: > >> > >> Hi all, > >> > >> IDBKeyRange is in need of some cleanup. The first issue is its > >> constructors. Currently the IDL

Re: [IndexedDB] IDBKeyRange cleanup

2010-10-29 Thread Jonas Sicking
On Sun, Oct 24, 2010 at 8:06 AM, Jeremy Orlow wrote: > On Sat, Oct 23, 2010 at 2:45 AM, Jonas Sicking wrote: >> >> Hi all, >> >> IDBKeyRange is in need of some cleanup. The first issue is its >> constructors. Currently the IDL for IDBKeyRange, define that the >> constructors, .only, .leftBound, .

Re: [IndexedDB] IDBKeyRange cleanup

2010-10-24 Thread Jeremy Orlow
On Sat, Oct 23, 2010 at 2:45 AM, Jonas Sicking wrote: > Hi all, > > IDBKeyRange is in need of some cleanup. The first issue is its > constructors. Currently the IDL for IDBKeyRange, define that the > constructors, .only, .leftBound, .rightBound, .bound, on object > instances themselves. I don't t

[IndexedDB] IDBKeyRange cleanup

2010-10-22 Thread Jonas Sicking
Hi all, IDBKeyRange is in need of some cleanup. The first issue is its constructors. Currently the IDL for IDBKeyRange, define that the constructors, .only, .leftBound, .rightBound, .bound, on object instances themselves. I don't think this is intentional since first of all it makes it impossible