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

Issue 2227463002: SVG: Use path attribute for animateMotion (Closed)

Created:
4 years, 4 months ago by Eric Willigers
Modified:
4 years, 4 months ago
Reviewers:
pdr., fs
CC:
fs, darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, krit, Eric Willigers, f(malita), gyuyoung2, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

SVG: Use path attribute for animateMotion Avoids a bug where the path attribute was updated but the style had not yet been recalculated. The SMIL animateMotion element was notified of the update but then read the now-invalid style. BUG=626935 Committed: https://crrev.com/403a0d6c1bcfa02363f764acd1ba56145263bafa Cr-Commit-Position: refs/heads/master@{#411264}

Patch Set 1 : test #

Total comments: 6

Patch Set 2 : runAfterLayoutAndPaint #

Total comments: 2

Patch Set 3 : implicitWait #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -1 line) Patch
A third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath-expected.html View 1 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGPathElement.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGPathElement.cpp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
Eric Willigers
4 years, 4 months ago (2016-08-08 02:51:05 UTC) #2
fs
LGTM w/ test pondering https://codereview.chromium.org/2227463002/diff/20001/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html File third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html (right): https://codereview.chromium.org/2227463002/diff/20001/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html#newcode8 third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html:8: <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" Nit: ...
4 years, 4 months ago (2016-08-08 15:45:39 UTC) #4
Eric Willigers
https://codereview.chromium.org/2227463002/diff/20001/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html File third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html (right): https://codereview.chromium.org/2227463002/diff/20001/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html#newcode8 third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html:8: <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" On 2016/08/08 15:45:38, fs (OoO ...
4 years, 4 months ago (2016-08-10 01:13:15 UTC) #5
fs
https://codereview.chromium.org/2227463002/diff/20001/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html#newcode28 > third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html:28: setTimeout(function(){testRunner.notifyDone();}, 100); > On 2016/08/08 15:45:38, fs (OoO until Aug 15) wrote: ...
4 years, 4 months ago (2016-08-10 15:32:16 UTC) #6
Eric Willigers
https://codereview.chromium.org/2227463002/diff/40001/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html File third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html (right): https://codereview.chromium.org/2227463002/diff/40001/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html#newcode22 third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath.html:22: testRunner.waitUntilDone(); On 2016/08/10 15:32:16, fs (OoO until Aug 15) ...
4 years, 4 months ago (2016-08-10 23:58:24 UTC) #7
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/2227463002/60001
4 years, 4 months ago (2016-08-11 03:19:07 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 4 months ago (2016-08-11 04:28:04 UTC) #11
commit-bot: I haz the power
4 years, 4 months ago (2016-08-11 05:08:08 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/403a0d6c1bcfa02363f764acd1ba56145263bafa
Cr-Commit-Position: refs/heads/master@{#411264}

Powered by Google App Engine
This is Rietveld 408576698