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

Issue 1728313003: Split ImageResourceClient into ResourceClient and ImageResourceObserver [2/2] (Closed)

Created:
4 years, 10 months ago by hiroshige
Modified:
4 years, 9 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-layout_chromium.org, chromium-reviews, dglazkov+blink, krit, eae+blinkwatch, f(malita), fs, gavinp+loader_chromium.org, gyuyoung2, Nate Chapin, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, loading-reviews+fetch_chromium.org, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rwlbuis, Stephen Chennney, szager+layoutwatch_chromium.org, tyoshino+watch_chromium.org, Yoav Weiss, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Split ImageResourceClient into ResourceClient and ImageResourceObserver [2/2] This CL makes LayoutImage to be no longer ResourceClient by adding imageNotifyFinished() to ImageResourceObserver, which is called around when ResourceClient::notifyFinished() would be called. This CL adds |ImageResource::m_finishedObservers| in order to avoid imageNotifyFinished() from being called multiple times. BUG=587663 Committed: https://crrev.com/ba00e4a1b03fa6ca3f2498397c1e6f1628027b5d Cr-Commit-Position: refs/heads/master@{#383441}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Workaround added. #

Patch Set 5 : #

Patch Set 6 : Rebase.\ #

Patch Set 7 : Rebase. #

Patch Set 8 : nit refine. #

Total comments: 2

Patch Set 9 : Rebase and reflect comment #

Total comments: 10

Patch Set 10 : Reflect esprehn's comments. #

Patch Set 11 : Rebase. #

Patch Set 12 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -48 lines) Patch
M third_party/WebKit/Source/core/fetch/ImageResource.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResource.cpp View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +75 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResourceObserver.h View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MockResourceClients.h View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/MockResourceClients.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +14 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImage.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImage.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImageResource.h View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImageResource.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 81 (42 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/1
4 years, 10 months ago (2016-02-24 19:21:56 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/20001
4 years, 10 months ago (2016-02-24 19:35:44 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/40001
4 years, 10 months ago (2016-02-24 21:06:21 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/161548)
4 years, 10 months ago (2016-02-24 21:29:14 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/40001
4 years, 10 months ago (2016-02-24 22:07:44 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/179046)
4 years, 10 months ago (2016-02-24 22:38:42 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/60001
4 years, 10 months ago (2016-02-24 22:46:12 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-25 00:16:41 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/80001
4 years, 9 months ago (2016-03-01 00:16:58 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/189168)
4 years, 9 months ago (2016-03-01 01:47:45 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/100001
4 years, 9 months ago (2016-03-01 02:07:11 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/100631) mac_chromium_rel_ng on ...
4 years, 9 months ago (2016-03-01 02:26:30 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/120001
4 years, 9 months ago (2016-03-01 18:58:25 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/140001
4 years, 9 months ago (2016-03-01 19:48:42 UTC) #31
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/29664)
4 years, 9 months ago (2016-03-01 20:17:54 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/140001
4 years, 9 months ago (2016-03-01 22:28:56 UTC) #36
hiroshige
could you take a look?
4 years, 9 months ago (2016-03-01 22:39:59 UTC) #38
esprehn
Is your description right? You have two cases of imageChanged(true that say happen once?
4 years, 9 months ago (2016-03-01 23:13:02 UTC) #39
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-02 00:00:11 UTC) #41
hiroshige
On 2016/03/01 23:13:02, esprehn wrote: > Is your description right? You have two cases of ...
4 years, 9 months ago (2016-03-02 01:04:05 UTC) #42
yhirano
https://codereview.chromium.org/1728313003/diff/140001/third_party/WebKit/Source/core/fetch/ImageResourceObserver.h File third_party/WebKit/Source/core/fetch/ImageResourceObserver.h (right): https://codereview.chromium.org/1728313003/diff/140001/third_party/WebKit/Source/core/fetch/ImageResourceObserver.h#newcode41 third_party/WebKit/Source/core/fetch/ImageResourceObserver.h:41: // because we are animating. If not null, the ...
4 years, 9 months ago (2016-03-02 01:20:34 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/160001
4 years, 9 months ago (2016-03-11 23:04:42 UTC) #45
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-12 00:43:28 UTC) #47
hiroshige
Changed the CL description. Is it clear enough? https://codereview.chromium.org/1728313003/diff/140001/third_party/WebKit/Source/core/fetch/ImageResourceObserver.h File third_party/WebKit/Source/core/fetch/ImageResourceObserver.h (right): https://codereview.chromium.org/1728313003/diff/140001/third_party/WebKit/Source/core/fetch/ImageResourceObserver.h#newcode41 third_party/WebKit/Source/core/fetch/ImageResourceObserver.h:41: // ...
4 years, 9 months ago (2016-03-12 01:04:49 UTC) #51
Nate Chapin
I'm happy with this patch if esprehn is happy.
4 years, 9 months ago (2016-03-22 21:46:00 UTC) #52
esprehn
bool args should usually have their names so we know what they are. I think ...
4 years, 9 months ago (2016-03-22 23:31:50 UTC) #53
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/240001
4 years, 9 months ago (2016-03-23 17:34:11 UTC) #58
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/193476)
4 years, 9 months ago (2016-03-23 21:39:51 UTC) #60
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/240001
4 years, 9 months ago (2016-03-23 21:50:54 UTC) #62
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-23 22:58:44 UTC) #64
yhirano
lgtm
4 years, 9 months ago (2016-03-24 05:35:34 UTC) #65
hiroshige
https://codereview.chromium.org/1728313003/diff/160001/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h File third_party/WebKit/Source/core/css/CSSCrossfadeValue.h (right): https://codereview.chromium.org/1728313003/diff/160001/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h#newcode90 third_party/WebKit/Source/core/css/CSSCrossfadeValue.h:90: void imageChanged(bool, ImageResource*, const IntRect* = nullptr) override; On ...
4 years, 9 months ago (2016-03-24 17:26:44 UTC) #66
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/260001
4 years, 9 months ago (2016-03-25 20:12:35 UTC) #68
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-25 21:30:50 UTC) #70
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/260001
4 years, 9 months ago (2016-03-26 00:54:56 UTC) #72
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-26 01:03:02 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1728313003/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1728313003/260001
4 years, 9 months ago (2016-03-26 03:47:02 UTC) #77
commit-bot: I haz the power
Committed patchset #12 (id:260001)
4 years, 9 months ago (2016-03-26 03:55:16 UTC) #79
commit-bot: I haz the power
4 years, 9 months ago (2016-03-26 03:56:43 UTC) #81
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/ba00e4a1b03fa6ca3f2498397c1e6f1628027b5d
Cr-Commit-Position: refs/heads/master@{#383441}

Powered by Google App Engine
This is Rietveld 408576698