Re: [Bug 10430] New: [IndexedDB] We need to make it more clear IDBRequests can be reused and spec readyState's behavior

2010-08-26 Thread Jeremy Orlow
I asked whether LOADING should be 0 rather than 1. (There is no 0 constant since we removed INITIAL.) I also asked is it possible to get the IDBRequest object from within the openCursor/continue events without saving it off somewhere? If not, it probably should be. On Thu, Aug 26, 2010 at

[Bug 10328] change Accept-Charset to should not

2010-08-26 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10328 Anne ann...@opera.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 10325] single conformance class

2010-08-26 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10325 Anne ann...@opera.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 10322] open() should not throw for non same-origin URL

2010-08-26 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10322 Anne ann...@opera.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 10327] supported URL schemes in open()

2010-08-26 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10327 Anne ann...@opera.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 10324] send() should set Content-Type to text/html for HTML documents

2010-08-26 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10324 Anne ann...@opera.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: CfC: resolutions for XHR Bugs 103{22,24,25,27,28}; deadline August 25

2010-08-26 Thread Anne van Kesteren
On Wed, 11 Aug 2010 15:53:45 +0200, Arthur Barstow art.bars...@nokia.com wrote: If you have any comments or concerns about any of the proposed resolutions, please send them to public-webapps by August 25 at the latest. As with all of our CfCs, positive response is preferred and encouraged

Re: [XHR] Test Suite

2010-08-26 Thread Anne van Kesteren
On Wed, 11 Aug 2010 20:56:47 +0200, Anne van Kesteren ann...@opera.com wrote: [...] Hereby the promised update. For now the tests won't be hosted on w3.org. I am told that test.w3.org cannot and will not handle it as W3C sysadmin is afraid of the load PHP would put on it and an alternate

Re: [IndexedDB] Constants and interfaces

2010-08-26 Thread Jonas Sicking
On Wed, Aug 25, 2010 at 6:45 AM, Jeremy Orlow jor...@chromium.org wrote: On Tue, Aug 24, 2010 at 7:34 PM, Jonas Sicking jo...@sicking.cc wrote: On Tue, Aug 24, 2010 at 10:30 AM, Jeremy Orlow jor...@chromium.org wrote: Last we spoke about constants in IndexedDB, (like

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

2010-08-26 Thread Darin Fisher
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 grow a file (zero padding it): From ftruncate(2): If the file