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

Issue 191913004: Fix SVGImageChromeClient::scheduleAnimation() crash. (Closed)

Created:
6 years, 9 months ago by kouhei (in TOK)
Modified:
6 years, 9 months ago
CC:
blink-reviews, krit, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, Stephen Chennney, kouhei+svg_chromium.org, pdr., rwlbuis
Visibility:
Public.

Description

Fix SVGImageChromeClient::scheduleAnimation() crash. |SVGImageChromeClient::scheduleAnimation()| can be called without valid |m_image| since r168612. The CL adds null check before proceeding. TESTS=svg/as-image/*.html BUG=350907

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M Source/core/svg/graphics/SVGImageChromeClient.cpp View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
kouhei (in TOK)
6 years, 9 months ago (2014-03-10 05:22:28 UTC) #1
haraken
LGTM > TESTS=svg/as-image/*.html Was the tests crashing? Otherwise you want to add a new test ...
6 years, 9 months ago (2014-03-10 06:23:19 UTC) #2
kouhei (in TOK)
On 2014/03/10 06:23:19, haraken wrote: > LGTM > > > TESTS=svg/as-image/*.html > > Was the ...
6 years, 9 months ago (2014-03-10 06:24:20 UTC) #3
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 9 months ago (2014-03-10 06:24:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/191913004/1
6 years, 9 months ago (2014-03-10 06:24:59 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-10 07:02:04 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel
6 years, 9 months ago (2014-03-10 07:02:04 UTC) #7
fs
Thanks for fixing!
6 years, 9 months ago (2014-03-10 09:28:06 UTC) #8
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-10 14:56:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/191913004/1
6 years, 9 months ago (2014-03-10 14:56:24 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/191913004/1
6 years, 9 months ago (2014-03-10 15:36:24 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-10 16:26:12 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel
6 years, 9 months ago (2014-03-10 16:26:12 UTC) #13
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-10 16:32:03 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/191913004/1
6 years, 9 months ago (2014-03-10 16:40:46 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-10 16:55:13 UTC) #16
commit-bot: I haz the power
Failed to apply the patch.
6 years, 9 months ago (2014-03-10 16:55:14 UTC) #17
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-10 21:12:04 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/191913004/1
6 years, 9 months ago (2014-03-10 21:12:19 UTC) #19
eseidel
How do we test this?
6 years, 9 months ago (2014-03-10 21:26:30 UTC) #20
eseidel
This can't be oilpan only, since Karen says she has reports of this from the ...
6 years, 9 months ago (2014-03-10 21:27:10 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-10 22:04:31 UTC) #22
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-10 22:04:32 UTC) #23
eseidel
Landed this in https://codereview.chromium.org/193323003. I don't like the patch w/o a test, but karen believes ...
6 years, 9 months ago (2014-03-10 22:05:47 UTC) #24
kouhei (in TOK)
6 years, 9 months ago (2014-03-11 01:27:31 UTC) #25
On 2014/03/10 22:05:47, eseidel wrote:
> Landed this in https://codereview.chromium.org/193323003.  I don't like the
> patch w/o a test, but karen believes this is blocking her ability to roll
> dev-channel so taking the pragmatic approach to give folks more connected to
> this issue time to sort out the right approach.

Actually this does crash in non-oilpan builds on TESTS=svg/as-image/*.html .
However I couldn't find a way to consistently repro this.

Powered by Google App Engine
This is Rietveld 408576698