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

Issue 23823006: [SVG] Handle repeat(n) event for svg animations (Closed)

Created:
7 years, 3 months ago by pavane
Modified:
7 years, 3 months ago
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), eae+blinkwatch, dglazkov+blink, dstockwell, Timothy Loh, f(malita), darktears, pdr, Stephen Chennney, Steve Block, dino_apple.com, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 22

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Patch Set 7 : rebaselined #

Unified diffs Side-by-side diffs Delta from patch set Stats (+405 lines, -26 lines) Patch
A LayoutTests/svg/animations/repeatn-event-1a.svg View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-1a-expected.svg View 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-1b.svg View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-1b-expected.svg View 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-1c.svg View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-1c-expected.svg View 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-1d.svg View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-1d-expected.svg View 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-1e.svg View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-1e-expected.svg View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-2a.svg View 1 2 3 4 5 6 1 chunk +30 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-event-2a-expected.svg View 1 chunk +10 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-remove-add-animation.html View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/repeatn-remove-add-animation-expected.txt View 1 2 3 1 chunk +108 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/resources/repeatn-remove-add-animation.svg View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/script-tests/repeatn-remove-add-animation.js View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
M Source/core/svg/animation/SMILTimeContainer.cpp View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.h View 1 2 3 4 5 6 3 chunks +4 lines, -3 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 1 2 3 4 5 6 9 chunks +29 lines, -21 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
pavane
WIP patch. Handled repeat(n) by firing the event synchronously. Need ideas on how to do ...
7 years, 3 months ago (2013-09-02 09:24:01 UTC) #1
pavane
On 2013/09/02 09:24:01, pavane wrote: > WIP patch. Handled repeat(n) by firing the event synchronously. ...
7 years, 3 months ago (2013-09-02 11:53:02 UTC) #2
pavane
Please have a look at this patch
7 years, 3 months ago (2013-09-03 15:50:29 UTC) #3
pdr.
Looks good, lets do one more round. https://codereview.chromium.org/23823006/diff/4001/LayoutTests/svg/animations/repeatn-event-1a-expected.svg File LayoutTests/svg/animations/repeatn-event-1a-expected.svg (right): https://codereview.chromium.org/23823006/diff/4001/LayoutTests/svg/animations/repeatn-event-1a-expected.svg#newcode1 LayoutTests/svg/animations/repeatn-event-1a-expected.svg:1: <?xml version="1.0" ...
7 years, 3 months ago (2013-09-03 17:48:14 UTC) #4
pavane
https://codereview.chromium.org/23823006/diff/4001/LayoutTests/svg/animations/repeatn-event-1a-expected.svg File LayoutTests/svg/animations/repeatn-event-1a-expected.svg (right): https://codereview.chromium.org/23823006/diff/4001/LayoutTests/svg/animations/repeatn-event-1a-expected.svg#newcode1 LayoutTests/svg/animations/repeatn-event-1a-expected.svg:1: <?xml version="1.0" encoding="UTF-8"?> On 2013/09/03 17:48:14, pdr wrote: > ...
7 years, 3 months ago (2013-09-03 19:00:51 UTC) #5
pavane
On 2013/09/03 17:48:14, pdr wrote: > I'd like to see an additional test with the ...
7 years, 3 months ago (2013-09-04 21:49:26 UTC) #6
pdr.
On 2013/09/04 21:49:26, pavane wrote: > On 2013/09/03 17:48:14, pdr wrote: > > I'd like ...
7 years, 3 months ago (2013-09-04 22:02:40 UTC) #7
pavane
Please have a look at this patch. Added test case for remove/re-add scenario. We should ...
7 years, 3 months ago (2013-09-10 15:16:07 UTC) #8
pdr.
LGTM, nice change as always. Please click commit after updating the test :) As we ...
7 years, 3 months ago (2013-09-11 04:04:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavan.e@samsung.com/23823006/26001
7 years, 3 months ago (2013-09-11 06:05:11 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=5057
7 years, 3 months ago (2013-09-11 08:27:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavan.e@samsung.com/23823006/26001
7 years, 3 months ago (2013-09-11 08:34:30 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=5076
7 years, 3 months ago (2013-09-11 10:51:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavan.e@samsung.com/23823006/41001
7 years, 3 months ago (2013-09-11 20:44:45 UTC) #14
commit-bot: I haz the power
7 years, 3 months ago (2013-09-11 23:08:06 UTC) #15
Message was sent while issue was closed.
Change committed as 157624

Powered by Google App Engine
This is Rietveld 408576698