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

Issue 2448863002: [DO NOT COMMIT] WorkletThreadHolader (Closed)

Created:
4 years, 1 month ago by nhiroki
Modified:
4 years, 1 month ago
Reviewers:
haraken
CC:
chromium-reviews, shimazu+worker_chromium.org, haraken, kinuko+worker_chromium.org, Raymond Toy, blink-reviews, horo+watch_chromium.org, falken+watch_chromium.org, blink-worker-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DO NOT COMMIT] WorkletThreadHolader This is for https://codereview.chromium.org/2432543002/

Patch Set 1 #

Patch Set 2 : explicit instantiation #

Patch Set 3 : remove CORE_EXPORT #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -78 lines) Patch
M third_party/WebKit/Source/core/workers/WorkletBackingThreadHolder.h View 1 2 2 chunks +86 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkletBackingThreadHolder.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp View 1 4 chunks +10 lines, -70 lines 2 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (19 generated)
hongchan
On 2016/10/25 12:41:39, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 1 month ago (2016-10-25 16:34:27 UTC) #19
nhiroki
On 2016/10/25 16:34:27, hongchan wrote: > On 2016/10/25 12:41:39, commit-bot: I haz the power wrote: ...
4 years, 1 month ago (2016-10-25 22:42:53 UTC) #20
haraken
https://codereview.chromium.org/2448863002/diff/100001/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp File third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp (right): https://codereview.chromium.org/2448863002/diff/100001/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp#newcode73 third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp:73: WorkletThreadHolder<AudioWorkletThread>::clearInstance(); Are you sure that this method is called? ...
4 years, 1 month ago (2016-10-26 07:41:49 UTC) #22
nhiroki
4 years, 1 month ago (2016-10-26 08:10:02 UTC) #23
https://codereview.chromium.org/2448863002/diff/100001/third_party/WebKit/Sou...
File third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp (right):

https://codereview.chromium.org/2448863002/diff/100001/third_party/WebKit/Sou...
third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp:73:
WorkletThreadHolder<AudioWorkletThread>::clearInstance();
On 2016/10/26 07:41:49, haraken wrote:
> 
> Are you sure that this method is called?
> 
> As far as I look at the leak log, it looks like WorkletGlobalScope is not
> released.

Good catch! I replied in the original CL:
https://codereview.chromium.org/2432543002/

Powered by Google App Engine
This is Rietveld 408576698