[webkit-dev] Passing data structures through postMessage()

2009-09-10 Thread Chris Campbell
Hi All, I had it in mind to implement support for passing data structures through postMessage() using the "structured clone" algorithm laid out in the HTML5 spec: http://dev.w3.org/html5/spec/Overview.html#posting-messages http://dev.w3.org/html5/spec/Overview.html#safe-passing-of-structured-data

Re: [webkit-dev] Passing data structures through postMessage()

2009-09-10 Thread Chris Campbell
On Thu, Sep 10, 2009 at 4:55 PM, Sam Weinig wrote: > It should not be necessary to serialize to a string just to pass the > structured clones across thread boundaries.  This would be an especially bad > idea for things like CanvasPixelArray.  I am also not sure I understand the > name AttributeIte

Re: [webkit-dev] Issues with Workers

2009-09-28 Thread Chris Campbell
Hi Tali, Regarding event.data, there is a chromium issue filed for this here: http://crbug.com/21299 And a recent architectural discussion on this mailing list: https://lists.webkit.org/pipermail/webkit-dev/2009-September/009882.html I haven't been able to make any progress on it lately due to b