Re: Proposal to allow Transferables to be used in initMessageEvent

2011-08-13 Thread Anne van Kesteren
On Tue, 09 Aug 2011 19:20:58 +0200, Luke Zarko za...@google.com wrote: void initMessageEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dataArg, in DOMString originArg, in DOMString lastEventIdArg, in WindowProxy? sourceArg, in sequenceTransferable

Re: Rescinding the DOM 2 View Recommendation?

2011-08-13 Thread Anne van Kesteren
On Thu, 11 Aug 2011 00:02:56 +0200, Doug Schepers schep...@w3.org wrote: After discussion with PLH and Ian Jacobs, and I don't think it's necessary for us to go through the additional overhead of rescinding the DOM 2 View specification. Instead, PLH and I support Anne's original proposal to

Re: [XHR] support for streaming data

2011-08-13 Thread Anne van Kesteren
On Fri, 12 Aug 2011 21:18:43 +0200, Charles Pritchard ch...@jumis.com wrote: On 8/12/11 12:03 PM, Anne van Kesteren wrote: Before we add yet another set of features, when are we going to attempt to get interoperability on the current feature set? Some time after adding another set of

Re: DOM Mutation Events Replacement: When to deliver mutations

2011-08-13 Thread Anne van Kesteren
On Thu, 11 Aug 2011 02:44:32 +0200, Rafael Weinstein rafa...@google.com wrote: Although everyone seems to agree that mutations should be delivered after the DOM operations which generated them complete, the question remains: When, exactly, should mutations be delivered? I created

Re: Proposal to allow Transferables to be used in initMessageEvent

2011-08-13 Thread Ian Hickson
On Sat, 13 Aug 2011, Anne van Kesteren wrote: On Tue, 09 Aug 2011 19:20:58 +0200, Luke Zarko za...@google.com wrote: void initMessageEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dataArg, in DOMString originArg, in DOMString lastEventIdArg, in

[Bug 13772] New: Example code should contain a comma instead of semicolon: worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']});

2011-08-13 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13772 Summary: Example code should contain a comma instead of semicolon: worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']}); Product: WebAppsWG