[XHR2] PATCH Method support

2011-08-17 Thread Dominik Tomaszuk
Hi all, I think the PATCH method [1] should be supported in the XMLHttpRequest2 (section 4.6.1). [1] http://tools.ietf.org/html/rfc5789 Regards, Dominik Tomaszuk

Re: [XHR2] PATCH Method support

2011-08-17 Thread Anne van Kesteren
On Wed, 17 Aug 2011 11:35:07 +0200, Dominik Tomaszuk ddo...@wp.pl wrote: I think the PATCH method [1] should be supported in the XMLHttpRequest2 (section 4.6.1). [1] http://tools.ietf.org/html/rfc5789 All methods are already supported. -- Anne van Kesteren http://annevankesteren.nl/

Re: [XHR2] PATCH Method support

2011-08-17 Thread Dominik Tomaszuk
On 17.08.2011 11:42, Anne van Kesteren wrote: On Wed, 17 Aug 2011 11:35:07 +0200, Dominik Tomaszuk ddo...@wp.pl wrote: I think the PATCH method [1] should be supported in the XMLHttpRequest2 (section 4.6.1). All methods are already supported. In Section 4.6.1 is: If method is a

Re: [XHR2] PATCH Method support

2011-08-17 Thread Anne van Kesteren
On Wed, 17 Aug 2011 11:48:19 +0200, Dominik Tomaszuk ddo...@wp.pl wrote: In Section 4.6.1 is: If method is a case-insensitive match for CONNECT, DELETE, GET, HEAD, OPTIONS, POST, PUT, TRACE, or TRACK subtract 0x20 from each byte in the range 0x61 (ASCII a) to 0x7A (ASCII z). IMO it would

Re: DOM Mutation Events Replacement: Findings from implementing net-effect projections

2011-08-17 Thread Olli Pettay
On 08/17/2011 04:54 AM, Rafael Weinstein wrote: TL;DR; 1) ObserveSubtree semantics doesn't provide a robust mechanism for observing a tree/fragment, and if we don't provide something more complete, libraries will likely register observers at every node in the document. ModificationBatch

[Bug 13678] Misleading encoding in FormData objects created on HTML Forms

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

[Bug 13681] Make FormData.append return the FormData object

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

Re: publish new WD of DOM Core; deadline August 10

2011-08-17 Thread Anne van Kesteren
On Wed, 17 Aug 2011 00:52:33 +0200, Adrian Bateman adria...@microsoft.com wrote: It's harder to participate without understanding the scope of the problems being solved. Bringing that point up just before publication as a means to block said publication is not helpful. There has been ample

Re: DOM Mutation Events Replacement: Findings from implementing net-effect projections

2011-08-17 Thread Rafael Weinstein
On Wed, Aug 17, 2011 at 3:17 AM, Olli Pettay olli.pet...@helsinki.fi wrote: On 08/17/2011 04:54 AM, Rafael Weinstein wrote: TL;DR; 1) ObserveSubtree semantics doesn't provide a robust mechanism for observing a tree/fragment, and if we don't provide something more complete, libraries will

[Bug 13808] New: Let users make whitespace visible

2011-08-17 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13808 Summary: Let users make whitespace visible Product: WebAppsWG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

Re: Mutation events replacement

2011-08-17 Thread Olli Pettay
Here are some tryserver builds. http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/opet...@mozilla.com-e57a1a317f25/ The default is mostly-sync approach, but if one sets dom.AlmostAsyncModificationBatch to true (load about:config, right click, add new boolean), and restarts the browser,

http://www.w3.org/TR/IndexedDB/#key-construct ordering confusion

2011-08-17 Thread Jim Jewett
At http://www.w3.org/TR/IndexedDB/#key-construct within the text, it says that Arrays are the largest-valued keys: For purposes of comparison, all Arrays are greater than all DOMString, Date and float values; all DOMString values are greater than all Date and float values; and all Date values are

Re: http://www.w3.org/TR/IndexedDB/#key-construct ordering confusion

2011-08-17 Thread Jonas Sicking
On Wed, Aug 17, 2011 at 9:53 AM, Jim Jewett jimjjew...@gmail.com wrote: At http://www.w3.org/TR/IndexedDB/#key-construct within the text, it says that Arrays are the largest-valued keys:  For purposes of comparison, all Arrays are greater than all DOMString, Date and float values; all

Re: [XHR2] PATCH Method support

2011-08-17 Thread Andres Riofrio
Correct me if I'm wrong. Changing the XHR2 spec to include other methods in that aforementioned list has the potential to break applications that use method names that are not all-uppercase. Is this right? Andres Riofrio riofr...@gmail.com On Wed, Aug 17, 2011 at 2:58 AM, Anne van Kesteren

[Bug 13631] Change visible/invisible to take display: none and collapsed whitespace into account

2011-08-17 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13631 Aryeh Gregor a...@aryeh.name changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 13811] New: Add tests for collapsed whitespace

2011-08-17 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13811 Summary: Add tests for collapsed whitespace Product: WebAppsWG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

FW: [indexeddb] transaction commit failure

2011-08-17 Thread Israel Hilerio
On Tuesday, August 16, 2011 8:08 AM, Jonas Sicking wrote: On Monday, August 15, 2011, Shawn Wilsher m...@shawnwilsher.com wrote: On 8/15/2011 3:31 PM, Israel Hilerio wrote: When the db is doing a commit after processing all records on the transaction, if for some reason it fails, should

Re: [XHR2] PATCH Method support

2011-08-17 Thread Anne van Kesteren
On Wed, 17 Aug 2011 20:00:12 +0200, Andres Riofrio riofr...@gmail.com wrote: Correct me if I'm wrong. Changing the XHR2 spec to include other methods in that aforementioned list has the potential to break applications that use method names that are not all-uppercase. Is this right? That is

Re: [XHR] support for streaming data

2011-08-17 Thread Chris Rogers
On Mon, Aug 8, 2011 at 5:13 PM, Jonas Sicking jo...@sicking.cc wrote: Hi All, XHR Level 2 does wonders for making XMLHttpRequest better. However there is one problem that we have run into with streaming data. Using .responseType=text you can read the contents of the data as soon as it

[Bug 13812] New: The EventSource garbage collection does not mention open/error events. It also does not seem to match the language entirely of WebSocket garbage collection.

2011-08-17 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13812 Summary: The EventSource garbage collection does not mention open/error events. It also does not seem to match the language entirely of WebSocket garbage collection. Product:

[Bug 13611] Example in 3.1.3 says key path can contain array indices

2011-08-17 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13611 Eliot Graff eliot...@microsoft.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

Re: FW: [indexeddb] transaction commit failure

2011-08-17 Thread Jonas Sicking
On Wed, Aug 17, 2011 at 3:08 PM, Israel Hilerio isra...@microsoft.com wrote: On Tuesday, August 16, 2011 8:08 AM, Jonas Sicking wrote: On Monday, August 15, 2011, Shawn Wilsher m...@shawnwilsher.com wrote: On 8/15/2011 3:31 PM, Israel Hilerio wrote: When the db is doing a commit after

Re: [XHR] support for streaming data

2011-08-17 Thread Jonas Sicking
On Wed, Aug 17, 2011 at 3:22 PM, Chris Rogers crog...@google.com wrote: On Mon, Aug 8, 2011 at 5:13 PM, Jonas Sicking jo...@sicking.cc wrote: Hi All, XHR Level 2 does wonders for making XMLHttpRequest better. However there is one problem that we have run into with streaming data. Using