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

Issue 208083003: Oilpan: move ApplicationCache to the oilpan heap. (Closed)

Created:
6 years, 9 months ago by sof
Modified:
6 years, 9 months ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews, watchdog-blink-watchlist_google.com, Nate Chapin, arv+blink, gavinp+loader_chromium.org, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Oilpan: move ApplicationCache to the oilpan heap. Make this EventTarget-derived object a garbage collected object. R=haraken@chromium.org BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169744

Patch Set 1 #

Patch Set 2 : Use transition type version of adoptRef..Collected() #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M Source/core/frame/DOMWindow.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/appcache/ApplicationCache.h View 1 3 chunks +9 lines, -3 lines 1 comment Download
M Source/core/loader/appcache/ApplicationCache.idl View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
sof
Please take a look. [Last one of these.. time to transition DOMWindow itself next.]
6 years, 9 months ago (2014-03-21 14:33:08 UTC) #1
haraken
There remains several RefPtr<ApplicationCache>s in the code base. Could you replace them with RefPtrWillRawPtr<ApplicationCache> in ...
6 years, 9 months ago (2014-03-21 14:41:20 UTC) #2
sof
On 2014/03/21 14:41:20, haraken wrote: > There remains several RefPtr<ApplicationCache>s in the code base. Could ...
6 years, 9 months ago (2014-03-21 14:51:47 UTC) #3
haraken
On 2014/03/21 14:51:47, sof wrote: > On 2014/03/21 14:41:20, haraken wrote: > > There remains ...
6 years, 9 months ago (2014-03-21 14:53:28 UTC) #4
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 9 months ago (2014-03-21 15:05:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/208083003/20001
6 years, 9 months ago (2014-03-21 15:06:01 UTC) #6
commit-bot: I haz the power
6 years, 9 months ago (2014-03-21 15:37:44 UTC) #7
Message was sent while issue was closed.
Change committed as 169744

Powered by Google App Engine
This is Rietveld 408576698