DescriptionDo 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 #Depends on Patchset: Messages
Total messages: 33 (23 generated)
|