In the current implementation, out-of-process workers (i.e., shared workers and service workers) require WorkerShadowPage on the main thread in order to provide a dummy Document to WorkerInspectorProxy (see WebEmbeddedWorkerImpl::StartWorkerThread() for example). This dependency should be removed for enabling the workers to start off the main thread (issue 820329)
Comment 1 by dgozman@chromium.org
, Sep 10Status: Assigned (was: Available)