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

Issue 1928823002: Simplifying finishing a load on Resource (Closed)

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

Description

Simplifying finishing a load on Resource Have a single method to be called for success (Resource::finish) or failure (Resource::error) that take all the relevant parameters. BUG= Committed: https://crrev.com/61e34ff7dd4ac48b8c4275eb3f541ebfb8a50266 Cr-Commit-Position: refs/heads/master@{#392177}

Patch Set 1 #

Total comments: 15

Patch Set 2 : Helper in ImageResource, no default args on finish() #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -55 lines) Patch
M third_party/WebKit/Source/core/fetch/ImageResource.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResource.cpp View 1 4 chunks +21 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResourceTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/Resource.h View 1 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/Resource.cpp View 1 2 1 chunk +7 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp View 3 chunks +6 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceLoader.cpp View 6 chunks +3 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceTest.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/ImageDocument.cpp View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
Nate Chapin
https://codereview.chromium.org/1928823002/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp File third_party/WebKit/Source/core/fetch/ImageResource.cpp (right): https://codereview.chromium.org/1928823002/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp#newcode503 third_party/WebKit/Source/core/fetch/ImageResource.cpp:503: if (isLoading()) { I'm not sure if this more ...
4 years, 7 months ago (2016-04-28 18:10:27 UTC) #2
hiroshige
This CL also makes Resource::error() to be always associated with a ResourceError, great! Please mention ...
4 years, 7 months ago (2016-05-02 07:31:23 UTC) #3
yhirano
https://codereview.chromium.org/1928823002/diff/1/third_party/WebKit/Source/core/fetch/Resource.cpp File third_party/WebKit/Source/core/fetch/Resource.cpp (right): https://codereview.chromium.org/1928823002/diff/1/third_party/WebKit/Source/core/fetch/Resource.cpp#newcode348 third_party/WebKit/Source/core/fetch/Resource.cpp:348: if (!errorOccurred()) The CL description suggests we can make ...
4 years, 7 months ago (2016-05-02 09:31:34 UTC) #4
Nate Chapin
https://codereview.chromium.org/1928823002/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp File third_party/WebKit/Source/core/fetch/ImageResource.cpp (right): https://codereview.chromium.org/1928823002/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp#newcode372 third_party/WebKit/Source/core/fetch/ImageResource.cpp:372: clear(); On 2016/05/02 07:31:23, hiroshige wrote: > checkNotify() and ...
4 years, 7 months ago (2016-05-02 19:32:25 UTC) #5
Nate Chapin
megjablon, is this test change OK? It basically means that a lo fi placeholder image ...
4 years, 7 months ago (2016-05-02 19:33:47 UTC) #7
megjablon
On 2016/05/02 19:33:47, Nate Chapin wrote: > megjablon, is this test change OK? It basically ...
4 years, 7 months ago (2016-05-03 01:05:00 UTC) #8
yhirano
lgtm https://codereview.chromium.org/1928823002/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp File third_party/WebKit/Source/core/fetch/ImageResource.cpp (right): https://codereview.chromium.org/1928823002/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp#newcode372 third_party/WebKit/Source/core/fetch/ImageResource.cpp:372: clear(); On 2016/05/02 19:32:24, Nate Chapin wrote: > ...
4 years, 7 months ago (2016-05-06 10:06:03 UTC) #9
Nate Chapin
On 2016/05/06 10:06:03, yhirano wrote: > lgtm > > https://codereview.chromium.org/1928823002/diff/1/third_party/WebKit/Source/core/fetch/ImageResource.cpp > File third_party/WebKit/Source/core/fetch/ImageResource.cpp (right): > ...
4 years, 7 months ago (2016-05-06 19:59:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928823002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928823002/40001
4 years, 7 months ago (2016-05-06 20:00:39 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-06 22:17:39 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-06 22:19:20 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/61e34ff7dd4ac48b8c4275eb3f541ebfb8a50266
Cr-Commit-Position: refs/heads/master@{#392177}

Powered by Google App Engine
This is Rietveld 408576698