[Webkit-unassigned] [Bug 23223] New: Teach ScheduledAction how to execute script in WorkerContext, in addition to a Document.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 9 18:18:37 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23223
Summary: Teach ScheduledAction how to execute script in
WorkerContext, in addition to a Document.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dimich at chromium.org
CC: ap at webkit.org
For timers in Workers, we need the ScheduledAction to know how to execute the
callback in WorkerContext. The patch adds execute(WorkerContext) method that
does it.
Since there is no way currently to test the code, I've hacked enough of
WorkerContext to be able to run "fake timer" and verify that the code works
(separate test patch which is here only for info)
--
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