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

Issue 643893002: Store [-webkit-]perspective-origin as a LengthPoint. (Closed)

Created:
6 years, 2 months ago by andersr
Modified:
6 years, 2 months ago
Reviewers:
Timothy Loh
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-rendering, dglazkov+blink, dstockwell, eae+blinkwatch, ed+blinkwatch_opera.com, Eric Willigers, jchaffraix+rendering, leviw+renderwatch, Mike Lawther (Google), pdr+renderingwatchlist_chromium.org, rjwright, rwlbuis, rune+blink, shans, Steve Block, Timothy Loh, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Store [-webkit-]perspective-origin as a LengthPoint. Using a LengthPoint for this property makes it possible to use a converter rather than custom code, and it makes animation building cleaner too. The setPerspectiveOrigin[X,Y] are kept because of the corresponding prefixed properties, but they can be removed eventually. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183600

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove unnecessary return in default-case. #

Patch Set 3 : Rebased. #

Patch Set 4 : Rebase (again). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -76 lines) Patch
M Source/core/animation/css/CSSAnimatableValueFactory.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/css/CSSProperties.in View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 chunk +2 lines, -5 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.cpp View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 2 3 1 chunk +0 lines, -55 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 2 4 chunks +8 lines, -4 lines 0 comments Download
M Source/core/rendering/style/StyleRareNonInheritedData.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/rendering/style/StyleRareNonInheritedData.cpp View 1 2 3 chunks +3 lines, -6 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
andersr
6 years, 2 months ago (2014-10-10 12:15:55 UTC) #2
Timothy Loh
lgtm https://codereview.chromium.org/643893002/diff/1/Source/core/css/resolver/StyleBuilderConverter.cpp File Source/core/css/resolver/StyleBuilderConverter.cpp (right): https://codereview.chromium.org/643893002/diff/1/Source/core/css/resolver/StyleBuilderConverter.cpp#newcode622 Source/core/css/resolver/StyleBuilderConverter.cpp:622: return Length(0, Percent); Since we never get here, ...
6 years, 2 months ago (2014-10-10 15:04:20 UTC) #3
andersr
On 2014/10/10 15:04:20, Timothy Loh wrote: > lgtm > > https://codereview.chromium.org/643893002/diff/1/Source/core/css/resolver/StyleBuilderConverter.cpp > File Source/core/css/resolver/StyleBuilderConverter.cpp (right): ...
6 years, 2 months ago (2014-10-13 08:37:42 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643893002/140001
6 years, 2 months ago (2014-10-13 08:38:46 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/css/CSSProperties.in: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 2 months ago (2014-10-13 08:38:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643893002/240001
6 years, 2 months ago (2014-10-13 08:55:58 UTC) #10
commit-bot: I haz the power
Failed to apply patch for Source/core/css/CSSProperties.in: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 2 months ago (2014-10-13 11:02:18 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643893002/430001
6 years, 2 months ago (2014-10-13 11:09:09 UTC) #15
commit-bot: I haz the power
6 years, 2 months ago (2014-10-13 12:12:34 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:430001) as 183600

Powered by Google App Engine
This is Rietveld 408576698