Closed
Bug 1510368
Opened 6 years ago
Closed 6 years ago
Separate a Service Worker's WorkerPrivate's WorkerRunnables from ServiceWorkerPrivate's source
Categories
(Core :: DOM: Service Workers, enhancement, P2)
Core
DOM: Service Workers
Tracking
()
RESOLVED
INVALID
People
(Reporter: perry, Assigned: perry)
References
Details
Attachments
(1 obsolete file)
The runnables are dispatched to the WorkerPrivate; if the WorkerPrivate is to be remoted, the runnables should be taken out of ServiceWorkerPrivate to be used by RemoteWorkerChild.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
The WorkerRunnables are moved into ServiceWorkerEventRunnables.{h,cpp}
Assignee | ||
Comment 3•6 years ago
|
||
Ended up not needing to do this for bug 1231213
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Attachment #9028305 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•