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

Issue 1124153003: [Oilpan] [Reland] Migrate classes under core/fetch to Oilpan heap (Closed)

Created:
5 years, 7 months ago by peria
Modified:
5 years, 3 months ago
CC:
blink-reviews, tyoshino+watch_chromium.org, eae+blinkwatch, Yoav Weiss, blink-reviews-dom_chromium.org, dglazkov+blink, gavinp+loader_chromium.org, Nate Chapin, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Reland of crrev.com/1108753002 Migrate classes under core/fetch to Oilpan heap BUG=479467, 497658 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198461

Patch Set 1 #

Patch Set 2 : Remove unsure part #

Patch Set 3 : Reset ResourceFetcher (examine) #

Patch Set 4 : Rebase and revert a bit #

Patch Set 5 : Experiment: Reset ResourceFetch in Document::detach #

Patch Set 6 : Try clearing fetcher #

Patch Set 7 : Clear ResourceFetcher #

Patch Set 8 : m_fetcher.clear() in Document::detach #

Patch Set 9 : Test: Clean up some members in clearContext #

Patch Set 10 : Revert #

Patch Set 11 : Test run #

Patch Set 12 : Clear ResourceFetcher in detaching #

Patch Set 13 : Fix webkit_unit_tests #

Patch Set 14 : Rebase #

Patch Set 15 : Check m_fetcher in DocumentLoader #

Patch Set 16 : Fix webkit_tests #

Total comments: 5

Patch Set 17 : Rebase #

Patch Set 18 : Check m_fetcher in DocumentLoader #

Total comments: 8

Patch Set 19 : Work for comments #

Patch Set 20 : Fix webkit_unit_test failures #

Patch Set 21 : Add m_fetcher check again where it is required #

Patch Set 22 : Revert some changes #

Patch Set 23 : Rebase #

Total comments: 2

