[Webkit-unassigned] [Bug 27420] New: Refactor WorkerContext to move DedicatedWorker-specific APIs into DedicatedWorkerContext
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jul 18 18:06:53 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27420
Summary: Refactor WorkerContext to move
DedicatedWorker-specific APIs into
DedicatedWorkerContext
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: atwilson at google.com
There are a set of APIs that are common to both DedicatedWorkerGlobalScope and
SharedWorkerGlobalScope. We should keep those in WorkerContext, and refactor
the DedicatedWorker-specific APIs (like onmessage/postMessage) into a derived
class.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list