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

Issue 2130753003: Support viewport units for SVG Length animations (Closed)

Created:
4 years, 5 months ago by Shanmuga Pandi
Modified:
4 years, 5 months ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, Eric Willigers, rjwright, shans
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support viewport units for SVG Length animations Add support of viewport units such as vm,vw, vmin, vmax for animations on SVG Length. Chrome already supporting all viewport units for SVGLength. https://bugs.chromium.org/p/chromium/issues/detail?id=368598 In that case, supporting those units for SVG animation will make sense. BUG=626297 Committed: https://crrev.com/c51f84657ddb3d5712da3c059883a9686a8c0acb Cr-Commit-Position: refs/heads/master@{#405038}

Patch Set 1 #

Total comments: 4

Patch Set 2 : moved TCs to existing file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -1 line) Patch
M third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-width-interpolation.html View 1 1 chunk +72 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp View 1 3 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 29 (12 generated)
Shanmuga Pandi
@rob, PTAL!! Thanks
4 years, 5 months ago (2016-07-07 11:09:34 UTC) #3
rwlbuis
On 2016/07/07 11:09:34, Shanmuga Pandi wrote: > @rob, > PTAL!! > > Thanks Can you ...
4 years, 5 months ago (2016-07-07 15:19:36 UTC) #4
Shanmuga Pandi
On 2016/07/07 15:19:36, rwlbuis wrote: > On 2016/07/07 11:09:34, Shanmuga Pandi wrote: > > @rob, ...
4 years, 5 months ago (2016-07-08 05:08:37 UTC) #5
Shanmuga Pandi
++More reviewers!! PTAL!!
4 years, 5 months ago (2016-07-08 09:14:50 UTC) #7
fs
This looks reasonable to me, but I'll defer the final say to the animation folks. ...
4 years, 5 months ago (2016-07-08 11:14:03 UTC) #8
suzyh_UTC10 (ex-contributor)
This mostly seems fine to me. Please give a more detailed CL description, including a ...
4 years, 5 months ago (2016-07-11 05:56:34 UTC) #10
alancutter (OOO until 2018)
https://codereview.chromium.org/2130753003/diff/1/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp File third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp (right): https://codereview.chromium.org/2130753003/diff/1/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp#newcode42 third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp:42: CSSPrimitiveValue::UnitType::ViewportMax Nit: Let's add a trailing comma here to ...
4 years, 5 months ago (2016-07-11 06:28:35 UTC) #11
Shanmuga Pandi
Please take a look. Thanks https://codereview.chromium.org/2130753003/diff/1/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp File third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp (right): https://codereview.chromium.org/2130753003/diff/1/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp#newcode42 third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp:42: CSSPrimitiveValue::UnitType::ViewportMax On 2016/07/11 06:28:35, ...
4 years, 5 months ago (2016-07-12 06:44:03 UTC) #13
alancutter (OOO until 2018)
lgtm
4 years, 5 months ago (2016-07-12 07:00:00 UTC) #14
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/2130753003/20001
4 years, 5 months ago (2016-07-12 07:08:54 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/191050)
4 years, 5 months ago (2016-07-12 09:10:31 UTC) #18
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/2130753003/20001
4 years, 5 months ago (2016-07-12 10:11:22 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/191226)
4 years, 5 months ago (2016-07-12 14:14:52 UTC) #22
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/2130753003/20001
4 years, 5 months ago (2016-07-13 04:15:03 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-13 05:07:43 UTC) #26
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 05:07:52 UTC) #27
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 05:10:19 UTC) #29
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c51f84657ddb3d5712da3c059883a9686a8c0acb
Cr-Commit-Position: refs/heads/master@{#405038}

Powered by Google App Engine
This is Rietveld 408576698