[Webkit-unassigned] [Bug 22083] New: MessageEvents cannot be used across threads
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 5 07:36:00 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22083
Summary: MessageEvents cannot be used across threads
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ap at webkit.org
Patch forthcoming for a couple of issues:
1) MessageEvent bindings should not use static tables, as these events are used
in workers.
2) MessagePort shouldn't store MessageEvents in its queue, as Event has an
AtomicString member, and AtomicStrings cannot be moved across threads.
--
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