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

Issue 2453573003: Web Animations: consistent naming for parent style checkers (Closed)

Created:
4 years, 1 month ago by Eric Willigers
Modified:
4 years, 1 month ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, rjwright, shans
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Web Animations: consistent naming for parent style checkers Interpolations to or from 'inherit' check if the parent style has changed. The checking classes now have a consistent naming convention: Inherited<property>Checker. BUG=624636 Committed: https://crrev.com/071321870a524994c10d0c7a89dd5db533712a8d Cr-Commit-Position: refs/heads/master@{#427649}

Patch Set 1 #

Patch Set 2 : InheritedChecker #

Total comments: 8

Patch Set 3 : inheritedValue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -111 lines) Patch
M third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp View 1 2 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp View 1 2 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp View 1 3 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSImageInterpolationType.cpp View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp View 1 2 chunks +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp View 1 2 chunks +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp View 1 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp View 1 2 2 chunks +14 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp View 1 2 2 chunks +18 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp View 1 2 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 28 (19 generated)
Eric Willigers
This CL was prepared with no manual edits: sed -i -e "s/InheritedShapeChecker/ParentShapeChecker/g" CSSBasicShapeInterpolationType.cpp sed -i ...
4 years, 1 month ago (2016-10-25 23:38:17 UTC) #4
alancutter (OOO until 2018)
On 2016/10/25 at 23:38:17, ericwilligers wrote: > This CL was prepared with no manual edits: ...
4 years, 1 month ago (2016-10-25 23:51:43 UTC) #5
Eric Willigers
On 2016/10/25 23:51:43, alancutter wrote: > On 2016/10/25 at 23:38:17, ericwilligers wrote: > > This ...
4 years, 1 month ago (2016-10-26 01:23:41 UTC) #12
alancutter (OOO until 2018)
lgtm after changes. https://codereview.chromium.org/2453573003/diff/40001/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp File third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp (right): https://codereview.chromium.org/2453573003/diff/40001/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp#newcode64 third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp:64: return wrapUnique(new InheritedAutosChecker(parentAutos)); Rename to inheritedAutos. ...
4 years, 1 month ago (2016-10-26 01:42:28 UTC) #13
Eric Willigers
On 2016/10/26 01:42:28, alancutter wrote: > lgtm after changes. > > https://codereview.chromium.org/2453573003/diff/40001/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp > File third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp ...
4 years, 1 month ago (2016-10-26 02:57:36 UTC) #16
Eric Willigers
https://codereview.chromium.org/2453573003/diff/40001/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp File third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp (right): https://codereview.chromium.org/2453573003/diff/40001/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp#newcode64 third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp:64: return wrapUnique(new InheritedAutosChecker(parentAutos)); On 2016/10/26 01:42:28, alancutter wrote: > ...
4 years, 1 month ago (2016-10-26 02:58:34 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2453573003/60001
4 years, 1 month ago (2016-10-26 08:36:36 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 1 month ago (2016-10-26 09:40:24 UTC) #26
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 09:42:32 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/071321870a524994c10d0c7a89dd5db533712a8d
Cr-Commit-Position: refs/heads/master@{#427649}

Powered by Google App Engine
This is Rietveld 408576698