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

Issue 955863002: Support keywords in LengthStyleInterpolation (Closed)

Created:
5 years, 10 months ago by Eric Willigers
Modified:
5 years, 9 months ago
CC:
blink-reviews, shans, rjwright, blink-reviews-style_chromium.org, Mike Lawther (Google), blink-reviews-animation_chromium.org, dstockwell, Timothy Loh, darktears, Steve Block
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Support keywords in LengthStyleInterpolation letter-spacing normal corresponds to 0px http://dev.w3.org/csswg/css-text-3/#letter-spacing-property For column-rule-width, outline-width, border-bottom-width etc.: width thin corresponds to 1px width medium corresponds to 3px width thick corresponds to 5px https://developer.mozilla.org/en-US/docs/Web/CSS/outline-width Interpolations to and from perspective 'none' now flip, consistent with gecko. BUG=443039 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191535

Patch Set 1 #

Total comments: 10

Patch Set 2 : pixels for keyword #

Total comments: 2

Patch Set 3 : flip perspective none #

Patch Set 4 : transitions test with interpolated perspective #

Messages

Total messages: 19 (8 generated)
Eric Willigers
5 years, 10 months ago (2015-02-25 00:27:56 UTC) #2
alancutter (OOO until 2018)
https://codereview.chromium.org/955863002/diff/1/Source/core/animation/LengthStyleInterpolation.cpp File Source/core/animation/LengthStyleInterpolation.cpp (left): https://codereview.chromium.org/955863002/diff/1/Source/core/animation/LengthStyleInterpolation.cpp#oldcode32 Source/core/animation/LengthStyleInterpolation.cpp:32: OwnPtrWillBeRawPtr<InterpolableList> listOfTypes = InterpolableList::create(CSSPrimitiveValue::LengthUnitTypeCount); Do these need to move? ...
5 years, 9 months ago (2015-03-05 23:38:50 UTC) #4
Eric Willigers
https://codereview.chromium.org/955863002/diff/1/Source/core/animation/LengthStyleInterpolation.cpp File Source/core/animation/LengthStyleInterpolation.cpp (left): https://codereview.chromium.org/955863002/diff/1/Source/core/animation/LengthStyleInterpolation.cpp#oldcode32 Source/core/animation/LengthStyleInterpolation.cpp:32: OwnPtrWillBeRawPtr<InterpolableList> listOfTypes = InterpolableList::create(CSSPrimitiveValue::LengthUnitTypeCount); On 2015/03/05 23:38:50, alancutter wrote: ...
5 years, 9 months ago (2015-03-07 23:58:22 UTC) #6
alancutter (OOO until 2018)
lgtm. I suspect we'll eventually want to avoid depending on the CSSPropertyID when creating interpolations ...
5 years, 9 months ago (2015-03-09 00:05:00 UTC) #7
alancutter (OOO until 2018)
https://codereview.chromium.org/955863002/diff/40001/Source/core/animation/LengthStyleInterpolation.cpp File Source/core/animation/LengthStyleInterpolation.cpp (right): https://codereview.chromium.org/955863002/diff/40001/Source/core/animation/LengthStyleInterpolation.cpp#newcode45 Source/core/animation/LengthStyleInterpolation.cpp:45: result = 0; Actually we shouldn't be animating perspective: ...
5 years, 9 months ago (2015-03-09 00:34:15 UTC) #8
Eric Willigers
https://codereview.chromium.org/955863002/diff/40001/Source/core/animation/LengthStyleInterpolation.cpp File Source/core/animation/LengthStyleInterpolation.cpp (right): https://codereview.chromium.org/955863002/diff/40001/Source/core/animation/LengthStyleInterpolation.cpp#newcode45 Source/core/animation/LengthStyleInterpolation.cpp:45: result = 0; On 2015/03/09 00:34:15, alancutter wrote: > ...
5 years, 9 months ago (2015-03-09 02:04:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/955863002/60001
5 years, 9 months ago (2015-03-09 02:06:16 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/51330)
5 years, 9 months ago (2015-03-09 08:53:52 UTC) #14
Eric Willigers
On 2015/03/09 08:53:52, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 9 months ago (2015-03-09 09:33:46 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/955863002/80001
5 years, 9 months ago (2015-03-09 09:34:35 UTC) #18
commit-bot: I haz the power
5 years, 9 months ago (2015-03-09 11:04:02 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=191535

Powered by Google App Engine
This is Rietveld 408576698