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

Issue 2141843003: Ensure |m_image| is (re-)created in ImageResource::didAddClient() (Closed)

Created:
4 years, 5 months ago by hiroshige
Modified:
4 years, 5 months ago
CC:
blink-reviews, chromium-reviews, gavinp+loader_chromium.org, Nate Chapin, loading-reviews+fetch_chromium.org, tyoshino+watch_chromium.org, Yoav Weiss
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Ensure |m_image| is (re-)created in ImageResource::didAddClient() After ImageResource is pruned, |m_image| can be turned into null, but is not re-created when ResourceClient is added to ImageResource later. We re-create |m_image| when ImageResourceObserver is added in ImageResource::addObserver(). This CL do the same thing in ImageResource::didAddClient() to ensure |m_image| is non-null when ImageResource is reused after pruning. This is regression since ImageResourceClient was split into ResourceClient and ImageResourceObserver but the |m_image| re-creation logic was put only in the ImageResourceObserver path and not in the ResourceClient path: https://codereview.chromium.org/1706083002 https://codereview.chromium.org/1728313003 BUG=618597, 587663 Committed: https://crrev.com/d415aad374ad81906840afbf4c05f0594f1f581b Cr-Commit-Position: refs/heads/master@{#405024}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Introduce ensureImage() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -4 lines) Patch
M third_party/WebKit/Source/core/fetch/ImageResource.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResource.cpp View 1 2 chunks +15 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResourceTest.cpp View 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (16 generated)
hiroshige
PTAL.
4 years, 5 months ago (2016-07-12 08:26:02 UTC) #6
hajimehoshi
https://codereview.chromium.org/2141843003/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp File third_party/WebKit/Source/core/fetch/ImageResource.cpp (right): https://codereview.chromium.org/2141843003/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp#newcode122 third_party/WebKit/Source/core/fetch/ImageResource.cpp:122: m_image->setData(m_data, true); There is same code in addObserver. How ...
4 years, 5 months ago (2016-07-12 08:38:26 UTC) #7
hiroshige
https://codereview.chromium.org/2141843003/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp File third_party/WebKit/Source/core/fetch/ImageResource.cpp (right): https://codereview.chromium.org/2141843003/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp#newcode122 third_party/WebKit/Source/core/fetch/ImageResource.cpp:122: m_image->setData(m_data, true); On 2016/07/12 08:38:26, hajimehoshi wrote: > There ...
4 years, 5 months ago (2016-07-12 08:58:21 UTC) #10
hajimehoshi
lgtm
4 years, 5 months ago (2016-07-12 08:59:43 UTC) #11
Mike West
LGTM too.
4 years, 5 months ago (2016-07-12 09:33:12 UTC) #12
yhirano
lgtm
4 years, 5 months ago (2016-07-12 11:08:24 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2141843003/20001
4 years, 5 months ago (2016-07-12 14:32:17 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/199864) linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 5 months ago (2016-07-12 15:49:15 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2141843003/20001
4 years, 5 months ago (2016-07-12 16:07:27 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/261105)
4 years, 5 months ago (2016-07-12 17:39:47 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2141843003/20001
4 years, 5 months ago (2016-07-13 03:09:22 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-13 04:41:33 UTC) #27
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 04:44:08 UTC) #29
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d415aad374ad81906840afbf4c05f0594f1f581b
Cr-Commit-Position: refs/heads/master@{#405024}

Powered by Google App Engine
This is Rietveld 408576698