[webkit-reviews] review requested: [Bug 27927] SharedWorkers should instantiate a thread and a SharedWorkerContext : [Attachment 33955] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 2 15:34:37 PDT 2009


Andrew Wilson <atwilson at google.com> has asked  for review:
Bug 27927: SharedWorkers should instantiate a thread and a SharedWorkerContext
https://bugs.webkit.org/show_bug.cgi?id=27927

Attachment 33955: proposed patch
https://bugs.webkit.org/attachment.cgi?id=33955&action=review

------- Additional Comments from Andrew Wilson <atwilson at google.com>
In a future patch I will refactor some of the existing dedicated worker tests
to cover shared workers also (I've done a proof of concept for one of the
worker files in this patch).

There are no V8 bindings yet, as Chromium does not support cross-process
MessagePorts, and I wanted to keep this patch reasonably sized. I will add them
in a future patch - in the meantime, Chromium will no longer compile with
SHARED_WORKERS=true.


More information about the webkit-reviews mailing list