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

Issue 2602793003: Do not reload in ImageResource::fetch() (Closed)

Created:
3 years, 11 months ago by hiroshige
Modified:
3 years, 9 months ago
Reviewers:
Nate Chapin, sclittle
CC:
chromium-reviews, tyoshino+watch_chromium.org, Yoav Weiss, loading-reviews_chromium.org, gavinp+loader_chromium.org, blink-reviews, loading-reviews+fetch_chromium.org, Nate Chapin
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Do not reload in ImageResource::fetch() When there exists an placeholder ImageResource on MemoryCache and a new non-placeholder request is created, this CL starts a new non-placeholder loading with a new ImageResource, instead of reusing the existing placeholder ImageResource and triggering (non-placeholder) reloading on that. This simplifies ImageResource::fetch() and removes one enum value for controlling reload. This leaves the existing placeholder ImageResource not to be reloaded in such cases, and thus the unit tests are modified accordingly. BUG=667641 TEST=ImageResourceTest.FetchAllowPlaceholderThenDisallowPlaceholder ImageResourceTest.FetchAllowPlaceholderThenDisallowPlaceholderAfterLoaded Review-Url: https://codereview.chromium.org/2602793003 Cr-Commit-Position: refs/heads/master@{#455390} Committed: https://chromium.googlesource.com/chromium/src/+/79c699b99525ab50568821fce704976a9278e3fa

Patch Set 1 #

Patch Set 2 : Rebase, fix/add tests. #

Patch Set 3 : Add 3rd request to FetchAllowPlaceholderThenDisallowPlaceholderAfterLoaded #

Patch Set 4 : Rebase fix #

Messages

Total messages: 33 (23 generated)
hiroshige
From a review comment in https://codereview.chromium.org/2527353002/. There are test failures in the following case: (1) ...
3 years, 11 months ago (2016-12-28 01:06:11 UTC) #5
Nate Chapin
lgtm
3 years, 11 months ago (2017-01-18 21:06:18 UTC) #8
hiroshige
sclittle@, what do you think about the behavior change (see the CL description)? If we'd ...
3 years, 10 months ago (2017-02-11 00:27:26 UTC) #11
sclittle
On 2017/02/11 00:27:26, hiroshige wrote: > sclittle@, what do you think about the behavior change ...
3 years, 10 months ago (2017-02-11 01:02:00 UTC) #12
hiroshige
On 2017/02/11 01:02:00, sclittle wrote: > On 2017/02/11 00:27:26, hiroshige wrote: > > sclittle@, what ...
3 years, 10 months ago (2017-02-11 01:07:33 UTC) #13
sclittle
On 2017/02/11 01:07:33, hiroshige wrote: > On 2017/02/11 01:02:00, sclittle wrote: > > On 2017/02/11 ...
3 years, 10 months ago (2017-02-11 01:11:23 UTC) #14
hiroshige
On 2017/02/11 01:11:23, sclittle wrote: > On 2017/02/11 01:07:33, hiroshige wrote: > > On 2017/02/11 ...
3 years, 9 months ago (2017-03-01 20:23:00 UTC) #20
sclittle
lgtm
3 years, 9 months ago (2017-03-07 22:40:26 UTC) #27
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/2602793003/60001
3 years, 9 months ago (2017-03-08 01:20:51 UTC) #30
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 06:13:04 UTC) #33
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/79c699b99525ab50568821fce704...

Powered by Google App Engine
This is Rietveld 408576698