Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Issue 1992933002: Introduce WorkletGlobalScopeProxy interface.

Created:
4 years, 7 months ago by ikilpatrick
Modified:
4 years, 6 months ago
Reviewers:
CC:
chromium-reviews, kinuko+worker_chromium.org, caseq+blink_chromium.org, haraken, pfeldman+blink_chromium.org, horo+watch_chromium.org, sof, eae+blinkwatch, lushnikov+blink_chromium.org, falken, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews-bindings_chromium.org, devtools-reviews_chromium.org, blink-reviews, apavlov+blink_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org, blink-worker-reviews_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce WorkletGlobalScopeProxy interface. Fix inheritance of mainthreadworkletglobalscope BUG=

Patch Set 1 #

Patch Set 2 : Now with compositor worklet! #

Patch Set 3 : now works? #

Patch Set 4 : rebase + Threaded rename. #

Patch Set 5 : splitting workerthread? #

Patch Set 6 : fix tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+942 lines, -822 lines) Patch
M third_party/WebKit/Source/bindings/scripts/v8_utilities.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ExecutionContext.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerThread.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/DedicatedWorkerThread.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorkerThread.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/workers/WorkerOrWorkletThread.h View 1 2 3 4 5 11 chunks +20 lines, -28 lines 0 comments Download
A + third_party/WebKit/Source/core/workers/WorkerOrWorkletThread.cpp View 1 2 3 4 20 chunks +116 lines, -144 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerReportingProxy.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.h View 1 2 3 4 4 chunks +5 lines, -119 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThread.cpp View 1 2 3 4 5 3 chunks +18 lines, -482 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkletGlobalScope.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/CompositorWorklet.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/CompositorWorklet.cpp View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/CompositorWorkletGlobalScope.h View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/CompositorWorkletGlobalScope.cpp View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/CompositorWorkletGlobalScope.idl View 1 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/CompositorWorkletGlobalScopeProxy.h View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/CompositorWorkletGlobalScopeProxy.cpp View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/CompositorWorkletThread.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/CompositorWorkletThread.cpp View 1 1 chunk +67 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/WindowCompositorWorklet.h View 1 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/compositorworker/WindowCompositorWorklet.cpp View 1 1 chunk +54 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/modules/compositorworker/WindowCompositorWorklet.idl View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/modules.gypi View 1 2 3 4 chunks +19 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScope.h View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScope.cpp View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.cpp View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/worklet/WorkletThread.h View 1 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/worklet/WorkletThread.cpp View 1 2 3 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/worklet/WorkletThreadStartupData.h View 1 1 chunk +35 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebSharedWorkerImpl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698