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

Issue 290353002: SVG: Moving animating <svg> to other iframe should not crash. (Closed)

Created:
6 years, 7 months ago by kouhei (in TOK)
Modified:
6 years, 7 months ago
Reviewers:
pdr., f(malita), rwlbuis
CC:
blink-reviews, ed+blinkwatch_opera.com, shans, rjwright, Mike Lawther (Google), blink-reviews-animation_chromium.org, rwlbuis, fs, kouhei+svg_chromium.org, dstockwell, Timothy Loh, krit, f(malita), gyuyoung.kim_webkit.org, darktears, Stephen Chennney, Steve Block, Eric Willigers, inferno, tasak
Visibility:
Public.

Description

SVG: Moving animating <svg> to other iframe should not crash. Moving SVGSVGElement with its SMILTimeContainer already started caused crash before this patch. |SVGDocumentExtentions::startAnimations()| calls begin() against all SMILTimeContainers in the document, but the SMILTimeContainer for <svg> moved from other document may be already started. BUG=369860 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174338

Patch Set 1 #

Patch Set 2 : RELEASE_ASSERT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -4 lines) Patch
A LayoutTests/svg/dom/move-animating-svg-to-other-frame.html View 1 chunk +21 lines, -0 lines 0 comments Download
A + LayoutTests/svg/dom/move-animating-svg-to-other-frame-expected.txt View 1 chunk +3 lines, -1 line 0 comments Download
A LayoutTests/svg/dom/resources/import-other-svg.svg View 1 chunk +7 lines, -0 lines 0 comments Download
A LayoutTests/svg/dom/resources/svg-with-animate.svg View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/svg/SVGDocumentExtensions.cpp View 1 chunk +5 lines, -2 lines 0 comments Download
M Source/core/svg/animation/SMILTimeContainer.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
kouhei (in TOK)
Would you take a look?
6 years, 7 months ago (2014-05-19 03:48:24 UTC) #1
pdr.
On 2014/05/19 03:48:24, kouhei wrote: > Would you take a look? LGTM, but can you ...
6 years, 7 months ago (2014-05-19 04:17:17 UTC) #2
kouhei (in TOK)
On 2014/05/19 04:17:17, pdr wrote: > On 2014/05/19 03:48:24, kouhei wrote: > > Would you ...
6 years, 7 months ago (2014-05-19 04:20:49 UTC) #3
pdr.
On 2014/05/19 04:20:49, kouhei wrote: > On 2014/05/19 04:17:17, pdr wrote: > > On 2014/05/19 ...
6 years, 7 months ago (2014-05-19 04:27:28 UTC) #4
kouhei (in TOK)
On 2014/05/19 04:27:28, pdr wrote: > On 2014/05/19 04:20:49, kouhei wrote: > > On 2014/05/19 ...
6 years, 7 months ago (2014-05-19 04:48:02 UTC) #5
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 7 months ago (2014-05-20 01:43:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/290353002/20001
6 years, 7 months ago (2014-05-20 01:43:41 UTC) #7
commit-bot: I haz the power
6 years, 7 months ago (2014-05-20 02:13:11 UTC) #8
Message was sent while issue was closed.
Change committed as 174338

Powered by Google App Engine
This is Rietveld 408576698