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

Issue 414423003: Oilpan: Prepare to move ResourceLoader and ResourceLoaderSet to Oilpan heap. (Closed)

Created:
6 years, 4 months ago by tkent
Modified:
6 years, 4 months ago
CC:
blink-reviews, Nate Chapin, gavinp+loader_chromium.org
Project:
blink
Visibility:
Public.

Description

Oilpan: Prepare to move ResourceLoader and ResourceLoaderSet to Oilpan heap. Also, this CL adds missing ResourceLoaderSet factory. BUG=393516 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179120

Patch Set 1 : #

Total comments: 4

Patch Set 2 : FINAL #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -28 lines) Patch
M Source/core/fetch/Resource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/Resource.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/fetch/ResourceFetcher.h View 1 chunk +2 lines, -2 lines 3 comments Download
M Source/core/fetch/ResourceFetcher.cpp View 3 chunks +4 lines, -2 lines 0 comments Download
M Source/core/fetch/ResourceLoader.h View 3 chunks +5 lines, -4 lines 0 comments Download
M Source/core/fetch/ResourceLoader.cpp View 12 chunks +18 lines, -12 lines 0 comments Download
M Source/core/fetch/ResourceLoaderSet.h View 1 1 chunk +8 lines, -5 lines 0 comments Download
M Source/core/fetch/ResourceLoaderSet.cpp View 2 chunks +14 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
tkent
Please review this.
6 years, 4 months ago (2014-07-29 05:08:37 UTC) #1
zerny-chromium
lgtm https://codereview.chromium.org/414423003/diff/20001/Source/core/fetch/Resource.h File Source/core/fetch/Resource.h (right): https://codereview.chromium.org/414423003/diff/20001/Source/core/fetch/Resource.h#newcode306 Source/core/fetch/Resource.h:306: HashSet<Resource*> m_resourcesWithPendingClients; This set looks like it should ...
6 years, 4 months ago (2014-07-29 06:36:45 UTC) #2
tkent
https://codereview.chromium.org/414423003/diff/20001/Source/core/fetch/Resource.h File Source/core/fetch/Resource.h (right): https://codereview.chromium.org/414423003/diff/20001/Source/core/fetch/Resource.h#newcode306 Source/core/fetch/Resource.h:306: HashSet<Resource*> m_resourcesWithPendingClients; On 2014/07/29 06:36:45, zerny-chromium wrote: > This ...
6 years, 4 months ago (2014-07-29 08:38:43 UTC) #3
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 4 months ago (2014-07-29 08:38:47 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/414423003/40001
6 years, 4 months ago (2014-07-29 08:39:42 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_gn_rel on tryserver.blink ...
6 years, 4 months ago (2014-07-29 09:47:25 UTC) #6
haraken
LGTM https://codereview.chromium.org/414423003/diff/40001/Source/core/fetch/ResourceFetcher.h File Source/core/fetch/ResourceFetcher.h (right): https://codereview.chromium.org/414423003/diff/40001/Source/core/fetch/ResourceFetcher.h#newcode215 Source/core/fetch/ResourceFetcher.h:215: OwnPtr<ListHashSet<Resource*> > m_preloads; Consider using HeapListHashSet in a ...
6 years, 4 months ago (2014-07-29 10:30:17 UTC) #7
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 10:36:58 UTC) #8
Message was sent while issue was closed.
Change committed as 179120

Powered by Google App Engine
This is Rietveld 408576698