Re: [XHR] Event processing during synchronous request

2012-09-10 Thread Anne van Kesteren
On Sun, Sep 9, 2012 at 6:33 PM, Mike Wilson mike...@hotmail.com wrote: I didn't find statements directly addressing this in http://www.w3.org/TR/XMLHttpRequest/ or http://www.whatwg.org/specs/web-apps/current-work/multipage/fetching-resourc es.html but maybe there are indirect relationships

RE: [XHR] Event processing during synchronous request

2012-09-10 Thread Mike Wilson
Anne van Kesteren wrote: On Sun, Sep 9, 2012 at 6:33 PM, Mike Wilson mike...@hotmail.com wrote: I didn't find statements directly addressing this in http://www.w3.org/TR/XMLHttpRequest/ or http://www.whatwg.org/specs/web-apps/current-work/multipage/fe tching-resourc es.html but

Re: [XHR] Event processing during synchronous request

2012-09-10 Thread Anne van Kesteren
On Mon, Sep 10, 2012 at 10:05 AM, Mike Wilson mike...@hotmail.com wrote: Thanks. So I understand it is the HTML specification reference that provides details on this behaviour for the XHR spec. I'll look further there as its fetching section by itself doesn't directly express the relationship

[quota-api] Need for session storage type

2012-09-10 Thread Tobie Langel
Hi all, Following a recent conversation with Jonas (and contrary to what I initially claimed here) there's value in adding a third storage type to the Quota API: Session storage. Contrary to temporary storage which might not get wiped across UA sessions, Session storage MUST get wiped when the

[quota-api] API change suggestions

2012-09-10 Thread Tobie Langel
Hi, I'm very happy with the API changes we where able to make to the Quota API, but there's a method name we have left untouched and that I haven't figured out how to tackle until today: queryUsageAndQuota. The name is horrendous and is going to make developers cringe. It's also not very

Re: [FileAPI] Blob constructor should probably take a sequence, not an IDL array object

2012-09-10 Thread Cameron McCormack
Arun Ranganathan: I've pinged heycam to see if this is a proper use of the sequence type. I'm not sure it allows for such a variation in parameters. I agree with Boris, it makes sense to use sequence here. Whenever you just want to take a list of values in an operation argument, and you