gecko-dev/dom/media/webaudio
Paul Adenot c0f386b1a6 Bug 1148354 - Remove the tests related to the doppler effect from mochitests. r=karlt
MozReview-Commit-ID: 7DZy9ySQrTc

--HG--
extra : rebase_source : aae5a0e6ac2fa5a6f4d13dda75a22db85be1560f
2018-07-17 10:04:33 +02:00
..
blink Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj 2018-06-17 22:43:11 -07:00
gtest Bug 1421091 - Remove a bit from a gtest that is tested directly in the bindings. r=jya 2018-07-13 14:31:53 +02:00
test Bug 1148354 - Remove the tests related to the doppler effect from mochitests. r=karlt 2018-07-17 10:04:33 +02:00
AlignedTArray.h
AlignmentUtils.h
AnalyserNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AnalyserNode.h Bug 1456259 - Correct AnalyserNode construction issues. r=padenot,smaug 2018-04-26 16:32:52 +02:00
AudioBlock.cpp
AudioBlock.h
AudioBuffer.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioBuffer.h
AudioBufferSourceNode.cpp Backed out 4 changesets (bug 1476744, bug 1148354) for failing android at http://10.0.2.2:8854/tests/dom/media/test/crashtests/doppler-1.html on a CLOSED TREE 2018-07-20 17:13:20 +03:00
AudioBufferSourceNode.h Bug 1436263 - Part 1: Replace final override virtual function specifiers with just final. r=froydnj 2018-02-05 22:46:57 -08:00
AudioContext.cpp Backed out 4 changesets (bug 1476744, bug 1148354) for failing android at http://10.0.2.2:8854/tests/dom/media/test/crashtests/doppler-1.html on a CLOSED TREE 2018-07-20 17:13:20 +03:00
AudioContext.h Backed out 4 changesets (bug 1476744, bug 1148354) for failing android at http://10.0.2.2:8854/tests/dom/media/test/crashtests/doppler-1.html on a CLOSED TREE 2018-07-20 17:13:20 +03:00
AudioDestinationNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioDestinationNode.h Bug 1413098 - Part 4 - Rename variable and reorder argument to remove default argument value. r=pehrsons 2018-02-26 15:02:45 +01:00
AudioEventTimeline.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
AudioEventTimeline.h Bug 1421091 - Update AudioParam.setValueCurveAtTime to take sequence<float> instead of a Float32Array. r=baku 2018-07-03 18:00:27 +02:00
AudioListener.cpp Backed out 4 changesets (bug 1476744, bug 1148354) for failing android at http://10.0.2.2:8854/tests/dom/media/test/crashtests/doppler-1.html on a CLOSED TREE 2018-07-20 17:13:20 +03:00
AudioListener.h Backed out 4 changesets (bug 1476744, bug 1148354) for failing android at http://10.0.2.2:8854/tests/dom/media/test/crashtests/doppler-1.html on a CLOSED TREE 2018-07-20 17:13:20 +03:00
AudioNode.cpp Backed out 4 changesets (bug 1476744, bug 1148354) for failing android at http://10.0.2.2:8854/tests/dom/media/test/crashtests/doppler-1.html on a CLOSED TREE 2018-07-20 17:13:20 +03:00
AudioNode.h Bug 1443224 - Throw correct exceptions when trying to set the channelCount, the channelCountMode and the channelInterpretation on a ChannelSplitterNode. r=baku 2018-03-09 15:22:44 +01:00
AudioNodeEngine.cpp Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeEngine.h Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeEngineNEON.cpp Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeEngineNEON.h Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeEngineSSE2.cpp Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeEngineSSE2.h Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeExternalInputStream.cpp
AudioNodeExternalInputStream.h
AudioNodeStream.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
AudioNodeStream.h
AudioParam.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioParam.h Bug 1476695 - Return minimum and maximum 32bits float for AudioParam.{minValue,maxValue} that used to return infinity. r=karlt 2018-07-16 17:56:16 +02:00
AudioParamMap.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioParamMap.h Bug 1460907 - Implement AudioParamMap definitions. r=karlt,qdot 2018-05-13 16:16:23 +02:00
AudioParamTimeline.h
AudioProcessingEvent.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioProcessingEvent.h Bug 1470930: Use enums for passing arguments for event dispatch. r=smaug 2018-06-26 18:22:06 +02:00
AudioScheduledSourceNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioScheduledSourceNode.h
AudioWorkletNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioWorkletNode.h Bug 1458446 - Add AudioWorkletNode interface definitions. r=baku,karlt 2018-06-01 19:10:02 +02:00
AudioWorkletProcessor.cpp Bug 1466182 - Add AudioWorkletProcessor definitions. r=baku,karlt 2018-06-24 20:02:47 +02:00
AudioWorkletProcessor.h Bug 1466182 - Add AudioWorkletProcessor definitions. r=baku,karlt 2018-06-24 20:02:47 +02:00
BiquadFilterNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
BiquadFilterNode.h
ChannelMergerNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
ChannelMergerNode.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
ChannelSplitterNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
ChannelSplitterNode.h Bug 1443224 - Throw correct exceptions when trying to set the channelCount, the channelCountMode and the channelInterpretation on a ChannelSplitterNode. r=baku 2018-03-09 15:22:44 +01:00
ConstantSourceNode.cpp Bug 1413284 - A RangeError exception is thrown if start/stop is called with a out of range param r=padenot 2018-07-18 21:32:14 +02:00
ConstantSourceNode.h Bug 1436263 - Part 1: Replace final override virtual function specifiers with just final. r=froydnj 2018-02-05 22:46:57 -08:00
ConvolverNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
ConvolverNode.h
DelayBuffer.cpp Bug 1441500 - Remove smoothing of the delayTime parameter. r=karlt 2018-02-27 12:59:25 +01:00
DelayBuffer.h Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
DelayNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
DelayNode.h
DynamicsCompressorNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
DynamicsCompressorNode.h
FFTBlock.cpp
FFTBlock.h
GainNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
GainNode.h
IIRFilterNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
IIRFilterNode.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
MediaBufferDecoder.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
MediaBufferDecoder.h
MediaElementAudioSourceNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
MediaElementAudioSourceNode.h
MediaStreamAudioDestinationNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
MediaStreamAudioDestinationNode.h Bug 1436263 - Part 1: Replace final override virtual function specifiers with just final. r=froydnj 2018-02-05 22:46:57 -08:00
MediaStreamAudioSourceNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
MediaStreamAudioSourceNode.h
moz.build Bug 1466182 - Add AudioWorkletProcessor definitions. r=baku,karlt 2018-06-24 20:02:47 +02:00
OscillatorNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
OscillatorNode.h Bug 1436263 - Part 1: Replace final override virtual function specifiers with just final. r=froydnj 2018-02-05 22:46:57 -08:00
PannerNode.cpp Backed out 4 changesets (bug 1476744, bug 1148354) for failing android at http://10.0.2.2:8854/tests/dom/media/test/crashtests/doppler-1.html on a CLOSED TREE 2018-07-20 17:13:20 +03:00
PannerNode.h Backed out 4 changesets (bug 1476744, bug 1148354) for failing android at http://10.0.2.2:8854/tests/dom/media/test/crashtests/doppler-1.html on a CLOSED TREE 2018-07-20 17:13:20 +03:00
PanningUtils.h
PeriodicWave.cpp Backed out 2 changesets (bug 1456271) for mda failures in dom/media/webaudio/test/test_periodicWave.html 2018-07-16 17:11:14 +03:00
PeriodicWave.h
PlayingRefChangeHandler.h
ReportDecodeResultTask.h
ScriptProcessorNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
ScriptProcessorNode.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
StereoPannerNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
StereoPannerNode.h
ThreeDPoint.cpp
ThreeDPoint.h
WaveShaperNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
WaveShaperNode.h
WebAudioUtils.cpp
WebAudioUtils.h Bug 1441500 - Remove smoothing of the delayTime parameter. r=karlt 2018-02-27 12:59:25 +01:00