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

Issue 1248093002: Move interpolated Length unit types out of InterpolableValue into NonInterpolableValue (Closed)

Created:
5 years, 5 months ago by alancutter (OOO until 2018)
Modified:
5 years, 3 months ago
Reviewers:
dstockwell, shans
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-style_chromium.org, Eric Willigers, rjwright, shans
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Move interpolated Length unit types out of InterpolableValue into NonInterpolableValue We currently store a list of 0s or 1s for each Length unit type in a Length InterpolableValue. This change moves this data into the NonInterpolableValue component of a Length interpolation. It also simplifies it down to only whether a percentage is present or not since percentage is the only unit type that doesn't get resolved to pixels in computed values. BUG=437696 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=202439

Patch Set 1 #

Patch Set 2 : Rebased #

Total comments: 10

Patch Set 3 : Review changes #

Patch Set 4 : ; #

Patch Set 5 : Rebased #

Patch Set 6 : Add composite method #

Patch Set 7 : Rebased #

Patch Set 8 : Initialise #

Patch Set 9 : Rebase again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -51 lines) Patch
M LayoutTests/animations/composition/left-composition.html View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
A LayoutTests/animations/retain-zero-percent.html View 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/animation/InterpolationType.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/InterpolationValue.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/animation/LengthInterpolationType.h View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/animation/LengthInterpolationType.cpp View 1 2 3 4 5 6 7 5 chunks +161 lines, -48 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
alancutter (OOO until 2018)
5 years, 5 months ago (2015-07-22 06:51:58 UTC) #2
alancutter (OOO until 2018)
shans dstockwell: Poke.
5 years, 5 months ago (2015-07-27 01:24:02 UTC) #3
dstockwell
https://codereview.chromium.org/1248093002/diff/20001/Source/core/animation/InterpolationType.h File Source/core/animation/InterpolationType.h (right): https://codereview.chromium.org/1248093002/diff/20001/Source/core/animation/InterpolationType.h#newcode63 Source/core/animation/InterpolationType.h:63: virtual PassRefPtrWillBeRawPtr<NonInterpolableValue> mergeNonInterpolableValues(const NonInterpolableValue* a, const NonInterpolableValue* b) const ...
5 years, 3 months ago (2015-08-31 06:44:26 UTC) #4
alancutter (OOO until 2018)
https://codereview.chromium.org/1248093002/diff/20001/Source/core/animation/InterpolationType.h File Source/core/animation/InterpolationType.h (right): https://codereview.chromium.org/1248093002/diff/20001/Source/core/animation/InterpolationType.h#newcode63 Source/core/animation/InterpolationType.h:63: virtual PassRefPtrWillBeRawPtr<NonInterpolableValue> mergeNonInterpolableValues(const NonInterpolableValue* a, const NonInterpolableValue* b) const ...
5 years, 3 months ago (2015-09-01 00:26:00 UTC) #5
dstockwell
lgtm
5 years, 3 months ago (2015-09-09 10:07:16 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1248093002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1248093002/120001
5 years, 3 months ago (2015-09-14 06:02:23 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/114895)
5 years, 3 months ago (2015-09-14 06:21:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1248093002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1248093002/140001
5 years, 3 months ago (2015-09-17 03:01:22 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/70401) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 3 months ago (2015-09-17 03:03:56 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1248093002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1248093002/160001
5 years, 3 months ago (2015-09-17 07:08:01 UTC) #18
commit-bot: I haz the power
5 years, 3 months ago (2015-09-17 10:07:50 UTC) #19
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=202439

Powered by Google App Engine
This is Rietveld 408576698