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

Issue 186463002: Web Animations: define distance for AnimatableColor (Closed)

Created:
6 years, 9 months ago by Eric Willigers
Modified:
6 years, 9 months ago
CC:
blink-reviews, shans, rjwright, Mike Lawther (Google), Timothy Loh, darktears, Steve Block, dino_apple.com
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Web Animations: define distance for AnimatableColor Distance is defined in http://dev.w3.org/fxtf/web-animations/ section 4.1.3.5 Web Animations use property distance calculations in paced keyframe animation effects, in assigning the timing for keyframes so that a 'paced' property changes at constant velocity. BUG=348896 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168559

Patch Set 1 #

Total comments: 2

Patch Set 2 : Take square root #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : Remove blank line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -0 lines) Patch
M Source/core/animation/AnimatableColor.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/animation/AnimatableColor.cpp View 1 3 chunks +23 lines, -0 lines 0 comments Download
M Source/core/animation/AnimatableColorTest.cpp View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/animation/AnimatableDouble.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/animation/AnimatableDouble.cpp View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M Source/core/animation/AnimatableDoubleTest.cpp View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/animation/AnimatableValue.h View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/animation/AnimatableValue.cpp View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Eric Willigers
6 years, 9 months ago (2014-03-04 07:14:13 UTC) #1
alancutter (OOO until 2018)
https://codereview.chromium.org/186463002/diff/1/Source/core/animation/AnimatableColor.cpp File Source/core/animation/AnimatableColor.cpp (right): https://codereview.chromium.org/186463002/diff/1/Source/core/animation/AnimatableColor.cpp#newcode131 Source/core/animation/AnimatableColor.cpp:131: return m_color.distanceTo(color->m_color); timloh: Should m_visitedLinkColor be included here?
6 years, 9 months ago (2014-03-04 07:25:54 UTC) #2
Timothy Loh
https://codereview.chromium.org/186463002/diff/1/Source/core/animation/AnimatableColor.cpp File Source/core/animation/AnimatableColor.cpp (right): https://codereview.chromium.org/186463002/diff/1/Source/core/animation/AnimatableColor.cpp#newcode131 Source/core/animation/AnimatableColor.cpp:131: return m_color.distanceTo(color->m_color); On 2014/03/04 07:25:54, alancutter wrote: > timloh: ...
6 years, 9 months ago (2014-03-05 00:40:35 UTC) #3
shans
lgtm
6 years, 9 months ago (2014-03-05 00:44:18 UTC) #4
Eric Willigers
The CQ bit was checked by ericwilligers@chromium.org
6 years, 9 months ago (2014-03-05 01:05:01 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericwilligers@chromium.org/186463002/40001
6 years, 9 months ago (2014-03-05 01:08:42 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-05 01:29:59 UTC) #7
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=17325
6 years, 9 months ago (2014-03-05 01:30:00 UTC) #8
Eric Willigers
+dstockwell
6 years, 9 months ago (2014-03-05 02:20:07 UTC) #9
alancutter (OOO until 2018)
The description should have a link to the spec and maybe a brief description to ...
6 years, 9 months ago (2014-03-05 03:12:51 UTC) #10
dstockwell
https://codereview.chromium.org/186463002/diff/40001/Source/core/animation/AnimatableColor.cpp File Source/core/animation/AnimatableColor.cpp (right): https://codereview.chromium.org/186463002/diff/40001/Source/core/animation/AnimatableColor.cpp#newcode97 Source/core/animation/AnimatableColor.cpp:97: return sqrt(square(m_red - other.m_red) This appears to match the ...
6 years, 9 months ago (2014-03-05 03:16:56 UTC) #11
Eric Willigers
On 2014/03/05 03:12:51, alancutter wrote: > The description should have a link to the spec ...
6 years, 9 months ago (2014-03-05 03:53:04 UTC) #12
Eric Willigers
https://codereview.chromium.org/186463002/diff/40001/Source/core/animation/AnimatableColor.cpp File Source/core/animation/AnimatableColor.cpp (right): https://codereview.chromium.org/186463002/diff/40001/Source/core/animation/AnimatableColor.cpp#newcode97 Source/core/animation/AnimatableColor.cpp:97: return sqrt(square(m_red - other.m_red) On 2014/03/05 03:16:57, dstockwell wrote: ...
6 years, 9 months ago (2014-03-05 03:54:48 UTC) #13
dstockwell
lgtm On 2014/03/05 03:54:48, Eric Willigers wrote: > https://codereview.chromium.org/186463002/diff/40001/Source/core/animation/AnimatableColor.cpp > File Source/core/animation/AnimatableColor.cpp (right): > > ...
6 years, 9 months ago (2014-03-05 04:02:48 UTC) #14
Eric Willigers
The CQ bit was checked by ericwilligers@chromium.org
6 years, 9 months ago (2014-03-05 04:03:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericwilligers@chromium.org/186463002/60001
6 years, 9 months ago (2014-03-05 04:04:27 UTC) #16
Eric Willigers
The CQ bit was unchecked by ericwilligers@chromium.org
6 years, 9 months ago (2014-03-05 06:04:01 UTC) #17
Eric Willigers
The CQ bit was checked by ericwilligers@chromium.org
6 years, 9 months ago (2014-03-05 06:04:01 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericwilligers@chromium.org/186463002/60001
6 years, 9 months ago (2014-03-05 20:55:32 UTC) #19
commit-bot: I haz the power
6 years, 9 months ago (2014-03-06 03:47:00 UTC) #20
Message was sent while issue was closed.
Change committed as 168559

Powered by Google App Engine
This is Rietveld 408576698