/[blink]
Chromium logo

Revision 168152


Jump to revision: Previous Next
Author: pdr@chromium.org
Date: Fri Feb 28 18:51:16 2014 UTC (9 years, 2 months ago)
Changed paths: 4
Log Message:
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

Review URL: https://codereview.chromium.org/180773004

Changed paths

Path Details
Directorybranches/chromium/1750/LayoutTests/svg/custom/draw-image-crash-expected.txt
(Copied from trunk/LayoutTests/svg/custom/draw-image-crash-expected.txt, r168113)
added
Directorybranches/chromium/1750/LayoutTests/svg/custom/draw-image-crash.html
(Copied from trunk/LayoutTests/svg/custom/draw-image-crash.html, r168113)
added
Directorybranches/chromium/1750/LayoutTests/svg/custom/resources/draw-image-crash.svg
(Copied from trunk/LayoutTests/svg/custom/resources/draw-image-crash.svg, r168113)
added
Directorybranches/chromium/1750/Source/core/svg/graphics/SVGImage.cpp modified , text changed

Powered by ViewVC 1.1.26 ViewVC Help