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

Issue 177183007: Web Animations: Add InterpolableValue hierarchy. (Closed)

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

Description

Web Animations: Add InterpolableValue hierarchy. This patch introduces the InterpolableValue hierarchy, which stores the interpolable portion of generic values. This is part of an effort to refactor the animations pipeline in order to make it generic on animation value type (see linked master bug). This header is not yet included anywhere. It will be used in future patches. BUG=346495 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168262

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : Added unit tests #

Total comments: 8

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -0 lines) Patch
A Source/core/animation/InterpolableValue.h View 1 2 3 1 chunk +130 lines, -0 lines 0 comments Download
A Source/core/animation/InterpolableValue.cpp View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A Source/core/animation/InterpolableValueTest.cpp View 1 2 3 4 1 chunk +94 lines, -0 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
shans
6 years, 10 months ago (2014-02-24 22:45:29 UTC) #1
dstockwell
https://codereview.chromium.org/177183007/diff/1/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/177183007/diff/1/Source/core/animation/InterpolableValue.h#newcode2 Source/core/animation/InterpolableValue.h:2: * Copyright (C) 2014 Google Inc. All rights reserved. ...
6 years, 10 months ago (2014-02-25 02:14:51 UTC) #2
shans
https://codereview.chromium.org/177183007/diff/1/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/177183007/diff/1/Source/core/animation/InterpolableValue.h#newcode2 Source/core/animation/InterpolableValue.h:2: * Copyright (C) 2014 Google Inc. All rights reserved. ...
6 years, 10 months ago (2014-02-25 03:26:42 UTC) #3
shans
Now with unit tests. ptal.
6 years, 9 months ago (2014-02-25 21:35:47 UTC) #4
alancutter (OOO until 2018)
https://codereview.chromium.org/177183007/diff/40001/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/177183007/diff/40001/Source/core/animation/InterpolableValue.h#newcode32 Source/core/animation/InterpolableValue.h:32: virtual PassOwnPtr<InterpolableValue> interpolate(const InterpolableValue &other, double progress) const OVERRIDE ...
6 years, 9 months ago (2014-02-26 00:42:29 UTC) #5
shans
https://codereview.chromium.org/177183007/diff/40001/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/177183007/diff/40001/Source/core/animation/InterpolableValue.h#newcode32 Source/core/animation/InterpolableValue.h:32: virtual PassOwnPtr<InterpolableValue> interpolate(const InterpolableValue &other, double progress) const OVERRIDE ...
6 years, 9 months ago (2014-02-26 21:24:20 UTC) #6
alancutter (OOO until 2018)
lgtm
6 years, 9 months ago (2014-03-03 00:02:01 UTC) #7
dstockwell
lgtm
6 years, 9 months ago (2014-03-03 00:11:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shans@chromium.org/177183007/60001
6 years, 9 months ago (2014-03-03 00:11:49 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-03 01:31:24 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) blink_heap_unittests, blink_platform_unittests, webkit_lint, webkit_python_tests, webkit_tests, webkit_unit_tests, ...
6 years, 9 months ago (2014-03-03 01:31:24 UTC) #11
shans
The CQ bit was checked by shans@chromium.org
6 years, 9 months ago (2014-03-03 02:38:00 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shans@chromium.org/177183007/80001
6 years, 9 months ago (2014-03-03 02:38:11 UTC) #13
commit-bot: I haz the power
6 years, 9 months ago (2014-03-03 04:56:32 UTC) #14
Message was sent while issue was closed.
Change committed as 168262

Powered by Google App Engine
This is Rietveld 408576698