[webkit-dev] Issues with Workers

Jeremy Orlow jorlow at chromium.org
Mon Sep 28 14:07:08 PDT 2009


A first pass could just handle anything that can serialize to JSON.  I
believe this is more or less what FireFox supports at the moment and gets
you half the way there.

On Mon, Sep 28, 2009 at 1:37 PM, Drew Wilson <atwilson at google.com> wrote:

> There is this:
> https://bugs.webkit.org/show_bug.cgi?id=22878
>
> The issue extends beyond workers - it's anything that supports the
> postMessage() API (window objects, MessagePorts).
>
> As was pointed out previously, there have been some design discussions in
> this area, but I haven't seen any patches yet (and since serialization is
> closely tied to the JS VM on each platform, we will undoubtedly need to have
> two implementations - one for JSC and one for V8).
>
> -atw
>
> On Mon, Sep 28, 2009 at 1:15 PM, Mark Rowe <mrowe at apple.com> wrote:
>
>>
>> On 2009-09-28, at 10:23, Chris Campbell wrote:
>>
>>  Hi Tali,
>>>
>>> Regarding event.data, there is a chromium issue filed for this here:
>>> http://crbug.com/21299
>>>
>>
>> Given that this would seem to be an issue at the WebKit level, is there a
>> bug in WebKit bug about this issue?
>>
>> - Mark
>>
>>
>> _______________________________________________
>> webkit-dev mailing list
>> webkit-dev at lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
>>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090928/18738e99/attachment.html>


More information about the webkit-dev mailing list