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

Issue 491053004: Expose Web Animations API to Web Workers (Closed)

Created:
6 years, 4 months ago by nainar1
Modified:
3 years, 6 months ago
Reviewers:
dstockwell, nainar, shans
CC:
blink-reviews-animation_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Expose Web Animations API to Web Workers BUG=

Patch Set 1 #

Total comments: 20

Patch Set 2 : Exposing the Web Animations API to Web Workers #

Total comments: 34
Unified diffs Side-by-side diffs Delta from patch set Stats (+773 lines, -138 lines) Patch
M Source/bindings/core/v8/SerializedScriptValue.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/core.gypi View 1 2 chunks +10 lines, -0 lines 0 comments Download
M Source/core/dom/ExecutionContext.h View 1 chunk +2 lines, -0 lines 2 comments Download
M Source/core/frame/LocalDOMWindow.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 1 1 chunk +7 lines, -0 lines 0 comments Download
M Source/core/frame/Window.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/page/Page.h View 1 2 chunks +4 lines, -0 lines 2 comments Download
M Source/core/page/Page.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/page/PageAnimator.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/page/PageAnimator.cpp View 1 3 chunks +6 lines, -1 line 0 comments Download
A + Source/core/wawwa/AnimatableElement.h View 1 2 chunks +36 lines, -29 lines 6 comments Download
A Source/core/wawwa/AnimatableElement.cpp View 1 1 chunk +117 lines, -0 lines 4 comments Download
A + Source/core/wawwa/AnimatableElement.idl View 1 1 chunk +7 lines, -5 lines 2 comments Download
A + Source/core/wawwa/ProxyKeyframe.h View 1 1 chunk +17 lines, -9 lines 2 comments Download
A + Source/core/wawwa/ProxyMap.h View 1 1 chunk +41 lines, -21 lines 2 comments Download
A Source/core/wawwa/ProxyMap.cpp View 1 1 chunk +92 lines, -0 lines 4 comments Download
A + Source/core/wawwa/RemotePlayer.h View 1 2 chunks +43 lines, -29 lines 2 comments Download
A Source/core/wawwa/RemotePlayer.cpp View 1 1 chunk +113 lines, -0 lines 0 comments Download
A + Source/core/wawwa/RemotePlayer.idl View 1 1 chunk +13 lines, -6 lines 2 comments Download
A + Source/core/wawwa/RemotePlayerProxy.h View 1 2 chunks +33 lines, -26 lines 0 comments Download
A Source/core/wawwa/RemotePlayerProxy.cpp View 1 1 chunk +127 lines, -0 lines 0 comments Download
M Source/core/workers/Worker.h View 4 chunks +5 lines, -4 lines 4 comments Download
M Source/core/workers/Worker.cpp View 1 3 chunks +16 lines, -0 lines 2 comments Download
M Source/core/workers/WorkerGlobalScope.h View 4 chunks +11 lines, -0 lines 0 comments Download
M Source/core/workers/WorkerGlobalScope.cpp View 2 chunks +24 lines, -0 lines 0 comments Download
M Source/core/workers/WorkerGlobalScope.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerMessagingProxy.h View 1 3 chunks +3 lines, -4 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.cpp View 1 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/workers/WorkerObjectProxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/workers/WorkerThread.h View 2 chunks +1 line, -1 line 0 comments Download
M Source/platform/CrossThreadCopier.h View 1 3 chunks +24 lines, -0 lines 0 comments Download
M Source/platform/animation/TimingFunction.h View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
nainar1
6 years, 4 months ago (2014-08-22 05:49:23 UTC) #1
shans
This is looking good. I've made a first pass through and commented on a few ...
6 years, 3 months ago (2014-08-25 11:53:59 UTC) #2
nainar1
Fixed the issues stated. Renamed files to reflect those in the polyfill.
6 years, 3 months ago (2014-08-29 00:33:44 UTC) #3
dstockwell
Please update the description to indicate that this patch is not for landing. https://codereview.chromium.org/491053004/diff/20001/Source/core/dom/ExecutionContext.h File ...
6 years, 3 months ago (2014-08-29 01:05:44 UTC) #4
nainar1
Due to time constraints have responded with the needed actions or answers https://codereview.chromium.org/491053004/diff/20001/Source/core/dom/ExecutionContext.h File Source/core/dom/ExecutionContext.h ...
6 years, 3 months ago (2014-08-29 06:01:40 UTC) #5
nainar
3 years, 6 months ago (2017-06-16 06:13:12 UTC) #7
Message was sent while issue was closed.
LOL LOL LOL

Powered by Google App Engine
This is Rietveld 408576698