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

Issue 2304073002: LeakDetector should run a GC on the compositor thread (Closed)

Created:
4 years, 3 months ago by keishi
Modified:
4 years, 3 months ago
Reviewers:
haraken, oilpan-reviews
CC:
chromium-reviews, blink-reviews, kouhei+heap_chromium.org, oilpan-reviews, Mads Ager (chromium)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

LeakDetector should run a GC on the compositor thread Compositor workers do not own the compositor thread so they do not do a cleanup gc on termination. This means objects will be left uncollected once per thread heap is enabled for compositor workers. To make up for that, the LeakDetector should run a GC on the compositor thread explicitly. BUG= Committed: https://crrev.com/717584e9840d3174ea30b712e7a5b6f58beb3488 Cr-Commit-Position: refs/heads/master@{#417574}

Patch Set 1 #

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -3 lines) Patch
M third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.cpp View 1 2 chunks +20 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebLeakDetector.cpp View 1 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
keishi
We run a GC before the layout test leak detector but, it only triggers a ...
4 years, 3 months ago (2016-09-02 06:48:41 UTC) #2
haraken
On 2016/09/02 06:48:41, keishi wrote: > We run a GC before the layout test leak ...
4 years, 3 months ago (2016-09-02 09:15:48 UTC) #3
haraken
On 2016/09/02 09:15:48, haraken wrote: > On 2016/09/02 06:48:41, keishi wrote: > > We run ...
4 years, 3 months ago (2016-09-02 09:21:29 UTC) #4
haraken
On 2016/09/02 09:21:29, haraken wrote: > On 2016/09/02 09:15:48, haraken wrote: > > On 2016/09/02 ...
4 years, 3 months ago (2016-09-02 09:26:20 UTC) #5
keishi
On 2016/09/02 09:26:20, haraken wrote: > On 2016/09/02 09:21:29, haraken wrote: > > On 2016/09/02 ...
4 years, 3 months ago (2016-09-07 10:04:33 UTC) #6
haraken
On 2016/09/07 10:04:33, keishi wrote: > On 2016/09/02 09:26:20, haraken wrote: > > On 2016/09/02 ...
4 years, 3 months ago (2016-09-07 14:51:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2304073002/20001
4 years, 3 months ago (2016-09-09 01:25:53 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/221731) linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 3 months ago (2016-09-09 01:34:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2304073002/20001
4 years, 3 months ago (2016-09-09 09:59:30 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-09 13:45:49 UTC) #17
commit-bot: I haz the power
4 years, 3 months ago (2016-09-09 13:47:38 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/717584e9840d3174ea30b712e7a5b6f58beb3488
Cr-Commit-Position: refs/heads/master@{#417574}

Powered by Google App Engine
This is Rietveld 408576698