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

Issue 467683002: AudioNodeOutput::disconnectAll() should be called in AudioNode::dispose() (Closed)

Created:
6 years, 4 months ago by haraken
Modified:
6 years, 4 months ago
Reviewers:
oilpan-reviews, tkent
CC:
blink-reviews, Raymond Toy
Project:
blink
Visibility:
Public.

Description

AudioNodeOutput::disconnectAll() should be called in AudioNode::dispose() Currently, in oilpan builds, AudioNodeOutput::disconnectAll() is called in AudioNode::dispose(). In non-oilpan builds, AudioNodeOutput::disconnectAll() is called in AudioNode::finishDeref(). We don't want to have different call paths between oilpan builds and non-oilpan builds. Given that AudioNodeOutput::disconnectAll() should be called when the AudioNode is destructed (but before the associated AudioContext is gone), AudioNodeOutput::disconnectAll() should always be called in AudioNode::dispose(). BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180277

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -6 lines) Patch
M Source/modules/webaudio/AudioNode.cpp View 1 2 chunks +0 lines, -6 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
haraken
PTAL
6 years, 4 months ago (2014-08-12 13:28:23 UTC) #1
tkent
On 2014/08/12 13:28:23, haraken wrote: > PTAL Without https://codereview.chromium.org/466763002/, this CL will make a behavior ...
6 years, 4 months ago (2014-08-14 02:39:31 UTC) #2
tkent
> Without https://codereview.chromium.org/466763002/, this CL will make a behavior > change. It was landed. lgtm
6 years, 4 months ago (2014-08-14 05:03:46 UTC) #3
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-08-14 05:04:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/467683002/1
6 years, 4 months ago (2014-08-14 05:05:44 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-14 05:05:59 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/modules/webaudio/AudioNode.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-14 05:06:00 UTC) #7
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-08-14 05:10:28 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/467683002/20001
6 years, 4 months ago (2014-08-14 05:11:38 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-14 10:55:54 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-14 14:08:24 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/21345)
6 years, 4 months ago (2014-08-14 14:08:26 UTC) #12
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-08-14 14:24:42 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/467683002/20001
6 years, 4 months ago (2014-08-14 14:26:40 UTC) #14
commit-bot: I haz the power
6 years, 4 months ago (2014-08-14 16:07:42 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (20001) as 180277

Powered by Google App Engine
This is Rietveld 408576698