gecko-dev/dom/media/webaudio
shindli 883c6619a6 Backed out 3 changesets (bug 1324552, bug 1324545, bug 1350973) for causing perma mda leakcheck failures CLOSED TREE
Backed out changeset db14e59c7e6e (bug 1324545)
Backed out changeset 088e13476d39 (bug 1324552)
Backed out changeset e79a64fc49e7 (bug 1350973)
2019-07-11 18:55:03 +03:00
..
blink Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
test Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
AlignedTArray.h
AlignmentUtils.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
AnalyserNode.cpp Bug 1477205 - Remove the exception when a node is created after closing the AudioContext. r=padenot 2019-03-22 12:41:53 +00:00
AnalyserNode.h
AudioBlock.cpp
AudioBlock.h
AudioBuffer.cpp Bug 1548816 be consistent about number of frames copied r=padenot 2019-05-07 11:17:54 +00:00
AudioBuffer.h
AudioBufferSourceNode.cpp Bug 1544023 - let AudioNode keep the reference of all AudioParams which belong to itself. r=padenot 2019-04-23 17:50:54 +00:00
AudioBufferSourceNode.h
AudioContext.cpp Backed out 3 changesets (bug 1324552, bug 1324545, bug 1350973) for causing perma mda leakcheck failures CLOSED TREE 2019-07-11 18:55:03 +03:00
AudioContext.h Backed out 3 changesets (bug 1324552, bug 1324545, bug 1350973) for causing perma mda leakcheck failures CLOSED TREE 2019-07-11 18:55:03 +03:00
AudioDestinationNode.cpp Bug 1541467 - Handle situations where the document is not available from the AudioContext. r=karlt 2019-04-05 11:38:06 +00:00
AudioDestinationNode.h
AudioEventTimeline.cpp
AudioEventTimeline.h Bug 893020 - Make AudioParam.value getter return a value based on the AudioContext.currentTime. r=karlt 2019-05-14 05:17:00 +00:00
AudioListener.cpp
AudioListener.h
AudioNode.cpp Bug 1544023 - let AudioNode keep the reference of all AudioParams which belong to itself. r=padenot 2019-04-23 17:50:54 +00:00
AudioNode.h Bug 1544023 - let AudioNode keep the reference of all AudioParams which belong to itself. r=padenot 2019-04-23 17:50:54 +00:00
AudioNodeEngine.cpp Bug 1538470 - Null-check the global when creating AudioNodes. r=karlt 2019-03-26 12:22:10 +00:00
AudioNodeEngine.h Bug 1532005 - Implement a new js/public/ArrayBuffer.h header to centralize functionality for creating and interacting with ArrayBuffers. r=sfink 2019-03-04 15:19:16 -08:00
AudioNodeEngineNEON.cpp Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
AudioNodeEngineNEON.h
AudioNodeEngineSSE2.cpp
AudioNodeEngineSSE2.h
AudioNodeExternalInputStream.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
AudioNodeExternalInputStream.h
AudioNodeStream.cpp Bug 1536766 - Remove unused MediaStream::HasCurrentData. r=padenot 2019-04-24 10:55:50 +00:00
AudioNodeStream.h Bug 1513722 run AudioWorklet for OfflineAudioContext on MSG thread r=padenot 2018-12-20 07:58:13 +00:00
AudioParam.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-02-15 08:15:57 +00:00
AudioParam.h Bug 893020 - Make AudioParam.value getter return a value based on the AudioContext.currentTime. r=karlt 2019-05-14 05:17:00 +00:00
AudioParamDescriptorMap.h Bug 1501709 - AudioWorkletGlobalScope::RegisterProcessor: check descriptors and convert them to an internal representation. r=karlt,baku,froydnj 2019-01-10 18:45:38 +00:00
AudioParamMap.cpp
AudioParamMap.h
AudioParamTimeline.h
AudioProcessingEvent.cpp
AudioProcessingEvent.h
AudioScheduledSourceNode.cpp Bug 1121623 part 4. Remove AudioScheduledSourceNode::WrapObject. r=padenot 2019-05-23 11:40:14 +00:00
AudioScheduledSourceNode.h Bug 1121623 part 4. Remove AudioScheduledSourceNode::WrapObject. r=padenot 2019-05-23 11:40:14 +00:00
AudioWorkletGlobalScope.cpp bug 1519562 send AudioParamDescriptors from registerProcessor() to AudioContext r=padenot 2019-02-21 03:12:59 +00:00
AudioWorkletGlobalScope.h Bug 1501709 - AudioWorkletGlobalScope::RegisterProcessor: check descriptors and convert them to an internal representation. r=karlt,baku,froydnj 2019-01-10 18:45:38 +00:00
AudioWorkletImpl.cpp Bug 1535214 run AudioWorklet for realtime AudioContext on GraphRunner thread r=padenot 2019-03-14 13:40:07 +00:00
AudioWorkletImpl.h bug 1519562 send AudioParamDescriptors from registerProcessor() to AudioContext r=padenot 2019-02-21 03:12:59 +00:00
AudioWorkletNode.cpp Bug 1541311 add support for AudioWorkletNode.numberOfInputs/Outputs r=padenot 2019-04-03 13:38:10 +00:00
AudioWorkletNode.h Bug 1541311 add support for AudioWorkletNode.numberOfInputs/Outputs r=padenot 2019-04-03 13:38:10 +00:00
AudioWorkletProcessor.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
AudioWorkletProcessor.h
BiquadFilterNode.cpp Bug 1563728 - Add a return statement to BiquadFilterNode::GetFrequencyResponse to fix bustage. rs=padenot 2019-07-06 10:45:56 +02:00
BiquadFilterNode.h Bug 1563728 - Throw when the three parameters of BiquadFilterNode.getFrequencyResponse aren't of the same size. r=baku 2019-07-05 20:34:47 +00:00
ChannelMergerNode.cpp Bug 1477205 - Remove the exception when a node is created after closing the AudioContext. r=padenot 2019-03-22 12:41:53 +00:00
ChannelMergerNode.h Bug 1456263 - Throw appropriate errors in the ChannelMergerNode ctor. r=karlt 2019-07-10 01:31:21 +00:00
ChannelSplitterNode.cpp Bug 1477205 - Remove the exception when a node is created after closing the AudioContext. r=padenot 2019-03-22 12:41:53 +00:00
ChannelSplitterNode.h
ConstantSourceNode.cpp Bug 1544023 - let AudioNode keep the reference of all AudioParams which belong to itself. r=padenot 2019-04-23 17:50:54 +00:00
ConstantSourceNode.h
ConvolverNode.cpp Bug 1541467 - Handle situations where the document is not available from the AudioContext. r=karlt 2019-04-05 11:38:06 +00:00
ConvolverNode.h
DelayBuffer.cpp
DelayBuffer.h
DelayNode.cpp Bug 1544023 - let AudioNode keep the reference of all AudioParams which belong to itself. r=padenot 2019-04-23 17:50:54 +00:00
DelayNode.h
DynamicsCompressorNode.cpp Bug 1544023 - let AudioNode keep the reference of all AudioParams which belong to itself. r=padenot 2019-04-23 17:50:54 +00:00
DynamicsCompressorNode.h Bug 1456962 - Update default channel attributes for DynamicsCompressorNode r=padenot 2019-03-18 14:47:53 +00:00
FFTBlock.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
FFTBlock.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
GainNode.cpp Bug 1544023 - let AudioNode keep the reference of all AudioParams which belong to itself. r=padenot 2019-04-23 17:50:54 +00:00
GainNode.h
IIRFilterNode.cpp Bug 1541467 - Handle situations where the document is not available from the AudioContext. r=karlt 2019-04-05 11:38:06 +00:00
IIRFilterNode.h
MediaBufferDecoder.cpp Bug 1535384 part 6. Get rid of MOZ_CAN_RUN_SCRIPT_BOUNDARY for webaudio callbacks. r=mccr8 2019-03-19 04:34:42 +00:00
MediaBufferDecoder.h Bug 1535384 part 6. Get rid of MOZ_CAN_RUN_SCRIPT_BOUNDARY for webaudio callbacks. r=mccr8 2019-03-19 04:34:42 +00:00
MediaElementAudioSourceNode.cpp Backed out 3 changesets (bug 1324552, bug 1324545, bug 1350973) for causing perma mda leakcheck failures CLOSED TREE 2019-07-11 18:55:03 +03:00
MediaElementAudioSourceNode.h Backed out 3 changesets (bug 1324552, bug 1324545, bug 1350973) for causing perma mda leakcheck failures CLOSED TREE 2019-07-11 18:55:03 +03:00
MediaStreamAudioDestinationNode.cpp Bug 1541467 - Handle situations where the document is not available from the AudioContext. r=karlt 2019-04-05 11:38:06 +00:00
MediaStreamAudioDestinationNode.h
MediaStreamAudioSourceNode.cpp Bug 1177793 - Pass principal instead of forcing black when capturing cross-origin media resource. r=jya,jib 2019-07-08 21:15:10 +00:00
MediaStreamAudioSourceNode.h Backed out 3 changesets (bug 1324552, bug 1324545, bug 1350973) for causing perma mda leakcheck failures CLOSED TREE 2019-07-11 18:55:03 +03:00
MediaStreamTrackAudioSourceNode.cpp Bug 1177793 - Pass principal instead of forcing black when capturing cross-origin media resource. r=jya,jib 2019-07-08 21:15:10 +00:00
MediaStreamTrackAudioSourceNode.h Bug 1324548 - Add MediaStreamTrackAudioSourceNode. r=pehrsons,baku 2019-04-10 12:14:17 +00:00
OscillatorNode.cpp Bug 1544023 - let AudioNode keep the reference of all AudioParams which belong to itself. r=padenot 2019-04-23 17:50:54 +00:00
OscillatorNode.h
PannerNode.cpp Bug 1544023 - let AudioNode keep the reference of all AudioParams which belong to itself. r=padenot 2019-04-23 17:50:54 +00:00
PannerNode.h Bug 1518352 remove unnecessary WeakPtr support from PannerNode r=padenot 2019-01-08 10:07:15 +00:00
PanningUtils.h
PeriodicWave.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
PeriodicWave.h
PlayingRefChangeHandler.h
ReportDecodeResultTask.h
ScriptProcessorNode.cpp
ScriptProcessorNode.h
StereoPannerNode.cpp Bug 1544023 - let AudioNode keep the reference of all AudioParams which belong to itself. r=padenot 2019-04-23 17:50:54 +00:00
StereoPannerNode.h
ThreeDPoint.cpp
ThreeDPoint.h
WaveShaperNode.cpp Bug 1477205 - Remove the exception when a node is created after closing the AudioContext. r=padenot 2019-03-22 12:41:53 +00:00
WaveShaperNode.h
WebAudioUtils.cpp
WebAudioUtils.h
moz.build Bug 1324548 - Add MediaStreamTrackAudioSourceNode. r=pehrsons,baku 2019-04-10 12:14:17 +00:00