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

Issue 1319363002: Makes WebThreadSupportingGC constructible for an existing thread (Closed)

Created:
5 years, 3 months ago by kinuko
Modified:
5 years, 3 months ago
Reviewers:
haraken, sadrul
CC:
blink-reviews, Ian Vollick
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

Makes WebThreadSupportingGC constructible for an existing thread Alternative approach for http://crrev.com/1274023003 Add WebThreadSupportingGC::createForThread(), which takes an existing thread and add GC support for the thread. If a thread is not given WebThreadSupportingGC creates a new thread and owns it, otherwise it just uses the given thread. BUG=518708 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201549

Patch Set 1 : #

Total comments: 4

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -19 lines) Patch
M Source/modules/compositorworker/CompositorWorkerManager.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/modules/compositorworker/CompositorWorkerManager.cpp View 1 3 chunks +8 lines, -4 lines 0 comments Download
M Source/platform/WebThreadSupportingGC.h View 2 chunks +12 lines, -3 lines 0 comments Download
M Source/platform/WebThreadSupportingGC.cpp View 1 1 chunk +29 lines, -12 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
kinuko
To me this doesn't feel terribly bad, or it actually looks simpler than https://codereview.chromium.org/1274023003, but ...
5 years, 3 months ago (2015-08-31 12:12:48 UTC) #4
haraken
On 2015/08/31 12:12:48, kinuko wrote: > To me this doesn't feel terribly bad, or it ...
5 years, 3 months ago (2015-08-31 13:10:36 UTC) #5
sadrul
On 2015/08/31 13:10:36, haraken wrote: > On 2015/08/31 12:12:48, kinuko wrote: > > To me ...
5 years, 3 months ago (2015-09-01 09:25:34 UTC) #6
haraken
LGTM https://codereview.chromium.org/1319363002/diff/20001/Source/modules/compositorworker/CompositorWorkerManager.cpp File Source/modules/compositorworker/CompositorWorkerManager.cpp (right): https://codereview.chromium.org/1319363002/diff/20001/Source/modules/compositorworker/CompositorWorkerManager.cpp#newcode110 Source/modules/compositorworker/CompositorWorkerManager.cpp:110: m_thread = nullptr; Nit: We may want to ...
5 years, 3 months ago (2015-09-01 09:32:38 UTC) #7
kinuko
Thanks both! https://codereview.chromium.org/1319363002/diff/20001/Source/modules/compositorworker/CompositorWorkerManager.cpp File Source/modules/compositorworker/CompositorWorkerManager.cpp (right): https://codereview.chromium.org/1319363002/diff/20001/Source/modules/compositorworker/CompositorWorkerManager.cpp#newcode110 Source/modules/compositorworker/CompositorWorkerManager.cpp:110: m_thread = nullptr; On 2015/09/01 09:32:37, haraken ...
5 years, 3 months ago (2015-09-01 09:48:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1319363002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1319363002/40001
5 years, 3 months ago (2015-09-01 09:49:12 UTC) #11
commit-bot: I haz the power
5 years, 3 months ago (2015-09-01 10:58:09 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201549

Powered by Google App Engine
This is Rietveld 408576698