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

Issue 2607023002: Replace MockImageResourceClient with MockImageResourceObserver (Closed)

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

Description

Replace MockImageResourceClient with MockImageResourceObserver To distinguish ImageResource and ImageResourceContent in ImageResourceTest more clearly and make tests more ImageResourceContent-centric, this CL - Replaces MockImageResourceClient (that was both a ResourceClient and an ImageResourceObserver) with MockImageResourceObserver (that is not a ResourceClient), - Replaces checks on notifyFinished() with checks on imageNotifyFinished(), - Replaces checks on encodedSize() (that are used to check that expected image data is loaded) with checks on image width. BUG=667641 Review-Url: https://codereview.chromium.org/2607023002 Cr-Commit-Position: refs/heads/master@{#445658} Committed: https://chromium.googlesource.com/chromium/src/+/5488d0abc4a664aefb1e65f883bacea353523dba

Patch Set 1 #

Patch Set 2 : Fix imageNotifyFinishedCalled-related tests #

Total comments: 10

Patch Set 3 : style, constexpr #

Patch Set 4 : Rebase. #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -309 lines) Patch
M third_party/WebKit/Source/core/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp View 1 2 3 58 chunks +142 lines, -160 lines 0 comments Download
D third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.h View 1 chunk +0 lines, -50 lines 0 comments Download
D third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.cpp View 1 chunk +0 lines, -51 lines 0 comments Download
A + third_party/WebKit/Source/core/loader/resource/MockImageResourceObserver.h View 1 1 chunk +26 lines, -24 lines 0 comments Download
A + third_party/WebKit/Source/core/loader/resource/MockImageResourceObserver.cpp View 1 2 chunks +25 lines, -22 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 34 (27 generated)
hiroshige
PTAL. Addressing the comment https://codereview.chromium.org/2527353002/diff/180001/third_party/WebKit/Source/core/loader/resource/MockImageResourceClient.h#newcode16.
3 years, 11 months ago (2016-12-28 23:25:21 UTC) #3
yhirano
lgtm https://codereview.chromium.org/2607023002/diff/20001/third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp File third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp (right): https://codereview.chromium.org/2607023002/diff/20001/third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp#newcode92 third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp:92: const int kJpegImageWidth = 1; constexpr ditto below ...
3 years, 11 months ago (2017-01-06 05:32:39 UTC) #8
hiroshige
https://codereview.chromium.org/2607023002/diff/20001/third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp File third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp (right): https://codereview.chromium.org/2607023002/diff/20001/third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp#newcode92 third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp:92: const int kJpegImageWidth = 1; On 2017/01/06 05:32:38, yhirano ...
3 years, 11 months ago (2017-01-06 20:04:33 UTC) #10
hiroshige
friendly ping; Nate, could you take a look at core/BUILD.gn change?
3 years, 11 months ago (2017-01-20 19:14:40 UTC) #22
kouhei (in TOK)
core lgtm
3 years, 11 months ago (2017-01-24 00:30:57 UTC) #28
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/2607023002/100001
3 years, 11 months ago (2017-01-24 01:55:21 UTC) #31
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 05:37:14 UTC) #34
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/5488d0abc4a664aefb1e65f883ba...

Powered by Google App Engine
This is Rietveld 408576698