New issue
Advanced search Search tips

Issue 772256 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: May 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Start EmbeddedWorkerInstance directly from RenderThreadImpl

Project Member Reported by shimazu@chromium.org, Oct 6 2017

Issue description

Currently we need two IPC messages to launch a service worker: SetUpEmbeddedWorkerChannelForServiceWorker() and StartWorker(). These two can be merged into one message like StartServiceWorker or CreateServiceWorkerContext.

 
Status: Assigned (was: Started)
Status: WONTFO (was: Assigned)
Ah, it doesn't look easy because we need to call SWProviderHost::CompleteStartWorkerPreparation to get the SWProviderInfo on the IO thread after process allocation. Probably this can be doable once we move everything to UI thread. Let me mark this as WONTFIX for now. 
Status: WontFix (was: wontfo)

Sign in to add a comment