Closed
Bug 1510368
Opened 5 years ago
Closed 5 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•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=2ebd92b21147589cd57d99efae319c009a29b564
Assignee | ||
Comment 2•5 years ago
|
||
The WorkerRunnables are moved into ServiceWorkerEventRunnables.{h,cpp}
Assignee | ||
Comment 3•5 years ago
|
||
Ended up not needing to do this for bug 1231213
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Updated•5 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
•