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

Issue 1897143002: [CompositorWorker] Do not create WorkerBackingThread in shutdown sequence (Closed)

Created:
4 years, 8 months ago by yhirano
Modified:
4 years, 7 months ago
Reviewers:
Ian Vollick, haraken
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[CompositorWorker] Do not create WorkerBackingThread in shutdown sequence Previously CompositorWorkerThread::clearSharedBackingThread() instantiated a WebThreadSupportingGC just before destructing it if no one had used a CompositorWorkerThread. This change removes the function, because the thread is shutdown when the last compositor worker thread is gone and leaving CompositorWorkerThread::m_thread is harmless. BUG=575532 Committed: https://crrev.com/eb7ab820fa77af56e63697a296d2ea54698d39c3 Cr-Commit-Position: refs/heads/master@{#390050}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -9 lines) Patch
M third_party/WebKit/Source/modules/ModulesInitializer.cpp View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp View 1 2 3 4 3 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 28 (12 generated)
yhirano
4 years, 8 months ago (2016-04-20 03:12:46 UTC) #5
haraken
This looks a bit nasty. As I commented in the WorkerBackingThread CL, would it be ...
4 years, 8 months ago (2016-04-20 04:14:00 UTC) #6
yhirano
On 2016/04/20 04:14:00, haraken wrote: > This looks a bit nasty. > > As I ...
4 years, 8 months ago (2016-04-20 07:41:54 UTC) #7
Ian Vollick
On 2016/04/20 07:41:54, yhirano wrote: > On 2016/04/20 04:14:00, haraken wrote: > > This looks ...
4 years, 8 months ago (2016-04-20 15:43:47 UTC) #9
yhirano
On 2016/04/20 15:43:47, vollick wrote: > On 2016/04/20 07:41:54, yhirano wrote: > > On 2016/04/20 ...
4 years, 8 months ago (2016-04-21 02:19:50 UTC) #10
Ian Vollick
On 2016/04/21 02:19:50, yhirano wrote: > On 2016/04/20 15:43:47, vollick wrote: > > On 2016/04/20 ...
4 years, 8 months ago (2016-04-21 04:02:45 UTC) #11
yhirano
Uploaded PS3 which is equivalent to PS1.
4 years, 8 months ago (2016-04-22 09:01:17 UTC) #12
Ian Vollick
On 2016/04/22 09:01:17, yhirano wrote: > Uploaded PS3 which is equivalent to PS1. lgtm % ...
4 years, 8 months ago (2016-04-25 20:55:48 UTC) #14
haraken
(Sorry about the late reply...) The complexity comes from the fact that BackingThreadHolder::instance() implicitly creates ...
4 years, 8 months ago (2016-04-26 08:16:12 UTC) #15
yhirano
On 2016/04/26 08:16:12, haraken wrote: > (Sorry about the late reply...) > > The complexity ...
4 years, 8 months ago (2016-04-26 11:21:50 UTC) #16
haraken
On 2016/04/26 11:21:50, yhirano wrote: > On 2016/04/26 08:16:12, haraken wrote: > > (Sorry about ...
4 years, 8 months ago (2016-04-26 11:23:48 UTC) #17
yhirano
On 2016/04/26 11:23:48, haraken wrote: > On 2016/04/26 11:21:50, yhirano wrote: > > On 2016/04/26 ...
4 years, 7 months ago (2016-04-27 10:43:37 UTC) #18
haraken
On 2016/04/27 10:43:37, yhirano wrote: > On 2016/04/26 11:23:48, haraken wrote: > > On 2016/04/26 ...
4 years, 7 months ago (2016-04-27 11:01:16 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1897143002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1897143002/80001
4 years, 7 months ago (2016-04-27 11:05:15 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-04-27 12:28:28 UTC) #26
commit-bot: I haz the power
4 years, 7 months ago (2016-04-27 12:29:35 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/eb7ab820fa77af56e63697a296d2ea54698d39c3
Cr-Commit-Position: refs/heads/master@{#390050}

Powered by Google App Engine
This is Rietveld 408576698