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

Issue 112463008: Move core/platform/animation files (Closed)

Created:
6 years, 11 months ago by rwlbuis
Modified:
6 years, 11 months ago
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), zoltan1, eae+blinkwatch, dglazkov+blink, leviw+renderwatch, Timothy Loh, apavlov+blink_chromium.org, jchaffraix+rendering, darktears, bemjb+rendering_chromium.org, Steve Block, dino_apple.com, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move core/platform/animation files CSS/Style specific animation classes are moved to core/animation, the rest to platform/animation. BUG=297477 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164710

Patch Set 1 #

Patch Set 2 : Split between platform/animation and core/animation #

Patch Set 3 : Move TimingFunctions unit tests into platform/animation #

Total comments: 1

Patch Set 4 : Export all of TimingFunctionTestHelper.h #

Patch Set 5 : Put TimingFunction unit test in core #

Patch Set 6 : Setup TimingFunction unit tests in web/ #

Patch Set 7 : Address issues #

Total comments: 1

Patch Set 8 : Add comments and platform tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -2509 lines) Patch
M Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/animation/AnimationTranslationUtil.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/animation/AnimationTranslationUtil.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/core/animation/AnimationTranslationUtilTest.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/CompositorAnimations.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/CompositorAnimations.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/CompositorAnimationsImpl.h View 1 chunk +1 line, -1 line 0 comments Download
Source/core/animation/CompositorAnimationsTest.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/CompositorAnimationsTimingFunctionReverserTest.cpp View 2 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/Timing.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/animation/css/CSSAnimationData.h View 1 2 3 4 5 6 3 chunks +13 lines, -13 lines 0 comments Download
A + Source/core/animation/css/CSSAnimationData.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/animation/css/CSSAnimationDataList.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + Source/core/animation/css/CSSAnimationDataList.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
Source/core/animation/css/CSSAnimations.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
Source/core/animation/css/CSSAnimations.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
Source/core/core.gypi View 1 2 3 4 5 6 7 5 chunks +7 lines, -11 lines 0 comments Download
M Source/core/css/resolver/CSSToStyleMap.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/core/frame/animation/AnimationBase.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/animation/AnimationBase.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/animation/AnimationTranslationUtil.h View 1 chunk +0 lines, -63 lines 0 comments Download
D Source/core/platform/animation/AnimationTranslationUtil.cpp View 1 chunk +0 lines, -355 lines 0 comments Download
M Source/core/platform/animation/AnimationTranslationUtilTest.cpp View 1 1 chunk +0 lines, -352 lines 0 comments Download
D Source/core/platform/animation/AnimationValue.h View 1 chunk +0 lines, -114 lines 0 comments Download
D Source/core/platform/animation/CSSAnimationData.h View 1 chunk +0 lines, -192 lines 0 comments Download
D Source/core/platform/animation/CSSAnimationData.cpp View 1 chunk +0 lines, -128 lines 0 comments Download
D Source/core/platform/animation/CSSAnimationDataList.h View 1 chunk +0 lines, -66 lines 0 comments Download
D Source/core/platform/animation/CSSAnimationDataList.cpp View 1 chunk +0 lines, -64 lines 0 comments Download
D Source/core/platform/animation/KeyframeValueList.h View 1 chunk +0 lines, -90 lines 0 comments Download
D Source/core/platform/animation/KeyframeValueList.cpp View 1 chunk +0 lines, -53 lines 0 comments Download
D Source/core/platform/animation/TimingFunction.h View 1 chunk +0 lines, -330 lines 0 comments Download
M Source/core/platform/animation/TimingFunctionTestHelper.h View 1 1 chunk +0 lines, -63 lines 0 comments Download
D Source/core/platform/animation/TimingFunctionTestHelper.cpp View 1 1 chunk +0 lines, -253 lines 0 comments Download
D Source/core/platform/animation/TimingFunctionTestHelperTest.cpp View 1 1 chunk +0 lines, -326 lines 0 comments Download
M Source/core/rendering/animation/WebAnimationProvider.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/animation/WebAnimationProvider.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
Source/core/rendering/style/RenderStyle.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/animation/AnimationValue.h View 1 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/animation/KeyframeValueList.h View 2 chunks +2 lines, -2 lines 0 comments Download
A + Source/platform/animation/KeyframeValueList.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/animation/TimingFunction.h View 1 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/platform/animation/TimingFunctionTestHelper.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/animation/TimingFunctionTestHelper.cpp View 1 2 5 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/animation/TimingFunctionTestHelperTest.cpp View 1 2 5 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 3 4 5 6 7 2 chunks +14 lines, -0 lines 0 comments Download
M Source/web/web.gyp View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M Source/web/web.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -4 lines 0 comments Download
M Source/web/web_tests.gyp View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
rwlbuis
I just had to move two enums out of RenderStyleConstants.h for this to work, also ...
6 years, 11 months ago (2013-12-30 23:08:21 UTC) #1
eseidel
6 years, 11 months ago (2013-12-30 23:40:37 UTC) #2
rwlbuis
On 2013/12/30 23:40:37, eseidel wrote: Nothing? :) I now see that something similar was attempted ...
6 years, 11 months ago (2013-12-31 16:20:34 UTC) #3
Stephen Chennney
I stand by my comment on the previous patch, which was apparently never followed up ...
6 years, 11 months ago (2014-01-02 15:28:36 UTC) #4
rwlbuis
On 2014/01/02 15:28:36, Stephen Chenney wrote: > I stand by my comment on the previous ...
6 years, 11 months ago (2014-01-02 17:34:46 UTC) #5
Stephen Chennney
On 2014/01/02 17:34:46, rwlbuis wrote: > On 2014/01/02 15:28:36, Stephen Chenney wrote: > > I ...
6 years, 11 months ago (2014-01-02 19:02:22 UTC) #6
Stephen Chennney
https://codereview.chromium.org/112463008/diff/460001/Source/platform/animation/TimingFunctionTestHelper.h File Source/platform/animation/TimingFunctionTestHelper.h (right): https://codereview.chromium.org/112463008/diff/460001/Source/platform/animation/TimingFunctionTestHelper.h#newcode46 Source/platform/animation/TimingFunctionTestHelper.h:46: void PrintTo(const LinearTimingFunction&, ::std::ostream*); My guess is that you ...
6 years, 11 months ago (2014-01-02 19:02:43 UTC) #7
rwlbuis
On 2014/01/02 19:02:43, Stephen Chenney wrote: > https://codereview.chromium.org/112463008/diff/460001/Source/platform/animation/TimingFunctionTestHelper.h > File Source/platform/animation/TimingFunctionTestHelper.h (right): > > https://codereview.chromium.org/112463008/diff/460001/Source/platform/animation/TimingFunctionTestHelper.h#newcode46 ...
6 years, 11 months ago (2014-01-02 22:25:17 UTC) #8
Stephen Chennney
We've addressed the need for core or web features in unit tests by placing the ...
6 years, 11 months ago (2014-01-06 20:29:57 UTC) #9
rwlbuis
On 2014/01/06 20:29:57, Stephen Chenney wrote: > We've addressed the need for core or web ...
6 years, 11 months ago (2014-01-06 23:01:02 UTC) #10
dstockwell
If CSSAnimationData/List are moving to core/animation, they should be in core/animation/css. I'm a little confused ...
6 years, 11 months ago (2014-01-06 23:13:17 UTC) #11
rwlbuis
On 2014/01/06 23:13:17, dstockwell wrote: > If CSSAnimationData/List are moving to core/animation, they should be ...
6 years, 11 months ago (2014-01-07 16:48:37 UTC) #12
Stephen Chennney
We'll need a web owner review for the gyp changes. I hope I correctly channeled ...
6 years, 11 months ago (2014-01-07 16:51:07 UTC) #13
abarth-chromium
Source/web LGTM with some comments explaining that this pattern isn't a good one to replicate. ...
6 years, 11 months ago (2014-01-07 17:35:22 UTC) #14
Stephen Chennney
LGTM from me too. But ... (1) Please add the comment as Adam requests. (2) ...
6 years, 11 months ago (2014-01-08 15:58:33 UTC) #15
rwlbuis
On 2014/01/08 15:58:33, Stephen Chenney wrote: > LGTM from me too. But ... > (1) ...
6 years, 11 months ago (2014-01-08 16:55:43 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/112463008/860001
6 years, 11 months ago (2014-01-08 19:04:14 UTC) #17
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 20:40:56 UTC) #18
Message was sent while issue was closed.
Change committed as 164710

Powered by Google App Engine
This is Rietveld 408576698