Closed Bug 627550 Opened 13 years ago Closed 13 years ago

Workers: Don't root message event data, instead use the cycle collector

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 649537

People

(Reporter: bent.mozilla, Unassigned)

Details

We're currently adding a hard js root when we should really be hooked up to the cycle collector.
Using cycle collector in worker thread?
Message events that are destined for the main thread, sure. Message events that are destined for a worker thread will be more tricky, maybe I just need to implement nsIXPCScriptable and take over the Trace function.
Totally fixed in bug 649537.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.