Re: [IndexedDB] Need a method to remove a database

2010-11-09 Thread Jonas Sicking
On Mon, Aug 9, 2010 at 11:21 AM, Pablo Castro wrote: > > From: jor...@google.com [mailto:jor...@google.com] On Behalf Of Jeremy Orlow > Sent: Friday, August 06, 2010 2:34 AM > >>> On Fri, Aug 6, 2010 at 12:37 AM, Jonas Sicking wrote: >>> On Thu, Aug 5, 2010 at 4:02 PM, Pablo Castro >>> wrote: >

RE: [IndexedDB] Need a method to remove a database

2010-08-09 Thread Pablo Castro
From: jor...@google.com [mailto:jor...@google.com] On Behalf Of Jeremy Orlow Sent: Friday, August 06, 2010 2:34 AM >> On Fri, Aug 6, 2010 at 12:37 AM, Jonas Sicking wrote: >> On Thu, Aug 5, 2010 at 4:02 PM, Pablo Castro >> wrote: >> > >> > -Original Message- >> > From: public-webapps-r

Re: [IndexedDB] Need a method to remove a database

2010-08-06 Thread Jeremy Orlow
On Fri, Aug 6, 2010 at 12:37 AM, Jonas Sicking wrote: > On Thu, Aug 5, 2010 at 4:02 PM, Pablo Castro > wrote: > > > > -Original Message- > > From: public-webapps-requ...@w3.org [mailto: > public-webapps-requ...@w3.org] On Behalf Of Jonas Sicking > > Sent: Thursday, August 05, 2010 2:12 P

Re: [IndexedDB] Need a method to remove a database

2010-08-05 Thread Jonas Sicking
On Thu, Aug 5, 2010 at 4:02 PM, Pablo Castro wrote: > > -Original Message- > From: public-webapps-requ...@w3.org [mailto:public-webapps-requ...@w3.org] On > Behalf Of Jonas Sicking > Sent: Thursday, August 05, 2010 2:12 PM > >>> >> I suggest we make removeDatabase (or whatever we call it)

RE: [IndexedDB] Need a method to remove a database

2010-08-05 Thread Pablo Castro
-Original Message- From: public-webapps-requ...@w3.org [mailto:public-webapps-requ...@w3.org] On Behalf Of Jonas Sicking Sent: Thursday, August 05, 2010 2:12 PM >> >> I suggest we make removeDatabase (or whatever we call it) schedule a >> >> database to be deleted, but doesn't actually d

Re: [IndexedDB] Need a method to remove a database

2010-08-05 Thread Jonas Sicking
On Thu, Aug 5, 2010 at 11:03 AM, Jeremy Orlow wrote: > On Thu, Aug 5, 2010 at 6:50 PM, Jonas Sicking wrote: >> >> On Thu, Aug 5, 2010 at 10:22 AM, Jonas Sicking wrote: >> > On Thu, Aug 5, 2010 at 2:30 AM, Jeremy Orlow >> > wrote: >> >> On Wed, Aug 4, 2010 at 7:15 PM, Jonas Sicking wrote: >> >>

Re: [IndexedDB] Need a method to remove a database

2010-08-05 Thread Jeremy Orlow
On Thu, Aug 5, 2010 at 6:50 PM, Jonas Sicking wrote: > On Thu, Aug 5, 2010 at 10:22 AM, Jonas Sicking wrote: > > On Thu, Aug 5, 2010 at 2:30 AM, Jeremy Orlow > wrote: > >> On Wed, Aug 4, 2010 at 7:15 PM, Jonas Sicking wrote: > >>> > >>> On Wed, Aug 4, 2010 at 2:56 AM, Jeremy Orlow > wrote: >

Re: [IndexedDB] Need a method to remove a database

2010-08-05 Thread Jonas Sicking
On Thu, Aug 5, 2010 at 10:22 AM, Jonas Sicking wrote: > On Thu, Aug 5, 2010 at 2:30 AM, Jeremy Orlow wrote: >> On Wed, Aug 4, 2010 at 7:15 PM, Jonas Sicking wrote: >>> >>> On Wed, Aug 4, 2010 at 2:56 AM, Jeremy Orlow wrote: >>> > On Tue, Aug 3, 2010 at 11:26 PM, Jonas Sicking wrote: >>> >> >>>

Re: [IndexedDB] Need a method to remove a database

2010-08-05 Thread Jonas Sicking
On Thu, Aug 5, 2010 at 2:30 AM, Jeremy Orlow wrote: > On Wed, Aug 4, 2010 at 7:15 PM, Jonas Sicking wrote: >> >> On Wed, Aug 4, 2010 at 2:56 AM, Jeremy Orlow wrote: >> > On Tue, Aug 3, 2010 at 11:26 PM, Jonas Sicking wrote: >> >> >> >> On Tue, Aug 3, 2010 at 3:20 PM, Shawn Wilsher >> >> wrote:

Re: [IndexedDB] Need a method to remove a database

2010-08-05 Thread Jeremy Orlow
On Wed, Aug 4, 2010 at 7:15 PM, Jonas Sicking wrote: > On Wed, Aug 4, 2010 at 2:56 AM, Jeremy Orlow wrote: > > On Tue, Aug 3, 2010 at 11:26 PM, Jonas Sicking wrote: > >> > >> On Tue, Aug 3, 2010 at 3:20 PM, Shawn Wilsher > wrote: > >> > Hey all, > >> > > >> > Some of the feedback I've been see

Re: [IndexedDB] Need a method to remove a database

2010-08-04 Thread Jonas Sicking
On Wed, Aug 4, 2010 at 2:56 AM, Jeremy Orlow wrote: > On Tue, Aug 3, 2010 at 11:26 PM, Jonas Sicking wrote: >> >> On Tue, Aug 3, 2010 at 3:20 PM, Shawn Wilsher wrote: >> > Hey all, >> > >> > Some of the feedback I've been seeing on the web is that there is no way >> > to >> > remove a database.

RE: [IndexedDB] Need a method to remove a database

2010-08-04 Thread Pablo Castro
From: public-webapps-requ...@w3.org [mailto:public-webapps-requ...@w3.org] On Behalf Of Jeremy Orlow Sent: Wednesday, August 04, 2010 2:56 AM >> On Tue, Aug 3, 2010 at 11:26 PM, Jonas Sicking wrote: >> On Tue, Aug 3, 2010 at 3:20 PM, Shawn Wilsher wrote: >> > Hey all, >> > >> > Some of the fee

Re: [IndexedDB] Need a method to remove a database

2010-08-04 Thread Jeremy Orlow
On Tue, Aug 3, 2010 at 11:26 PM, Jonas Sicking wrote: > On Tue, Aug 3, 2010 at 3:20 PM, Shawn Wilsher wrote: > > Hey all, > > > > Some of the feedback I've been seeing on the web is that there is no way > to > > remove a database. Examples seem to be "web page wants to allow the user > to > > r

Re: [IndexedDB] Need a method to remove a database

2010-08-03 Thread Jonas Sicking
On Tue, Aug 3, 2010 at 3:20 PM, Shawn Wilsher wrote: > Hey all, > > Some of the feedback I've been seeing on the web is that there is no way to > remove a database.  Examples seem to be "web page wants to allow the user to > remove the data they stored".  A site can almost accomplish this now by >

[IndexedDB] Need a method to remove a database

2010-08-03 Thread Shawn Wilsher
Hey all, Some of the feedback I've been seeing on the web is that there is no way to remove a database. Examples seem to be "web page wants to allow the user to remove the data they stored". A site can almost accomplish this now by removing all object stores, but we still end up storing some