gecko-dev/dom/media/webaudio
Robert O'Callahan f8eee03d38 Bug 1189506. Remove invalid assertion. r=karlt
That's nothing stopping someone passing an AudioContext time of (e.g.)
zero to AudioBufferSourceNode::Stop and OscillatorNode::Start/Stop, which
can get turned into a negative time here. Those nodes can handle negative
start/stop times just fine.

--HG--
extra : commitid : I6TtkZTlLRg
extra : rebase_source : 64e73f9ff30572f789cf4887acad97116aba33f3
2015-09-16 16:31:12 +12:00
..
blink Bug 1204195 - Fix two warnings in dom/media/webaudio/blink/. r=rillian. 2015-09-14 18:09:14 -07:00
compiledtest Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
test Bug 1162003 - Enable run-by-dir mode on Fx desktop debug & ASAN builds. r=jmaher 2015-09-10 09:52:00 +02:00
AlignedTArray.h Bug 1182808 - Part 3: Rename AlignedTArray_Impl to AlignedTArray and remove existing AlignedTArray. r=padenot 2015-07-15 12:58:22 -07:00
AnalyserNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
AnalyserNode.h bug 1184801 process AnalyserNode input only when required r=padenot 2015-07-22 19:50:37 +12:00
AudioBlock.cpp bug 1203380 tighten not-sharing assertion in ChannelFloatsForWrite() r=padenot 2015-09-10 09:01:55 +12:00
AudioBlock.h bug 1203380 add custom AudioBlock copy constructor and make AudioChunk conversion constructor explicit r=padenot 2015-09-10 09:29:34 +12:00
AudioBuffer.cpp bug 1198656 delay AudioBuffer allocation until required r=padenot 2015-08-24 19:30:36 +12:00
AudioBuffer.h bug 1198656 refactor acquiring the content into an object method r=padenot 2015-08-25 08:51:55 +12:00
AudioBufferSourceNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
AudioBufferSourceNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
AudioContext.cpp Bug 1189506. Make AudioContext responsible for tracking all nodes which need to be suspended and resumed. r=padenot 2015-09-16 16:15:21 +12:00
AudioContext.h Bug 1189506. Make AudioContext responsible for tracking all nodes which need to be suspended and resumed. r=padenot 2015-09-16 16:15:21 +12:00
AudioDestinationNode.cpp Bug 1189506. Convert ChangeExplicitBlockerCount to MediaStream::Suspend/Resume. r=padenot 2015-09-11 01:45:36 +12:00
AudioDestinationNode.h Bug 1195051 - Part 2: Mute the destination node when the AudioContext is suspended, and unmute when resumed; r=padenot 2015-08-17 08:55:00 -04:00
AudioEventTimeline.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
AudioListener.cpp Bug 1188745 - Rename nsTArray::SizeOfExcludingThis() as ShallowSizeOfExcludingThis(). r=froydnj. 2015-07-28 23:24:24 -07:00
AudioListener.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
AudioNode.cpp Bug 1189506. Remove aFlags parameter from AllocateInputPort. r=karlt 2015-09-04 16:42:42 +12:00
AudioNode.h Bug 1189506. Make AudioContext responsible for tracking all nodes which need to be suspended and resumed. r=padenot 2015-09-16 16:15:21 +12:00
AudioNodeEngine.cpp bug 1197028 use AudioBlock for web audio processing to reuse buffers shared downstream r=padenot 2015-09-03 19:01:50 +12:00
AudioNodeEngine.h bug 1197028 use AudioBlock for web audio processing to reuse buffers shared downstream r=padenot 2015-09-03 19:01:50 +12:00
AudioNodeEngineNEON.cpp
AudioNodeEngineNEON.h
AudioNodeExternalInputStream.cpp Bug 1189506. Call GraphTimeToStreamTime in AudioNodeExternalInputStream. r=karlt 2015-09-08 16:46:10 +12:00
AudioNodeExternalInputStream.h Bug 1189506. Make AudioContext responsible for tracking all nodes which need to be suspended and resumed. r=padenot 2015-09-16 16:15:21 +12:00
AudioNodeStream.cpp Bug 1189506. Remove invalid assertion. r=karlt 2015-09-16 16:31:12 +12:00
AudioNodeStream.h Bug 1189506. Remove unused NotifyConsumptionChanged. r=karlt 2015-09-04 21:39:35 +12:00
AudioParam.cpp Bug 1189506. Remove aFlags parameter from AllocateInputPort. r=karlt 2015-09-04 16:42:42 +12:00
AudioParam.h Bug 1188745 - Rename nsTArray::SizeOfExcludingThis() as ShallowSizeOfExcludingThis(). r=froydnj. 2015-07-28 23:24:24 -07:00
AudioParamTimeline.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
AudioProcessingEvent.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
AudioProcessingEvent.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
BiquadFilterNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
BiquadFilterNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
BufferDecoder.cpp Bug 1195158. Part 4 - remove unused code. r=cpearce. 2015-09-07 11:39:16 +08:00
BufferDecoder.h Bug 1195158. Part 4 - remove unused code. r=cpearce. 2015-09-07 11:39:16 +08:00
ChannelMergerNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
ChannelMergerNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
ChannelSplitterNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
ChannelSplitterNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
ConvolverNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
ConvolverNode.h
DelayBuffer.cpp bug 1197028 use AudioBlock for web audio processing to reuse buffers shared downstream r=padenot 2015-09-03 19:01:50 +12:00
DelayBuffer.h bug 1197028 use AudioBlock for web audio processing to reuse buffers shared downstream r=padenot 2015-09-03 19:01:50 +12:00
DelayNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
DelayNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
DynamicsCompressorNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
DynamicsCompressorNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
FFTBlock.cpp
FFTBlock.h bug 1188704 remove now unused PerformInverseFFT() variation r=rillian 2015-07-30 12:51:48 +12:00
GainNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
GainNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
MediaBufferDecoder.cpp Bug 1203047 - Make MediaDecoderReader know less about AudioData/VideoData by using MediaData instead. r=jya 2015-09-10 03:06:00 +02:00
MediaBufferDecoder.h bug 1199559 write decodeAudioData buffer in a format suitable for direct use by AudioBuffer r=padenot 2015-08-28 11:15:39 +12:00
MediaElementAudioSourceNode.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
MediaElementAudioSourceNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
MediaStreamAudioDestinationNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
MediaStreamAudioDestinationNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
MediaStreamAudioSourceNode.cpp Bug 1189506. Remove aFlags parameter from AllocateInputPort. r=karlt 2015-09-04 16:42:42 +12:00
MediaStreamAudioSourceNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
moz.build bug 1197028 move AllocateAudioBlock to AudioBlock.h r=padenot 2015-09-03 19:05:02 +12:00
OfflineAudioCompletionEvent.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
OfflineAudioCompletionEvent.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
OscillatorNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
OscillatorNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
PannerNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
PannerNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
PanningUtils.h bug 1197028 use AudioBlock for web audio processing to reuse buffers shared downstream r=padenot 2015-09-03 19:01:50 +12:00
PeriodicWave.cpp
PeriodicWave.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
PlayingRefChangeHandler.h bug 914392 use NodeMainThread() to avoid NodeMutex() use on main thread r=padenot 2015-07-14 21:57:01 +12:00
ReportDecodeResultTask.h
ScriptProcessorNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
ScriptProcessorNode.h bug 916387 keep ScriptProcessorNode alive after input is GCed r=padenot 2015-08-06 17:56:06 +12:00
StereoPannerNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
StereoPannerNode.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
ThreeDPoint.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
ThreeDPoint.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
WaveShaperNode.cpp Bug 1189506. Pass AudioContext to AudioNodeStream::Create. r=karlt 2015-09-09 01:22:16 +12:00
WaveShaperNode.h Bug 1186343: Throw an InvalidStateError when we set the curve attribute of a WaveShaperNode with a Float32Array of length less than 2; r=padenot,smaug 2015-07-22 13:32:12 +02:00
WebAudioUtils.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
WebAudioUtils.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00