[Webkit-unassigned] [Bug 25435] New: Dedicated workers do not support sending MessagePorts in messages
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 27 15:54:08 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25435
Summary: Dedicated workers do not support sending MessagePorts in
messages
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: atwilson at google.com
Worker.postMessage() and WorkerContext.postMessage() should take an optional
second argument that is a MessagePort (actually, the latest spec has changed
this to be an array of MessagePorts, but I'll file a separate bug for that).
Implementing this is the first step towards SharedWorkers as it lets us shake
out any threading issues in the MessagePort implementation.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list