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

Issue 424633002: Oilpan: Prepare to move Resource 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 Resource to Oilpan heap. This CL adds a set of live Resources to MemoryCache to emulate the current lifetime management precisely in Oilpan. Resource::m_resourceToRevalidate refers another Resource, and Resource::m_proxyResource is a back pointer of m_resourceToRevlidate. According to Resource::canDelete, both of them are strong references. BUG=393516 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179016

Patch Set 1 #

Total comments: 4

Patch Set 2 : unregister -> register #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -9 lines) Patch
M Source/core/fetch/MemoryCache.h View 2 chunks +13 lines, -0 lines 0 comments Download
M Source/core/fetch/MemoryCache.cpp View 2 chunks +25 lines, -0 lines 0 comments Download
M Source/core/fetch/Resource.h View 3 chunks +12 lines, -4 lines 0 comments Download
M Source/core/fetch/Resource.cpp View 1 5 chunks +15 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
tkent
Please review this.
6 years, 4 months ago (2014-07-28 06:49:00 UTC) #1
haraken
https://codereview.chromium.org/424633002/diff/1/Source/core/fetch/MemoryCache.h File Source/core/fetch/MemoryCache.h (right): https://codereview.chromium.org/424633002/diff/1/Source/core/fetch/MemoryCache.h#newcode198 Source/core/fetch/MemoryCache.h:198: void makeDead(Resource*); Just help me understand: Do we need ...
6 years, 4 months ago (2014-07-28 07:43:52 UTC) #2
tkent
https://codereview.chromium.org/424633002/diff/1/Source/core/fetch/MemoryCache.h File Source/core/fetch/MemoryCache.h (right): https://codereview.chromium.org/424633002/diff/1/Source/core/fetch/MemoryCache.h#newcode198 Source/core/fetch/MemoryCache.h:198: void makeDead(Resource*); On 2014/07/28 07:43:52, haraken wrote: > > ...
6 years, 4 months ago (2014-07-28 08:14:19 UTC) #3
haraken
LGTM
6 years, 4 months ago (2014-07-28 08:19:29 UTC) #4
haraken
+japhet
6 years, 4 months ago (2014-07-28 08:19:43 UTC) #5
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 4 months ago (2014-07-28 08:39:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/424633002/20001
6 years, 4 months ago (2014-07-28 08:39:42 UTC) #7
zerny-chromium
lgtm
6 years, 4 months ago (2014-07-28 08:43:49 UTC) #8
commit-bot: I haz the power
6 years, 4 months ago (2014-07-28 09:44:33 UTC) #9
Message was sent while issue was closed.
Change committed as 179016

Powered by Google App Engine
This is Rietveld 408576698