Re: WebApps' new charter has been approved

2012-04-27 Thread Arthur Barstow
On 4/27/12 10:51 AM, ext Mounir Lamouri wrote: The "Screen Orientation API" is now listed as "View Orientation API". I do not really understand why this change has been made. I could understand that "Screen Orientation" might be confusing with "DeviceOrientation" but "View Orientation" isn't re

Re: BlobBuilder.append() should take ArrayBufferView in addition to ArrayBuffer

2012-04-27 Thread Arun Ranganathan
On Apr 27, 2012, at 1:28 AM, Anne van Kesteren wrote: > On Fri, 27 Apr 2012 00:13:42 +0200, Arun Ranganathan > wrote: >> The constructor will switch to use ArrayBufferView in lieu of ArrayBuffer, >> but the read method exposed on FileReader and FileReaderSync will read files >> into memory as

Re: [whatwg] [Server-Sent Events] Infinite reconnection clarification

2012-04-27 Thread Tab Atkins Jr.
On Fri, Apr 27, 2012 at 4:12 AM, Odin Hørthe Omdal wrote: > I think I should do a TLDR since I didn't really get any answers: > > 1. Should EventSource *ever* time out once it has once been connected? > 2. What do browsers do today? What do you think is a good thing to do? > > I tried Opera, Firef

Re: WebApps' new charter has been approved

2012-04-27 Thread Mounir Lamouri
On 4/27/12 3:07 PM, Arthur Barstow wrote: Hi All, Yesterday the Director announced WebApps' new charter [Charter] was approved so thanks to all that helped with the chartering effort. I added all of the new specs to our [PubStatus] page and made a couple of tweaks to the group's [WorkMode] wiki

Re: BlobBuilder.append() should take ArrayBufferView in addition to ArrayBuffer

2012-04-27 Thread Glenn Maynard
On Fri, Apr 27, 2012 at 12:28 AM, Anne van Kesteren wrote: > On Fri, 27 Apr 2012 00:13:42 +0200, Arun Ranganathan < > aranganat...@mozilla.com> wrote: > >> The constructor will switch to use ArrayBufferView in lieu of >> ArrayBuffer, but the read method exposed on FileReader and FileReaderSync >>

WebApps' new charter has been approved

2012-04-27 Thread Arthur Barstow
Hi All, Yesterday the Director announced WebApps' new charter [Charter] was approved so thanks to all that helped with the chartering effort. I added all of the new specs to our [PubStatus] page and made a couple of tweaks to the group's [WorkMode] wiki. As is done with our "old" specs, our

Re: [Server-Sent Events] Infinite reconnection clarification

2012-04-27 Thread Odin Hørthe Omdal
I think I should do a TLDR since I didn't really get any answers: 1. Should EventSource *ever* time out once it has once been connected? 2. What do browsers do today? What do you think is a good thing to do? I tried Opera, Firefox and Chromium for question 2. Opera: Gives up after 2-3 minutes.

Re: CORS in Google App Engine

2012-04-27 Thread Anne van Kesteren
On Thu, 26 Apr 2012 17:46:27 +0200, Bruce Sherwood wrote: (My apologies if this appears twice, but it looks like my original posting got lost in the process of subscribing.) This is a forum to discuss standards, not one for how to use them in particular environments. I suggest you try http:

CORS in Google App Engine

2012-04-27 Thread Bruce Sherwood
(My apologies if this appears twice, but it looks like my original posting got lost in the process of subscribing.) I've searched unsuccessfully for more help on enabling CORS in a Python-based Google App Engine web site. I want to enable cross-origin access to a folder containing jpeg files (to b

CORS in Google App Engine

2012-04-27 Thread Bruce Sherwood
I've searched unsuccessfully for more help on enabling CORS in a Python-based Google App Engine web site. I want to enable cross-origin access to a folder containing jpeg files (to be used as textures in a WebGL application). What I found as an example for an enable script is this (where I've added

Re: Request for FormData.remove() method

2012-04-27 Thread Ivan Enderlin @ Hoa
Hi David, Anne and others, On 26/04/12 13:55, Anne van Kesteren wrote: On Wed, 18 Apr 2012 20:07:57 +0200, Bronislav Klučka wrote: FormData can be useful not only to be sent via XHR, but essentially to hold form values easily, e.g. you can have settings form (that you do not need to send any