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

Issue 2912743002: [WIP] Worklet: Merge MainThreadWorklet and ThreadedWorklet into Worklet

Created:
3 years, 6 months ago by nhiroki
Modified:
3 years, 6 months ago
Reviewers:
CC:
chromium-reviews, shans, rjwright, blink-reviews-animation_chromium.org, shimazu+worker_chromium.org, haraken, kinuko+worker_chromium.org, Raymond Toy, darktears, blink-reviews, horo+watch_chromium.org, falken+watch_chromium.org, hongchan, blink-worker-reviews_chromium.org, Eric Willigers
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[WIP] Worklet: Merge MainThreadWorklet and ThreadedWorklet into Worklet BUG=

Patch Set 1 #

Patch Set 2 : WIP #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -324 lines) Patch
M third_party/WebKit/Source/core/workers/BUILD.gn View 2 chunks +0 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/core/workers/MainThreadWorklet.cpp View 1 chunk +0 lines, -108 lines 0 comments Download
D third_party/WebKit/Source/core/workers/ThreadedWorklet.h View 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/WebKit/Source/core/workers/ThreadedWorklet.cpp View 1 chunk +0 lines, -69 lines 0 comments Download
M third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.cpp View 1 4 chunks +49 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/workers/Worklet.h View 1 2 chunks +26 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/Worklet.cpp View 1 2 chunks +87 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h View 1 1 chunk +5 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.cpp View 1 1 chunk +13 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintWorklet.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioWorklet.h View 1 1 chunk +5 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioWorklet.cpp View 1 chunk +11 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioWorkletMessagingProxy.h View 1 1 chunk +1 line, -2 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698