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

Issue 180773004: Merge 168113 "Fix crash when resizing a view destroys the render..." (Closed)

Created:
6 years, 9 months ago by pdr.
Modified:
6 years, 9 months ago
Reviewers:
pdr.
CC:
blink-reviews, pdr, Stephen Chennney, krit, f(malita), rwlbuis
Visibility:
Public.

Description

Merge 168113 "Fix crash when resizing a view destroys the render..." > Fix crash when resizing a view destroys the render tree > > This is a simple fix for not holding a renderer across FrameView > resizes. Calling view->resize() can destroy renderers so this patch > updates SVGImage::setContainerSize to query the renderer after the > resize is complete. A similar issue does not exist for the dom tree > which is not destroyed. > > BUG=344492 > > Review URL: https://codereview.chromium.org/178043006 TBR=pdr@chromium.org BUG=344492 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168152

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -0 lines) Patch
A + LayoutTests/svg/custom/draw-image-crash.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/svg/custom/draw-image-crash-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/svg/custom/resources/draw-image-crash.svg View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/core/svg/graphics/SVGImage.cpp View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
pdr.
6 years, 9 months ago (2014-02-28 18:50:33 UTC) #1
pdr.
6 years, 9 months ago (2014-02-28 18:51:24 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r168152.

Powered by Google App Engine
This is Rietveld 408576698