Re: Using FileWriter.truncate() to extend the length of a file?

2010-08-27 Thread Eric Uhrhane
On Thu, Aug 26, 2010 at 2:04 PM, Darin Fisher wrote: > I noticed that FileWriter.truncate() can only be used to shorten a file, and > there does not seem to be a good way to grow a file using FileWriter without > appending data to it.  By contrast, the POSIX ftruncate function can be used > to gro

[Bug 9823] Add "maxExecutionContexts" property with number of hardware execution contexts

2010-08-27 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9823 Ian 'Hixie' Hickson changed: What|Removed |Added Status|NEW |RESOLVED CC|

Re: CfC: publish a new WD of XHR Level 2; deadline September 3

2010-08-27 Thread Jonas Sicking
I support this. On Fri, Aug 27, 2010 at 9:04 AM, Arthur Barstow wrote: > Anne proposes WebApps publish a new WD of XHR Level 2 and this is a Call for > Consensus to do so: > >  http://dev.w3.org/2006/webapi/XMLHttpRequest-2/ > > If you have any comments or concerns about this proposal, please sen

Re: [IndexedDB] Constants and interfaces

2010-08-27 Thread Jonas Sicking
On Fri, Aug 27, 2010 at 2:12 AM, Jeremy Orlow wrote: > On Thu, Aug 26, 2010 at 8:17 PM, Jonas Sicking wrote: >> >> On Wed, Aug 25, 2010 at 6:45 AM, Jeremy Orlow wrote: >> > On Tue, Aug 24, 2010 at 7:34 PM, Jonas Sicking wrote: >> >> >> >> On Tue, Aug 24, 2010 at 10:30 AM, Jeremy Orlow >> >> wr

CfC: to publish a Last Call Working Draft of DOM 3 Events; deadline September 3

2010-08-27 Thread Arthur Barstow
Doug and the folks working on the DOM 3 Events spec believe the spec is now feature-complete and would like to publish a Last Call Working Draft of the spec. As such, this is a Call for Consensus to publish the following document as the LCWD: http://dev.w3.org/2006/webapi/DOM-Level-3-Events/ht

CfC: publish a new WD of XHR Level 2; deadline September 3

2010-08-27 Thread Arthur Barstow
Anne proposes WebApps publish a new WD of XHR Level 2 and this is a Call for Consensus to do so: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/ If you have any comments or concerns about this proposal, please send them to public-webapps by September 3 at the latest. As with all of our CfCs

Re: [XHR] Redirects

2010-08-27 Thread Anne van Kesteren
On Fri, 13 Aug 2010 00:13:16 +0200, João Eiras wrote: Between the boolean and an integer, the integer is more useful, although seeing long redirection chains is somewhat rare and overkill. I went for a boolean followRedirects attribute as that gives sufficient low-level control that people

[cors] Cookies / Referer

2010-08-27 Thread Anne van Kesteren
I updated CORS to use the newly introduced "block cookies flag" of the HTML5 fetch algorithm. This prevents a response to set cookies. This is always used for preflight requests and used for all other requests when the credentials flag is false. In addition the Referer header is excluded fo

Re: [cors] Protecting benign but buggy client side code

2010-08-27 Thread Anne van Kesteren
On Sat, 21 Aug 2010 03:59:09 +0200, Devdatta Akhawe wrote: It seems that over here facebook is a benign server that some time in the past assumed that XHR can only be same origin, and with the introduction of cross origin XHR is suddenly vulnerable to XSS. In general, a client needs to 'add' st

[Bug 10400] [IndexedDB] IDBCursor.continue should not return anything

2010-08-27 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10400 Andrei Popescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 10307] [indexedDB] The default version string is not specified

2010-08-27 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10307 Andrei Popescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 10349] [IndexedDB] IDBDatabase.description should be removed from the spec and made optional

2010-08-27 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10349 Andrei Popescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 10165] [IndexedDB] IDBRequest.abort() should be removed

2010-08-27 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10165 Andrei Popescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [IndexedDB] Constants and interfaces

2010-08-27 Thread Jeremy Orlow
On Thu, Aug 26, 2010 at 8:17 PM, Jonas Sicking wrote: > On Wed, Aug 25, 2010 at 6:45 AM, Jeremy Orlow wrote: > > On Tue, Aug 24, 2010 at 7:34 PM, Jonas Sicking wrote: > >> > >> On Tue, Aug 24, 2010 at 10:30 AM, Jeremy Orlow > >> wrote: > >> > Last we spoke about constants in IndexedDB, (like >

[Bug 10453] [IndexedDB] IDBIndex.openObjectCursor should return an IDBRequest

2010-08-27 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10453 Andrei Popescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: XHR.responseBlob and BlobWriter [nee FileWriter]

2010-08-27 Thread Anne van Kesteren
On Tue, 29 Jun 2010 03:58:24 +0200, Eric Uhrhane wrote: XHR will have a responseBlob property. Indeed: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#the-responseblob-attribute :-) (I also fixed the issue of not resetting the credentials flag and the request timeout when invoking open()