Re: LCWD comments

2010-07-27 Thread Ian Hickson
On Thu, 1 Jul 2010, Krzysztof Maczy�~Dski wrote: > > [a] http://www.w3.org/TR/2009/WD-eventsource-20091222/ > > 0. In [a]: > > The W3C Web Apps Working Group > It's either "WebApps" or "Web Applications" according to the charter. Fixed. > 1. [a] references HTML5 which is unlikely to go to Rec

Re: Lifetime of Blob URL

2010-07-27 Thread Dmitry Titov
Thanks Jonas, Just to clarify some details we had while discussing this, could you confirm if this matches with your thinking (or not): 1. If blob was created in window1, blob.url was queried, then passed (as JS object) to window2, and window1 was closed - then the url gets invalidated when windo

Re: [IndexedDB] Current editor's draft

2010-07-27 Thread Jeremy Orlow
On Tue, Jul 27, 2010 at 4:38 PM, Jonas Sicking wrote: > On Tue, Jul 27, 2010 at 3:14 AM, Jeremy Orlow wrote: > > On Tue, Jul 27, 2010 at 12:22 AM, Jonas Sicking > wrote: > >> > >> On Sat, Jul 24, 2010 at 8:29 AM, Jeremy Orlow > wrote: > >> >> >> And is it > >> >> >> only possible to lock exist

Re: [IndexedDB] Current editor's draft

2010-07-27 Thread Jonas Sicking
On Tue, Jul 27, 2010 at 3:14 AM, Jeremy Orlow wrote: > On Tue, Jul 27, 2010 at 12:22 AM, Jonas Sicking wrote: >> >> On Sat, Jul 24, 2010 at 8:29 AM, Jeremy Orlow wrote: >> >> >> And is it >> >> >> only possible to lock existing rows, or can you prevent new records >> >> >> from being created? >>

Re: [xhr] RFC2617 Digest authentication

2010-07-27 Thread Yrjänä Rankka
Please correct me if I'm wrong, but as I read the XHR level 2 draft, it seems impossible to do Digest auth with custom mechanism for acquiring the authentication credentials. I.e. supplying your own login dialog. To correctly digest authenticate, one needs to be challenged by the server firs

[widgets] Next call is August 5

2010-07-27 Thread Arthur Barstow
Because of vacations and conflicting meetings, the next widgets call will be August 5 (draft agenda will be posted on August 4). Open actions and issues for the widget product: http://www.w3.org/2008/webapps/track/products/8 Minutes from last call: http://www.w3.org/2010/07/08-wam-minute

Fwd: Web Notification Charter is out for review by W3C Members

2010-07-27 Thread Arthur Barstow
FYI. Original Message Subject:Web Notification Charter is out for review by W3C Members Date: Mon, 26 Jul 2010 22:58:14 +0200 From: ext Philippe Le Hegaret To: public-web-notificat...@w3.org Folks, the charter is now out for formal review by the W3C Members

Re: [IndexedDB] Current editor's draft

2010-07-27 Thread Jeremy Orlow
On Tue, Jul 27, 2010 at 12:22 AM, Jonas Sicking wrote: > On Sat, Jul 24, 2010 at 8:29 AM, Jeremy Orlow wrote: > >> >> And is it > >> >> only possible to lock existing rows, or can you prevent new records > >> >> from being created? > >> > > >> > There's no way to lock yet to be created rows sinc