Re: IndexedDB: calling IDBTransaction.objectStore() or IDBObjectStore.index() after transaction is finished?

2011-12-15 Thread Jonas Sicking
On Thu, Dec 15, 2011 at 12:54 PM, Joshua Bell wrote: > Is there any particular reason why IDBTransaction.objectStore() and > IDBObjectStore.index() should be usable (i.e. return values vs. raise > exceptions) after the containing transaction has finished? > > Changing the spec so that calling thes

Re: Barewords in on* attributes, redux (also, find() and company)

2011-12-15 Thread Boris Zbarsky
On 12/14/11 4:52 PM, Boris Zbarsky wrote: Ok. It's just a simple spider that starts with the list at http://code.google.com/p/httparchive/source/browse/trunk/lists/All.txt and for each of those urls loads the url itself and then follows all same-host links from that page. So loads the front page

Re: [Pointer Lock] Few comments

2011-12-15 Thread Olli Pettay
Filed https://bugzilla.mozilla.org/show_bug.cgi?id=711276 and https://bugs.webkit.org/show_bug.cgi?id=74660 On 12/16/2011 01:49 AM, Olli Pettay wrote: On 12/16/2011 01:04 AM, Darin Fisher wrote: On Thu, Dec 15, 2011 at 1:39 PM, Olli Pettay mailto:olli.pet...@helsinki.fi>> wrote: On 12/15/20

Re: [Pointer Lock] Few comments

2011-12-15 Thread Olli Pettay
On 12/16/2011 01:04 AM, Darin Fisher wrote: On Thu, Dec 15, 2011 at 1:39 PM, Olli Pettay mailto:olli.pet...@helsinki.fi>> wrote: On 12/15/2011 11:27 PM, Vincent Scheib wrote: On Thu, Dec 15, 2011 at 6:16 AM, Olli Pettay mailto:olli.pet...@helsinki.fi>

[Bug 15223] New: Need to add an DOMError error attribute to the IDBTransaction interface

2011-12-15 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15223 Summary: Need to add an DOMError error attribute to the IDBTransaction interface Product: WebAppsWG Version: unspecified Platform: All OS/Version: All Status: NEW

Re: [Pointer Lock] Few comments

2011-12-15 Thread Darin Fisher
On Thu, Dec 15, 2011 at 1:39 PM, Olli Pettay wrote: > On 12/15/2011 11:27 PM, Vincent Scheib wrote: > >> >> >> On Thu, Dec 15, 2011 at 6:16 AM, Olli Pettay > > wrote: >> >>Hi all, >> >>few comments about the API >> >>(1) >>currently >>http://d

IndexedDB: calling IDBTransaction.objectStore() or IDBObjectStore.index() after transaction is finished?

2011-12-15 Thread Joshua Bell
Is there any particular reason why IDBTransaction.objectStore() and IDBObjectStore.index() should be usable (i.e. return values vs. raise exceptions) after the containing transaction has finished? Changing the spec so that calling these methods after the containing transaction has finished raises

Re: [Pointer Lock] Few comments

2011-12-15 Thread Olli Pettay
On 12/15/2011 11:27 PM, Vincent Scheib wrote: On Thu, Dec 15, 2011 at 6:16 AM, Olli Pettay mailto:olli.pet...@helsinki.fi>> wrote: Hi all, few comments about the API (1) currently http://dvcs.w3.org/hg/__webevents/raw-file/default/__mouse-lock.html

Re: [Pointer Lock] Few comments

2011-12-15 Thread Vincent Scheib
On Thu, Dec 15, 2011 at 6:16 AM, Olli Pettay wrote: > Hi all, > > few comments about the API > > (1) > currently http://dvcs.w3.org/hg/**webevents/raw-file/default/** > mouse-lock.htmluses > VoidCallback which isn't defined anywher

Widget-DSig's choice of RSA-4096 Re: [widgets] How to divorce widgets-digsig from Elliptic Curve PAG?

2011-12-15 Thread Marcos Caceres
On Thursday, December 15, 2011 at 4:51 PM, Brian LaMacchia wrote: > 3) Widget-DSig's choice of RSA-4096 is particularly surprising given the > increased size of the signature & verification cost relative to ECDSA-SHA256. > That's not going to be efficient to validate, especially not for smartp

Re: [widgets] How to divorce widgets-digsig from Elliptic Curve PAG?

2011-12-15 Thread Marcos Caceres
On Thursday, December 15, 2011 at 4:51 PM, Brian LaMacchia wrote: > Hello all, > > Sorry for coming to this thread late (I'm on vacation) but I want to comment > on a number of points raised during this thread: > > 1) Concerning the suggestion to move ECDSA out of XMLDSIG 1.1, that > sugge

RE: [widgets] How to divorce widgets-digsig from Elliptic Curve PAG?

2011-12-15 Thread Brian LaMacchia
Hello all, Sorry for coming to this thread late (I'm on vacation) but I want to comment on a number of points raised during this thread: 1) Concerning the suggestion to move ECDSA out of XMLDSIG 1.1, that suggestion is a non-starter for XMLDSIG. One of the main motivations for XMLDSIG 1.1 is

Re: [widgets] How to divorce widgets-digsig from Elliptic Curve PAG?

2011-12-15 Thread Thomas Roessler
Works for me, too. -- Thomas Roessler, W3C(@roessler) On 2011-12-13, at 22:14 +0100, Philippe Le Hegaret wrote: > On Tue, 2011-12-13 at 13:14 -0500, Arthur Barstow wrote: >> Hi All, >> >> The Widgets DigSig spec [W-DigSig] has been sitting in PR for over 4 >> months now, blocked on th

Re: [widgets] How to divorce widgets-digsig from Elliptic Curve PAG?

2011-12-15 Thread Marcos Caceres
On Wednesday, December 14, 2011 at 10:31 PM, Marcos Caceres wrote: > > > On Wednesday, 14 December 2011 at 21:06, Rigo Wenning wrote: > > > Hi all, > > > > as the PAG chair of this XMLSEC PAG, let me tell you that support from the > > industry in sorting this out was low so far. What I hea

[Pointer Lock] Few comments

2011-12-15 Thread Olli Pettay
Hi all, few comments about the API (1) currently http://dvcs.w3.org/hg/webevents/raw-file/default/mouse-lock.html uses VoidCallback which isn't defined anywhere. I guess there should be something like void lock (in Element target, optional in LockSuccessCallback successCallback,

[Bug 15210] New: Consider dispatching an event when bufferedAmount drops to 0

2011-12-15 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15210 Summary: Consider dispatching an event when bufferedAmount drops to 0 Product: WebAppsWG Version: unspecified Platform: PC OS/Version: Linux Status: NEW

[Bug 15209] New: send() should not close the connection so easily

2011-12-15 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15209 Summary: send() should not close the connection so easily Product: WebAppsWG Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Prio

Re: CfC: add Quota API to WebApps' charter; deadline December 20

2011-12-15 Thread Arthur Barstow
Hi Kinuko, All, Besides the Chromium team, I think it would be helpful if other browser vendors would state their level of interest for this API (e.g. would review drafts, prototype, deploy, etc.). Kinuko - do you have a commitment for the Editor role and testing related tasks e.g. creating