Patch Set 24 : Work for comment #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -129 lines) Patch
M Source/core/dom/Document.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/CachingCorrectnessTest.cpp View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/fetch/FetchContext.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/FetchContext.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ImageResourceTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/fetch/MemoryCache.h View 8 chunks +17 lines, -19 lines 0 comments Download
M Source/core/fetch/MemoryCache.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 8 chunks +16 lines, -33 lines 0 comments Download
M Source/core/fetch/MemoryCacheTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/Resource.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 2 comments Download
M Source/core/fetch/ResourceFetcher.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +10 lines, -10 lines 0 comments Download
M Source/core/fetch/ResourceFetcher.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +1 line, -9 lines 0 comments Download
M Source/core/fetch/ResourceFetcherTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ResourceLoader.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/fetch/ResourceLoader.cpp View 9 chunks +3 lines, -21 lines 0 comments Download
M Source/core/fetch/ResourceLoaderSet.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/fetch/ResourceLoaderSet.cpp View 2 chunks +4 lines, -6 lines 0 comments Download
M Source/core/frame/ImageBitmapTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/DocumentLoader.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/DocumentLoader.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/loader/FrameFetchContext.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/FrameFetchContextTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/imagebitmap/ImageBitmapModuleTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 103 (19 generated)
peria
Just make it public to share current status. I have to know why "if(foo.isEmpty()) foo.clear()" ...
5 years, 6 months ago (2015-06-04 09:39:16 UTC) #10
sof
On 2015/06/04 09:39:16, peria wrote: > Just make it public to share current status. > ...
5 years, 6 months ago (2015-06-08 14:45:39 UTC) #11
peria
On 2015/06/08 14:45:39, sof wrote: > On 2015/06/04 09:39:16, peria wrote: > > Just make ...
5 years, 6 months ago (2015-06-09 03:09:57 UTC) #12
haraken
On 2015/06/08 14:45:39, sof wrote: > On 2015/06/04 09:39:16, peria wrote: > > Just make ...
5 years, 6 months ago (2015-06-09 04:35:32 UTC) #13
peria
On 2015/06/09 04:35:32, haraken wrote: > On 2015/06/08 14:45:39, sof wrote: > > On 2015/06/04 ...
5 years, 6 months ago (2015-06-09 04:41:21 UTC) #14
peria
On 2015/06/09 04:41:21, peria wrote: > On 2015/06/09 04:35:32, haraken wrote: > > On 2015/06/08 ...
5 years, 6 months ago (2015-06-09 04:53:44 UTC) #15
sof
On 2015/06/09 04:53:44, peria wrote: > On 2015/06/09 04:41:21, peria wrote: > > On 2015/06/09 ...
5 years, 6 months ago (2015-06-09 05:18:41 UTC) #16
peria
On 2015/06/09 05:18:41, sof wrote: > On 2015/06/09 04:53:44, peria wrote: > > Oh, I'm ...
5 years, 6 months ago (2015-06-09 05:22:20 UTC) #17
peria
after today's rebase, this CL seems pass ASAN tests without the strange clear(). Let me ...
5 years, 6 months ago (2015-06-09 06:27:52 UTC) #18
peria
Now leaking objects are OwnPtrs for closures stored in ResourceFetcher -> Timer -> CancellableTaskFactory. Those ...
5 years, 6 months ago (2015-06-11 06:57:48 UTC) #19
haraken
I cannot reproduce this leak in my local build. What's a GYP_DEFINE I need to ...
5 years, 6 months ago (2015-06-18 05:31:29 UTC) #21
haraken
Re-adding Sigbjorn and haraken
5 years, 6 months ago (2015-06-18 05:31:56 UTC) #23
peria
On 2015/06/18 05:31:29, haraken wrote: > I cannot reproduce this leak in my local build. ...
5 years, 6 months ago (2015-06-18 05:39:08 UTC) #24
haraken
On 2015/06/18 05:39:08, peria wrote: > On 2015/06/18 05:31:29, haraken wrote: > > I cannot ...
5 years, 6 months ago (2015-06-18 05:55:34 UTC) #25
haraken
On 2015/06/18 05:55:34, haraken wrote: > On 2015/06/18 05:39:08, peria wrote: > > On 2015/06/18 ...
5 years, 6 months ago (2015-06-18 06:04:08 UTC) #26
peria
On 2015/06/18 06:04:08, haraken wrote: > > Hmm, if we call m_fetcher.clear() in Document::detach, the ...
5 years, 6 months ago (2015-06-18 06:08:52 UTC) #27
sof
On 2015/06/18 06:04:08, haraken wrote: > On 2015/06/18 05:55:34, haraken wrote: > > On 2015/06/18 ...
5 years, 6 months ago (2015-06-18 06:16:41 UTC) #28
haraken
> Thanks, I think those dtor sequences help indicate that a Document is released > ...
5 years, 6 months ago (2015-06-18 06:45:49 UTC) #29
peria
On 2015/06/18 06:45:49, haraken wrote: > It seems that the first Document is a Document ...
5 years, 6 months ago (2015-06-18 06:53:20 UTC) #30
haraken
The first Document is allocated in SetUp(): #0 blink::Document::Document (this=0x61f000008c80, initializer=..., documentClasses=1 '\001') at ../../third_party/WebKit/Source/core/dom/Document.cpp:480 ...
5 years, 6 months ago (2015-06-18 07:12:55 UTC) #31
haraken
The second Document is created in TearDown(): #0 blink::Document::Document (this=0x61f000007e80, initializer=..., documentClasses=1 '\001') at ../../third_party/WebKit/Source/core/dom/Document.cpp:480 ...
5 years, 6 months ago (2015-06-18 07:13:05 UTC) #32
sof
Good stuff, getting closer :) Have you tried adding a call to blink::WebHeap::collectGarbageForTesting() after the ...
5 years, 6 months ago (2015-06-18 07:17:05 UTC) #33
haraken
On 2015/06/18 07:17:05, sof wrote: > Good stuff, getting closer :) > > Have you ...
5 years, 6 months ago (2015-06-18 07:36:35 UTC) #34
haraken
Here is my theory: (a) The ResourceFetcher associated with the second Document is leaking in ...
5 years, 6 months ago (2015-06-18 07:43:16 UTC) #35
sof
On 2015/06/18 07:43:16, haraken wrote: > Here is my theory: > > (a) The ResourceFetcher ...
5 years, 6 months ago (2015-06-18 07:46:04 UTC) #36
haraken
On 2015/06/18 07:46:04, sof wrote: > On 2015/06/18 07:43:16, haraken wrote: > > Here is ...
5 years, 6 months ago (2015-06-18 07:50:45 UTC) #37
haraken
On 2015/06/18 07:50:45, haraken wrote: > On 2015/06/18 07:46:04, sof wrote: > > On 2015/06/18 ...
5 years, 6 months ago (2015-06-18 16:32:30 UTC) #39
peria
On 2015/06/18 16:32:30, haraken wrote: > > peria-san: Would you add m_fetcher.clear to Document::detach and ...
5 years, 6 months ago (2015-06-18 16:50:53 UTC) #40
sof
On 2015/06/18 16:50:53, peria wrote: > On 2015/06/18 16:32:30, haraken wrote: > > > > ...
5 years, 6 months ago (2015-06-22 07:50:45 UTC) #43
peria
On 2015/06/22 07:50:45, sof wrote: > That looked rather red; what's the current status? No ...
5 years, 6 months ago (2015-06-22 08:45:38 UTC) #44
haraken
On 2015/06/22 08:45:38, peria wrote: > On 2015/06/22 07:50:45, sof wrote: > > That looked ...
5 years, 6 months ago (2015-06-22 09:31:27 UTC) #45
peria
On 2015/06/22 09:31:27, haraken wrote: > On 2015/06/22 08:45:38, peria wrote: > > On 2015/06/22 ...
5 years, 6 months ago (2015-06-22 09:48:15 UTC) #46
peria
On 2015/06/22 09:31:27, haraken wrote: > What happens if you call m_fetcher.clear() in both Document::detach() ...
5 years, 6 months ago (2015-06-24 09:22:18 UTC) #47
peria
On 2015/06/24 09:22:18, peria wrote: > But unfortunately, extension_unittest.ScriptContextSetTest.Lifecycle still fails > with the leak. ...
5 years, 6 months ago (2015-06-24 09:48:33 UTC) #48
haraken
On 2015/06/24 09:48:33, peria wrote: > On 2015/06/24 09:22:18, peria wrote: > > But unfortunately, ...
5 years, 6 months ago (2015-06-24 11:48:08 UTC) #49
peria
On 2015/06/24 11:48:08, haraken wrote: > On 2015/06/24 09:48:33, peria wrote: > > On 2015/06/24 ...
5 years, 6 months ago (2015-06-25 03:15:19 UTC) #50
sof
https://chromiumcodereview.appspot.com/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp File Source/core/loader/DocumentLoader.cpp (right): https://chromiumcodereview.appspot.com/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp#newcode647 Source/core/loader/DocumentLoader.cpp:647: if (m_fetcher) Trying to understand; could you explain why ...
5 years, 6 months ago (2015-06-26 07:21:45 UTC) #51
peria
PS15 is just a working around to see some tests need more investigation. https://chromiumcodereview.appspot.com/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp File ...
5 years, 6 months ago (2015-06-26 07:31:43 UTC) #52
sof
https://chromiumcodereview.appspot.com/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp File Source/core/loader/DocumentLoader.cpp (right): https://chromiumcodereview.appspot.com/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp#newcode647 Source/core/loader/DocumentLoader.cpp:647: if (m_fetcher) On 2015/06/26 07:31:43, peria wrote: > On ...
5 years, 5 months ago (2015-06-29 13:29:29 UTC) #54
sof
https://chromiumcodereview.appspot.com/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp File Source/core/loader/DocumentLoader.cpp (right): https://chromiumcodereview.appspot.com/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp#newcode647 Source/core/loader/DocumentLoader.cpp:647: if (m_fetcher) On 2015/06/29 13:29:29, sof wrote: > On ...
5 years, 5 months ago (2015-06-29 15:00:47 UTC) #55
peria
https://codereview.chromium.org/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp File Source/core/loader/DocumentLoader.cpp (right): https://codereview.chromium.org/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp#newcode647 Source/core/loader/DocumentLoader.cpp:647: if (m_fetcher) On 2015/06/29 13:29:29, sof wrote: > On ...
5 years, 5 months ago (2015-06-30 07:14:39 UTC) #56
sof
On 2015/06/29 15:00:47, sof wrote: > https://chromiumcodereview.appspot.com/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp > File Source/core/loader/DocumentLoader.cpp (right): > > https://chromiumcodereview.appspot.com/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp#newcode647 > ...
5 years, 5 months ago (2015-06-30 07:39:40 UTC) #57
peria
On 2015/06/30 07:39:40, sof wrote: > On 2015/06/29 15:00:47, sof wrote: > > > https://chromiumcodereview.appspot.com/1124153003/diff/520001/Source/core/loader/DocumentLoader.cpp ...
5 years, 5 months ago (2015-06-30 08:08:27 UTC) #58
sof
On 2015/06/30 08:08:27, peria wrote: > On 2015/06/30 07:39:40, sof wrote: > > On 2015/06/29 ...
5 years, 5 months ago (2015-07-01 06:13:51 UTC) #59
peria
On 2015/07/01 06:13:51, sof wrote: > On 2015/06/30 08:08:27, peria wrote: > > On 2015/06/30 ...
5 years, 5 months ago (2015-07-01 06:47:56 UTC) #60
peria
On 2015/07/01 06:47:56, peria wrote: > On 2015/07/01 06:13:51, sof wrote: > > On 2015/06/30 ...
5 years, 5 months ago (2015-07-01 07:44:53 UTC) #61
haraken
On 2015/07/01 07:44:53, peria wrote: > On 2015/07/01 06:47:56, peria wrote: > > On 2015/07/01 ...
5 years, 5 months ago (2015-07-01 07:50:22 UTC) #62
peria
> > > Going back to https://codereview.chromium.org/1124153003/#msg35 (and earlier > > > comments), should we ...
5 years, 5 months ago (2015-07-02 04:23:17 UTC) #63
sof
On 2015/07/02 04:23:17, peria wrote: > > > > Going back to https://codereview.chromium.org/1124153003/#msg35 (and > ...
5 years, 5 months ago (2015-07-02 05:24:48 UTC) #64
haraken
On 2015/07/02 04:23:17, peria wrote: > > > > Going back to https://codereview.chromium.org/1124153003/#msg35 (and > ...
5 years, 5 months ago (2015-07-02 05:26:45 UTC) #65
peria
On 2015/07/02 05:24:48, sof wrote: > On 2015/07/02 04:23:17, peria wrote: > > > > ...
5 years, 5 months ago (2015-07-02 05:31:12 UTC) #66
peria
On 2015/07/02 05:26:45, haraken wrote: > On 2015/07/02 04:23:17, peria wrote: > > > > ...
5 years, 5 months ago (2015-07-02 05:41:40 UTC) #67
haraken
On 2015/07/02 05:41:40, peria wrote: > On 2015/07/02 05:26:45, haraken wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 05:43:20 UTC) #68
sof
On 2015/07/02 05:43:20, haraken wrote: > On 2015/07/02 05:41:40, peria wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 06:06:55 UTC) #69
peria
On 2015/07/02 05:43:20, haraken wrote: > On 2015/07/02 05:41:40, peria wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 06:14:17 UTC) #70
peria
> This is crazy. The CL adds a bunch of null checks to try to ...
5 years, 5 months ago (2015-07-02 06:18:26 UTC) #71
sof
On 2015/07/02 06:14:17, peria wrote: > On 2015/07/02 05:43:20, haraken wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 06:26:53 UTC) #72
haraken
On 2015/07/02 06:06:55, sof wrote: > On 2015/07/02 05:43:20, haraken wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 06:37:24 UTC) #73
haraken
On 2015/07/02 06:26:53, sof wrote: > On 2015/07/02 06:14:17, peria wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 06:39:59 UTC) #74
peria
On 2015/07/02 06:37:24, haraken wrote: > On 2015/07/02 06:06:55, sof wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 06:55:46 UTC) #75
haraken
On 2015/07/02 06:55:46, peria wrote: > On 2015/07/02 06:37:24, haraken wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 06:57:57 UTC) #76
peria
On 2015/07/02 06:55:46, peria wrote: > > IMHO, this CL should not add m_fetch.clear() in ...
5 years, 5 months ago (2015-07-02 07:03:27 UTC) #77
sof
On 2015/07/02 07:03:27, peria wrote: > On 2015/07/02 06:55:46, peria wrote: > > > > ...
5 years, 5 months ago (2015-07-02 08:19:36 UTC) #78
peria
On 2015/07/02 08:19:36, sof wrote: > On 2015/07/02 07:03:27, peria wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 08:49:46 UTC) #79
sof
On 2015/07/02 08:49:46, peria wrote: > On 2015/07/02 08:19:36, sof wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 09:00:38 UTC) #80
peria
On 2015/07/02 09:00:38, sof wrote: > On 2015/07/02 08:49:46, peria wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 09:22:40 UTC) #81
sof
On 2015/07/02 09:22:40, peria wrote: > On 2015/07/02 09:00:38, sof wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-02 09:29:28 UTC) #82
peria
On 2015/07/02 09:29:28, sof(OOO) wrote: > On 2015/07/02 09:22:40, peria wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-03 02:37:39 UTC) #83
haraken
On 2015/07/03 02:37:39, peria wrote: > On 2015/07/02 09:29:28, sof(OOO) wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-03 03:33:20 UTC) #84
peria
On 2015/07/03 03:33:20, haraken wrote: > On 2015/07/03 02:37:39, peria wrote: > > On 2015/07/02 ...
5 years, 5 months ago (2015-07-03 04:11:43 UTC) #85
haraken
On 2015/07/03 04:11:43, peria wrote: > On 2015/07/03 03:33:20, haraken wrote: > > On 2015/07/03 ...
5 years, 5 months ago (2015-07-03 04:15:52 UTC) #86
haraken
On 2015/07/03 04:15:52, haraken wrote: > On 2015/07/03 04:11:43, peria wrote: > > On 2015/07/03 ...
5 years, 5 months ago (2015-07-03 06:12:27 UTC) #87
peria
Hi, I'm glad to announce that this CL is ready to be reviewed again. It ...
5 years, 5 months ago (2015-07-07 09:48:27 UTC) #89
haraken
LGTM https://codereview.chromium.org/1124153003/diff/700001/Source/core/loader/FrameFetchContextTest.cpp File Source/core/loader/FrameFetchContextTest.cpp (right): https://codereview.chromium.org/1124153003/diff/700001/Source/core/loader/FrameFetchContextTest.cpp#newcode119 Source/core/loader/FrameFetchContextTest.cpp:119: Persistent<FrameFetchContext> fetchContext; Can we use Persistent<FetchContext>? Then you ...
5 years, 5 months ago (2015-07-07 13:02:43 UTC) #90
peria
https://codereview.chromium.org/1124153003/diff/700001/Source/core/loader/FrameFetchContextTest.cpp File Source/core/loader/FrameFetchContextTest.cpp (right): https://codereview.chromium.org/1124153003/diff/700001/Source/core/loader/FrameFetchContextTest.cpp#newcode119 Source/core/loader/FrameFetchContextTest.cpp:119: Persistent<FrameFetchContext> fetchContext; On 2015/07/07 13:02:42, haraken wrote: > > ...
5 years, 5 months ago (2015-07-08 02:36:09 UTC) #91
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1124153003/720001
5 years, 5 months ago (2015-07-08 03:16:20 UTC) #94
commit-bot: I haz the power
Committed patchset #24 (id:720001) as https://src.chromium.org/viewvc/blink?view=rev&revision=198461
5 years, 5 months ago (2015-07-08 04:47:49 UTC) #95
Nico
https://codereview.chromium.org/1124153003/diff/720001/Source/core/fetch/Resource.h File Source/core/fetch/Resource.h (right): https://codereview.chromium.org/1124153003/diff/720001/Source/core/fetch/Resource.h#newcode343 Source/core/fetch/Resource.h:343: PersistentWillBeMember<ResourceLoader> m_loader; Some tests leak m_loader, for example: http://build.chromium.org/p/chromium.fyi/builders/ClangToTLinuxASan%20tester/builds/530/steps/webkit_unit_tests/logs/ResourceFetcherTest.Vary ...
5 years, 4 months ago (2015-08-25 04:23:01 UTC) #97
peria
https://codereview.chromium.org/1124153003/diff/720001/Source/core/fetch/Resource.h File Source/core/fetch/Resource.h (right): https://codereview.chromium.org/1124153003/diff/720001/Source/core/fetch/Resource.h#newcode343 Source/core/fetch/Resource.h:343: PersistentWillBeMember<ResourceLoader> m_loader; On 2015/08/25 04:23:01, Nico wrote: > Some ...
5 years, 4 months ago (2015-08-25 07:48:14 UTC) #98
Nico
On 2015/08/25 07:48:14, peria wrote: > https://codereview.chromium.org/1124153003/diff/720001/Source/core/fetch/Resource.h > File Source/core/fetch/Resource.h (right): > > https://codereview.chromium.org/1124153003/diff/720001/Source/core/fetch/Resource.h#newcode343 > ...
5 years, 4 months ago (2015-08-25 15:28:32 UTC) #99
peria
On 2015/08/25 15:28:32, Nico wrote: > Any luck? I checked how it had behaved before ...
5 years, 4 months ago (2015-08-26 03:10:56 UTC) #100
Nico
How can we fix this? Who knows how this is supposed to work? japhet? abarth? ...
5 years, 4 months ago (2015-08-26 03:16:39 UTC) #101
peria
On 2015/08/26 03:16:39, Nico wrote: > How can we fix this? Who knows how this ...
5 years, 4 months ago (2015-08-26 03:27:50 UTC) #102
Nico
5 years, 3 months ago (2015-08-29 21:52:53 UTC) #103
Message was sent while issue was closed.
I filed http://crbug.com/526423 for the leaks. It's almost the last leak
remaining in blink tests by now.

On Tue, Aug 25, 2015 at 8:27 PM, <peria@chromium.org> wrote:

> On 2015/08/26 03:16:39, Nico wrote:
>
>> How can we fix this? Who knows how this is supposed to work? japhet?
>> abarth?
>>
>
> I think japhet@ knows well.
> He added those tests and seems to work actively on core/fetch/.
>
> https://codereview.chromium.org/1124153003/
>

To unsubscribe from this group and stop receiving emails from it, send an email
to blink-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698