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

Issue 458383003: Oilpan: RenderImageResource::shutdown should be called earlier. (Closed)

Created:
6 years, 4 months ago by tkent
Modified:
6 years, 4 months ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews, blink-reviews-rendering, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, pdr., rune+blink
Project:
blink
Visibility:
Public.

Description

Oilpan: RenderImageResource::shutdown should be called earlier. This CL fixes flaky crashes in tables/mozilla/bugs/. RenderImageResource::shutdown unregisters the owner RenderImage from an ImageResource. We should call it in RenderImage::destroy because RenderObject::willRenderImage, which is a callback of ImageResourceClient, should not be called after RenderImage::destroy. BUG=398342 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180029

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M Source/core/rendering/RenderImage.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderImage.cpp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
tkent
Please review this. This will fix the following flaky failures. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showLargeExpectations=true&tests=tables%2Fmozilla%2Fbugs%2Fbug277062.html%2Ctables%2Fmozilla%2Fbugs%2Fbug28928.html%2Ctables%2Fmozilla%2Fbugs%2Fbug641-1.html
6 years, 4 months ago (2014-08-12 03:27:04 UTC) #1
haraken
LGTM. I think we should dispatch the destroy chain for the entire RenderObject hierarchy before ...
6 years, 4 months ago (2014-08-12 03:34:14 UTC) #2
tkent
On 2014/08/12 03:34:14, haraken wrote: > I think we should dispatch the destroy chain for ...
6 years, 4 months ago (2014-08-12 03:51:24 UTC) #3
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 4 months ago (2014-08-12 03:51:47 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/458383003/1
6 years, 4 months ago (2014-08-12 03:52:40 UTC) #5
haraken
On 2014/08/12 03:51:24, tkent wrote: > On 2014/08/12 03:34:14, haraken wrote: > > I think ...
6 years, 4 months ago (2014-08-12 03:56:08 UTC) #6
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 04:31:33 UTC) #7
Message was sent while issue was closed.
Change committed as 180029

Powered by Google App Engine
This is Rietveld 408576698