gecko/content/media/webaudio
Karl Tomlinson 0a09f0a607 b=914030 shut down an AudioDestinationNode's graph on destruction, if not already r=ehsan
This means that the graph will be shutdown properly, even if the
AudioDestinationNode is unlinked before AudioContext::Shutdown() is called.

Making MediaStreamGraph::DestroyNonRealtimeInstance() idempotent also makes
AudioContext::Shutdown() idempotent.

--HG--
extra : transplant_source : jZ%86%C5%C2n%17%EF%C2%C0y%ED%14%0E%17_dt%0C%07
2013-09-10 17:05:22 +12:00
..
blink Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg 2013-09-02 20:41:57 +12:00
compiledtest Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
test b=911777 collect cycles before getting maxChannelCount to release some cubeb streams r=padenot 2013-09-07 00:33:32 +12:00
AnalyserNode.cpp Bug 900898 part 2. Move to using Nullable<TypedArray> to represent possibly-null TypedArray structs. r=smaug 2013-08-05 13:40:01 -04:00
AnalyserNode.h Bug 900898 part 2. Move to using Nullable<TypedArray> to represent possibly-null TypedArray structs. r=smaug 2013-08-05 13:40:01 -04:00
AudioBuffer.cpp Bug 883920 - use templates for {Hold,Drop}JSObjects. r=peterv 2013-08-16 13:10:17 -07:00
AudioBuffer.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
AudioBufferSourceNode.cpp b=914013 tighten detection of end of buffer playback r=ehsan 2013-09-10 15:39:19 +12:00
AudioBufferSourceNode.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
AudioContext.cpp b=914030 remove MediaBufferDecoder::Shutdown(), no longer necessary since bug 900711, as part of making AudioContext::Shutdown() idempotent r=ehsan 2013-09-10 17:03:06 +12:00
AudioContext.h b=914030 shut down an AudioDestinationNode's graph on destruction, if not already r=ehsan 2013-09-10 17:05:22 +12:00
AudioDestinationNode.cpp b=914030 shut down an AudioDestinationNode's graph on destruction, if not already r=ehsan 2013-09-10 17:05:22 +12:00
AudioDestinationNode.h b=914030 shut down an AudioDestinationNode's graph on destruction, if not already r=ehsan 2013-09-10 17:05:22 +12:00
AudioListener.cpp b=907986 normalize orientation vectors early and keep existing state if directions are undefined r=padenot 2013-09-04 21:20:59 +12:00
AudioListener.h b=907986 normalize orientation vectors early and keep existing state if directions are undefined r=padenot 2013-09-04 21:20:59 +12:00
AudioNode.cpp Bug 912702 - Minimize the #includes in content/media; r=roc 2013-09-05 16:25:17 -04:00
AudioNode.h b=914030 update AudioNode ownership comment r=roc 2013-09-10 16:35:47 +12:00
AudioParam.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
AudioParam.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
AudioParamTimeline.h Bug 897092 - Fix setTargetAtTime glitch. r=ehsan 2013-08-09 15:11:03 +02:00
AudioProcessingEvent.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
AudioProcessingEvent.h
BiquadFilterNode.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
BiquadFilterNode.h Bug 900898 part 2. Move to using Nullable<TypedArray> to represent possibly-null TypedArray structs. r=smaug 2013-08-05 13:40:01 -04:00
ChannelMergerNode.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
ChannelMergerNode.h Bug 865248 - Implement ChannelMergerNode; r=roc 2013-05-05 11:49:37 -04:00
ChannelSplitterNode.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
ChannelSplitterNode.h Bug 865248 - Implement ChannelMergerNode; r=roc 2013-05-05 11:49:37 -04:00
ConvolverNode.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
ConvolverNode.h b=906966 limit ConvolverNode and PannerNode input channel count through channelCount and channelCountMode r=ehsan 2013-09-05 07:44:35 +12:00
DelayNode.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
DelayNode.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
DelayProcessor.cpp b=890528 Record silence in the delay buffer when there is no input, to avoid echos r=ehsan 2013-09-02 12:59:34 +12:00
DelayProcessor.h b=815643 Refactor DelayNodeEngine delay processing into a shareable class r=ehsan 2013-08-09 10:07:49 +12:00
DynamicsCompressorNode.cpp Bug 859022 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/media. r=roc 2013-06-27 20:30:41 +09:00
DynamicsCompressorNode.h
EnableWebAudioCheck.cpp
EnableWebAudioCheck.h
FFTBlock.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
FFTBlock.h b=815643 Add Blink's frequency interpolation and group delay methods from FFTFrame to FFTBlock r=ehsan 2013-08-08 21:38:24 +12:00
GainNode.cpp Bug 859022 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/media. r=roc 2013-06-27 20:30:41 +09:00
GainNode.h
Makefile.in Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
MediaBufferDecoder.cpp b=914030 remove MediaBufferDecoder::Shutdown(), no longer necessary since bug 900711, as part of making AudioContext::Shutdown() idempotent r=ehsan 2013-09-10 17:03:06 +12:00
MediaBufferDecoder.h b=914030 remove MediaBufferDecoder::Shutdown(), no longer necessary since bug 900711, as part of making AudioContext::Shutdown() idempotent r=ehsan 2013-09-10 17:03:06 +12:00
MediaElementAudioSourceNode.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
MediaElementAudioSourceNode.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
MediaStreamAudioDestinationNode.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
MediaStreamAudioDestinationNode.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
MediaStreamAudioSourceNode.cpp Bug 856361. Part 6: Make MediaStreamAudioSourceNode keep its DOMMediaStream alive, and make the DOMMediaStream keep the MediaStreamAudioSourceNode alive. r=ehsan 2013-07-25 14:07:34 +12:00
MediaStreamAudioSourceNode.h Bug 856361. Part 6: Make MediaStreamAudioSourceNode keep its DOMMediaStream alive, and make the DOMMediaStream keep the MediaStreamAudioSourceNode alive. r=ehsan 2013-07-25 14:07:34 +12:00
moz.build Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal 2013-08-15 09:02:09 -04:00
OfflineAudioCompletionEvent.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
OfflineAudioCompletionEvent.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
OscillatorNode.cpp Bug 908144 - Don't output sound before start() is called when using OscilatorNode. r=ehsan 2013-08-26 11:46:33 +02:00
OscillatorNode.h Bug 865253 - Part 4: Stop OscillatorNodes on context shutdown. r=ehsan 2013-08-19 11:57:00 -07:00
PannerNode.cpp b=907986 handle zero front-right plane projection without NaNs r=padenot 2013-09-04 21:20:59 +12:00
PannerNode.h b=906966 limit ConvolverNode and PannerNode input channel count through channelCount and channelCountMode r=ehsan 2013-09-05 07:44:35 +12:00
PeriodicWave.cpp Bug 865256 - Part 2: Rename WaveTable to PeriodicWave; r=roc 2013-06-19 18:24:26 -04:00
PeriodicWave.h Bug 865256 - Part 2: Rename WaveTable to PeriodicWave; r=roc 2013-06-19 18:24:26 -04:00
PlayingRefChangeHandler.h Bug 890248. Avoid situations where adding a new input to an AudioNode can race with a message telling the AudioNode to release its mPlayingRef. r=ehsan 2013-07-05 13:49:53 +12:00
ReportDecodeResultTask.h Bug 856822: Annotate ~1700 methods with MOZ_OVERRIDE in /content r=smaug 2013-05-29 13:43:41 -07:00
ScriptProcessorNode.cpp b=906966 limit ScriptProcessorNode input channel count through channelCount and channelCountMode r=ehsan 2013-09-05 07:44:37 +12:00
ScriptProcessorNode.h b=906966 limit ScriptProcessorNode input channel count through channelCount and channelCountMode r=ehsan 2013-09-05 07:44:37 +12:00
ThreeDPoint.cpp b=907986 normalize orientation vectors early and keep existing state if directions are undefined r=padenot 2013-09-04 21:20:59 +12:00
ThreeDPoint.h b=907986 remove unused ThreeDPoint::Distance() r=padenot 2013-09-04 21:21:00 +12:00
WaveShaperNode.cpp Bug 883920 - use templates for {Hold,Drop}JSObjects. r=peterv 2013-08-16 13:10:17 -07:00
WaveShaperNode.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
WebAudioUtils.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
WebAudioUtils.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00