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

Issue 1224323003: Oilpan: simplify ImageLoaderClient handling. (Closed)

Created:
5 years, 5 months ago by sof
Modified:
5 years, 5 months ago
CC:
blink-reviews, tyoshino+watch_chromium.org, Nate Chapin, gavinp+loader_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: simplify ImageLoaderClient handling. Simplify the unregistration of ImageLoaderClient objects. The weak client references are removed as clients as part of weak processing or when running the ImageLoader's prefinalizer. R=haraken BUG=383742 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198790

Patch Set 1 #

Patch Set 2 : add unregistration of weakly held clients #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -37 lines) Patch
M Source/core/loader/ImageLoader.h View 1 2 chunks +5 lines, -21 lines 2 comments Download
M Source/core/loader/ImageLoader.cpp View 1 4 chunks +24 lines, -16 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
sof
please take a look. I don't see a legitimate use for this any longer, but ...
5 years, 5 months ago (2015-07-13 13:29:38 UTC) #2
sof
On 2015/07/13 13:29:38, sof wrote: > please take a look. > > I don't see ...
5 years, 5 months ago (2015-07-13 14:40:43 UTC) #3
haraken
https://codereview.chromium.org/1224323003/diff/20001/Source/core/loader/ImageLoader.h File Source/core/loader/ImageLoader.h (right): https://codereview.chromium.org/1224323003/diff/20001/Source/core/loader/ImageLoader.h#newcode173 Source/core/loader/ImageLoader.h:173: HashSet<ImageLoaderClient*> m_clients; I'm wondering if we could just use ...
5 years, 5 months ago (2015-07-13 14:46:56 UTC) #5
sof
https://codereview.chromium.org/1224323003/diff/20001/Source/core/loader/ImageLoader.h File Source/core/loader/ImageLoader.h (right): https://codereview.chromium.org/1224323003/diff/20001/Source/core/loader/ImageLoader.h#newcode173 Source/core/loader/ImageLoader.h:173: HashSet<ImageLoaderClient*> m_clients; On 2015/07/13 14:46:56, haraken wrote: > > ...
5 years, 5 months ago (2015-07-13 14:49:44 UTC) #6
haraken
On 2015/07/13 14:49:44, sof wrote: > https://codereview.chromium.org/1224323003/diff/20001/Source/core/loader/ImageLoader.h > File Source/core/loader/ImageLoader.h (right): > > https://codereview.chromium.org/1224323003/diff/20001/Source/core/loader/ImageLoader.h#newcode173 > ...
5 years, 5 months ago (2015-07-13 14:51:55 UTC) #7
sof
On 2015/07/13 14:51:55, haraken wrote: > On 2015/07/13 14:49:44, sof wrote: > > > https://codereview.chromium.org/1224323003/diff/20001/Source/core/loader/ImageLoader.h ...
5 years, 5 months ago (2015-07-13 14:54:56 UTC) #8
haraken
On 2015/07/13 14:54:56, sof wrote: > On 2015/07/13 14:51:55, haraken wrote: > > On 2015/07/13 ...
5 years, 5 months ago (2015-07-13 15:15:19 UTC) #9
sof
On 2015/07/13 15:15:19, haraken wrote: > On 2015/07/13 14:54:56, sof wrote: > > On 2015/07/13 ...
5 years, 5 months ago (2015-07-13 15:16:30 UTC) #10
sof
On 2015/07/13 15:15:19, haraken wrote: > On 2015/07/13 14:54:56, sof wrote: > > On 2015/07/13 ...
5 years, 5 months ago (2015-07-13 15:21:43 UTC) #11
haraken
On 2015/07/13 15:16:30, sof wrote: > On 2015/07/13 15:15:19, haraken wrote: > > On 2015/07/13 ...
5 years, 5 months ago (2015-07-13 15:29:48 UTC) #12
sof
On 2015/07/13 15:29:48, haraken wrote: > On 2015/07/13 15:16:30, sof wrote: > > On 2015/07/13 ...
5 years, 5 months ago (2015-07-13 15:34:54 UTC) #13
haraken
On 2015/07/13 15:34:54, sof wrote: > On 2015/07/13 15:29:48, haraken wrote: > > On 2015/07/13 ...
5 years, 5 months ago (2015-07-13 15:39:11 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1224323003/20001
5 years, 5 months ago (2015-07-13 15:58:22 UTC) #16
commit-bot: I haz the power
5 years, 5 months ago (2015-07-13 16:03:02 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=198790

Powered by Google App Engine
This is Rietveld 408576698