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

Issue 2171973002: [WIP][worklets] ThreadedWorkletGlobalScope + AnimationWorkletGlobalScope

Created:
4 years, 5 months ago by ikilpatrick
Modified:
4 years, 3 months ago
Reviewers:
CC:
chromium-reviews, tzik, eae+blinkwatch, apavlov+blink_chromium.org, kinuko+worker_chromium.org, kinuko+watch, rwlbuis, jsbell+serviceworker_chromium.org, caseq+blink_chromium.org, blink-reviews-dom_chromium.org, dglazkov+blink, gavinp+loader_chromium.org, devtools-reviews_chromium.org, blink-reviews, blink-worker-reviews_chromium.org, sof, lushnikov+blink_chromium.org, loading-reviews_chromium.org, nhiroki, haraken, Nate Chapin, michaeln, tyoshino+watch_chromium.org, serviceworker-reviews, falken, pfeldman+blink_chromium.org, kinuko+serviceworker, horo+watch_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[WIP][worklets] ThreadedWorkletGlobalScope + AnimationWorkletGlobalScope BUG=

Patch Set 1 #

Patch Set 2 : [WIP][worklets] Introduce ThreadedWorkletGlobalScope. #

Patch Set 3 : . #

Patch Set 4 : [WIP][Worklets] Introduce CompositorWorklet #

Patch Set 5 : now animationworklet! #

Patch Set 6 : begin tests. #

Patch Set 7 : [WIP][worklets] Introduce ThreadedWorkletGlobalScope. #

Patch Set 8 : . #

Patch Set 9 : .. #

Patch Set 10 : rebase. #

Patch Set 11 : rebase. #

Patch Set 12 : rebase. #

Patch Set 13 : rebase. #

Patch Set 14 : ... #

Patch Set 15 : .... #

Patch Set 16 : ..... #

Patch Set 17 : ...... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+342 lines, -218 lines) Patch
A + third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/animation-worklet-debugging.html View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/animation-worklet-debugging-expected.txt View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/worklet/animation-worklet-import.html View 1 2 3 4 5 6 7 8 9 4 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-animation-worklet.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-animation-worklet-expected.txt View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -1 line 0 comments Download
A + third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +41 lines, -104 lines 0 comments Download
A third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +183 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +21 lines, -48 lines 0 comments Download
A + third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +45 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +8 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScopeProxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +9 lines, -11 lines 0 comments Download
A + third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScopeProxy.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +18 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/modules/modules.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
ikilpatrick
4 years, 4 months ago (2016-08-01 23:57:36 UTC) #1
Description was changed from

==========
[WIP][worklets] Introduce ThreadedWorkletGlobalScope.


[worklets] Make WorkerThread handle both Worker and Worklet global scopes.

BUG=
==========

to

==========
[WIP][worklets] ThreadedWorkletGlobalScope + AnimationWorkletGlobalScope


BUG=
==========

Powered by Google App Engine
This is Rietveld 408576698