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

Issue 14391005: Rename Animation -> PrimitiveAnimation (Closed)

Created:
7 years, 8 months ago by shans
Modified:
7 years, 7 months ago
CC:
blink-reviews, dstockwell, apavlov+blink_chromium.org, jchaffraix+rendering, darktears, Stephen Chennney, Steve Block, jeez
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Rename Animation -> CSSAnimationData platform/animation/Animation is a low-level Animation primitive used to communicate animation information to cc. We'd like to build a new Animation class that mediates CSS Transitions and Animations, as well as SVG Animations eventually. It would be better to call the new thing 'Animation'. Please also see https://docs.google.com/a/chromium.org/document/d/1957vKRcyQebygJR2bqdASy3KWZzHz-LPcr71hCd4QDw BUG=234784 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149305

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rename Animation -> CSSAnimationData #

Patch Set 3 : Update to long paths #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -527 lines) Patch
M Source/WebKit/chromium/tests/AnimationTranslationUtilTest.cpp View 1 2 13 chunks +16 lines, -16 lines 0 comments Download
M Source/core/core.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 7 chunks +12 lines, -12 lines 0 comments Download
M Source/core/css/CSSToStyleMap.h View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/css/CSSToStyleMap.cpp View 1 2 10 chunks +27 lines, -27 lines 0 comments Download
M Source/core/css/StyleBuilder.cpp View 1 2 6 chunks +27 lines, -27 lines 0 comments Download
M Source/core/page/animation/AnimationBase.h View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/page/animation/AnimationBase.cpp View 1 2 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/page/animation/CompositeAnimation.cpp View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M Source/core/page/animation/ImplicitAnimation.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/page/animation/ImplicitAnimation.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/animation/KeyframeAnimation.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/page/animation/KeyframeAnimation.cpp View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
D Source/core/platform/animation/Animation.h View 1 2 1 chunk +0 lines, -191 lines 0 comments Download
D Source/core/platform/animation/Animation.cpp View 1 2 1 chunk +0 lines, -143 lines 0 comments Download
M Source/core/platform/animation/AnimationList.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/platform/animation/AnimationList.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/platform/animation/CSSAnimationData.h View 1 2 6 chunks +17 lines, -17 lines 0 comments Download
A + Source/core/platform/animation/CSSAnimationData.cpp View 1 2 5 chunks +10 lines, -10 lines 0 comments Download
M Source/core/platform/graphics/GraphicsLayer.h View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/GraphicsLayerAnimation.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/GraphicsLayerAnimation.cpp View 1 2 5 chunks +12 lines, -12 lines 0 comments Download
M Source/core/platform/graphics/chromium/AnimationTranslationUtil.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/platform/graphics/chromium/GraphicsLayerChromium.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBoxModelObject.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBoxModelObject.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderLayerBacking.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderLayerBacking.cpp View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
dglazkov
What's a PrimitiveAnimation?
7 years, 8 months ago (2013-04-23 02:02:51 UTC) #1
eseidel
It's what the caveman did! It involves charcoal.
7 years, 8 months ago (2013-04-23 04:00:46 UTC) #2
shans
Hi, I clearly don't know how to code review. I've added the description from the ...
7 years, 8 months ago (2013-04-23 06:24:54 UTC) #3
dglazkov
On 2013/04/23 06:24:54, shans wrote: > Hi, > > I clearly don't know how to ...
7 years, 8 months ago (2013-04-23 16:52:19 UTC) #4
dglazkov
https://codereview.chromium.org/14391005/diff/1/Source/core/platform/animation/PrimitiveAnimation.h File Source/core/platform/animation/PrimitiveAnimation.h (right): https://codereview.chromium.org/14391005/diff/1/Source/core/platform/animation/PrimitiveAnimation.h#newcode37 Source/core/platform/animation/PrimitiveAnimation.h:37: class PrimitiveAnimation : public RefCounted<PrimitiveAnimation> { If it's a ...
7 years, 8 months ago (2013-04-23 16:55:30 UTC) #5
jamesr
"platform/animation/Animation is a low-level Animation primitive used to communicate animation information to cc. " This ...
7 years, 8 months ago (2013-04-23 16:56:39 UTC) #6
shans
On 2013/04/23 16:56:39, jamesr wrote: > "platform/animation/Animation is a low-level Animation primitive used to > ...
7 years, 8 months ago (2013-04-23 21:56:07 UTC) #7
jamesr
On 2013/04/23 21:56:07, shans wrote: > On 2013/04/23 16:56:39, jamesr wrote: > > "platform/animation/Animation is ...
7 years, 8 months ago (2013-04-23 22:04:58 UTC) #8
esprehn
I fixed the description on this codereview. BUG= lines go last, and there's no reason ...
7 years, 8 months ago (2013-04-23 22:12:52 UTC) #9
shans
On 2013/04/23 22:04:58, jamesr wrote: > On 2013/04/23 21:56:07, shans wrote: > > On 2013/04/23 ...
7 years, 8 months ago (2013-04-23 22:13:23 UTC) #10
dglazkov
On 2013/04/23 22:13:23, shans wrote: > Maybe CSSAnimationData? Dmitri, what do you think? Purple. Though ...
7 years, 8 months ago (2013-04-23 22:14:47 UTC) #11
shans
On 2013/04/23 22:14:47, Dimitri Glazkov wrote: > On 2013/04/23 22:13:23, shans wrote: > > Maybe ...
7 years, 8 months ago (2013-04-23 23:24:45 UTC) #12
dglazkov
On 2013/04/23 23:24:45, shans wrote: > OK, updated the patch to rename Animation to Purple. ...
7 years, 8 months ago (2013-04-24 02:41:34 UTC) #13
dglazkov
LGTM.
7 years, 8 months ago (2013-04-24 02:41:57 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shans@chromium.org/14391005/22001
7 years, 7 months ago (2013-04-28 21:16:36 UTC) #15
commit-bot: I haz the power
Change committed as 149305
7 years, 7 months ago (2013-04-28 22:01:32 UTC) #16
eseidel
CSS* normally are for CSSOM objects. Is this part of the CSSOM? I don't see ...
7 years, 7 months ago (2013-04-29 07:53:17 UTC) #17
eseidel
(I'm not saying this is wrong, btw, just attempting to provide some context.)
7 years, 7 months ago (2013-04-29 07:53:57 UTC) #18
dglazkov
On 2013/04/29 07:53:57, Eric Seidel (Google) wrote: > (I'm not saying this is wrong, btw, ...
7 years, 7 months ago (2013-04-29 16:13:21 UTC) #19
shans
7 years, 7 months ago (2013-04-29 21:05:30 UTC) #20
Message was sent while issue was closed.
On 2013/04/29 16:13:21, Dimitri Glazkov wrote:
> On 2013/04/29 07:53:57, Eric Seidel (Google) wrote:
> > (I'm not saying this is wrong, btw, just attempting to provide some
context.)
> 
> No, you're right. The convention is a bit hokey, but we should stick with it
> until we have a new convention.

https://codereview.chromium.org/14409013/

Powered by Google App Engine
This is Rietveld 408576698