gecko-dev/content/media/webaudio
Kyle Huey 1e8e0c575a Bug 982212: Part 3 - Now that nsTArray::AppendElement supports r-value references, remove the workarounds added in Bug 967364. r=nfroyd
--HG--
extra : rebase_source : 1e6188d26b745f6dc9bdf2accc0abf7f07351510
2014-03-15 18:56:00 +01:00
..
blink Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
compiledtest Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal 2014-09-03 14:16:37 +09:00
test Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
AnalyserNode.cpp Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff 2014-05-27 14:32:41 -07:00
AnalyserNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
AudioBuffer.cpp Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv 2014-06-11 16:26:52 -04:00
AudioBuffer.h Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv 2014-06-11 16:26:52 -04:00
AudioBufferSourceNode.cpp b=1033122 be consistent about speex_resampler symbol visibility r=khuey 2014-07-02 14:21:34 +12:00
AudioBufferSourceNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
AudioContext.cpp Bug 982212: Part 3 - Now that nsTArray::AppendElement supports r-value references, remove the workarounds added in Bug 967364. r=nfroyd 2014-03-15 18:56:00 +01:00
AudioContext.h b=970773 convert destination stream time to DOM time for playbackTime r=roc 2014-08-13 11:05:09 +12:00
AudioDestinationNode.cpp Bug 848954 - Part 16 - Make AudioCallbackDriver respect the AudioChannelType. r=roc 2014-08-26 17:02:08 +02:00
AudioDestinationNode.h Bug 1044514 - AudioDestinationNode should not be kept alive by the event listener, r=ehsan 2014-07-29 16:30:40 +01:00
AudioEventTimeline.h Bug 1056460 - Move AudioEventTimeline.h to webaudio; r=roc 2014-08-21 10:54:03 -04:00
AudioListener.cpp Bug 1044658 - 5/6 - remove asWeakPtr - r=froydnj 2014-07-30 15:52:05 -04:00
AudioListener.h Bug 1028588 - Fix dangerous public destructors in content/media/ - r=cpearce,smaug 2014-06-24 12:36:43 -04:00
AudioNode.cpp Bug 1007776 - Add a devtools API for muting the source AudioNodes; r=roc,smaug 2014-08-19 08:12:43 -04:00
AudioNode.h Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug 2014-08-18 20:12:50 -04:00
AudioNodeEngine.cpp Bug 1055367 - Move the code for AudioNodeStream and AudioNodeEngine to webaudio; r=roc 2014-08-20 00:56:31 -04:00
AudioNodeEngine.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
AudioNodeEngineNEON.cpp Bug 1055367 - Move the code for AudioNodeStream and AudioNodeEngine to webaudio; r=roc 2014-08-20 00:56:31 -04:00
AudioNodeEngineNEON.h Bug 1055367 - Move the code for AudioNodeStream and AudioNodeEngine to webaudio; r=roc 2014-08-20 00:56:31 -04:00
AudioNodeExternalInputStream.cpp Bug 1055367 - Move the code for AudioNodeStream and AudioNodeEngine to webaudio; r=roc 2014-08-20 00:56:31 -04:00
AudioNodeExternalInputStream.h Bug 1055367 - Move the code for AudioNodeStream and AudioNodeEngine to webaudio; r=roc 2014-08-20 00:56:31 -04:00
AudioNodeStream.cpp Bug 1055367 - Move the code for AudioNodeStream and AudioNodeEngine to webaudio; r=roc 2014-08-20 00:56:31 -04:00
AudioNodeStream.h Bug 1055367 - Move the code for AudioNodeStream and AudioNodeEngine to webaudio; r=roc 2014-08-20 00:56:31 -04:00
AudioParam.cpp Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley 2014-04-08 18:27:18 -04:00
AudioParam.h Bug 1028588 - Fix dangerous public destructors in content/media/ - r=cpearce,smaug 2014-06-24 12:36:43 -04:00
AudioParamTimeline.h Bug 967817 - Finish memory reporters for Web Audio. r=roc, njn 2014-04-13 11:08:10 -07:00
AudioProcessingEvent.cpp Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
AudioProcessingEvent.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
BiquadFilterNode.cpp Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
BiquadFilterNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
BufferDecoder.cpp Bug 1062101 - Compute WebM frame duration from Δt of last frame. r=cajbir 2014-09-03 17:26:19 +12:00
BufferDecoder.h Bug 1062101 - Compute WebM frame duration from Δt of last frame. r=cajbir 2014-09-03 17:26:19 +12:00
ChannelMergerNode.cpp Bug 1061051 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:59 -04:00
ChannelMergerNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
ChannelSplitterNode.cpp Bug 1061051 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:59 -04:00
ChannelSplitterNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
ConvolverNode.cpp Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
ConvolverNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
DelayBuffer.cpp Bug 967817 - Finish memory reporters for Web Audio. r=roc, njn 2014-04-13 11:08:10 -07:00
DelayBuffer.h Bug 967817 - Finish memory reporters for Web Audio. r=roc, njn 2014-04-13 11:08:10 -07:00
DelayNode.cpp b=932400 change stream ordering to get feedback DelayNode output before supplying input r=roc 2014-07-17 12:55:55 +12:00
DelayNode.h b=932400 change stream ordering to get feedback DelayNode output before supplying input r=roc 2014-07-17 12:55:55 +12:00
DynamicsCompressorNode.cpp Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
DynamicsCompressorNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
FFTBlock.cpp b=956604 optimize inverse FFT scaling during convolution r=padenot 2014-01-08 16:58:11 +13:00
FFTBlock.h Bug 967817 - Finish memory reporters for Web Audio. r=roc, njn 2014-04-13 11:08:10 -07:00
GainNode.cpp Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
GainNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
MediaBufferDecoder.cpp Bug 1056032 - Make sure COM is initialized when trying to decode an mp3 using decodeAudioData. r=cpearce 2014-08-20 17:23:22 -04:00
MediaBufferDecoder.h Bug 1028588 - Fix dangerous public destructors in content/media/ - r=cpearce,smaug 2014-06-24 12:36:43 -04:00
MediaElementAudioSourceNode.cpp Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley 2014-04-08 18:27:18 -04:00
MediaElementAudioSourceNode.h Bug 967817 - Finish memory reporters for Web Audio. r=roc, njn 2014-04-13 11:08:10 -07:00
MediaStreamAudioDestinationNode.cpp Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
MediaStreamAudioDestinationNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
MediaStreamAudioSourceNode.cpp Bug 1043025 - Null-check when getting the parent object of an AudioContext because we might not have a window all all time during shutdown. r=roc 2014-07-24 12:01:13 +02:00
MediaStreamAudioSourceNode.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
OfflineAudioCompletionEvent.cpp Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
OfflineAudioCompletionEvent.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
OscillatorNode.cpp Bug 1061051 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:59 -04:00
OscillatorNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
PannerNode.cpp Bug 967817 - Finish memory reporters for Web Audio. r=roc, njn 2014-04-13 11:08:10 -07:00
PannerNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
PeriodicWave.cpp Bug 1003479 - Fix incorrect usage of SizeOfIncludingThis and SizeOfExcludingThis functions. r=njn 2014-05-01 10:37:54 -07:00
PeriodicWave.h Bug 1028588 - Fix dangerous public destructors in content/media/ - r=cpearce,smaug 2014-06-24 12:36:43 -04:00
PlayingRefChangeHandler.h b=923301 remove now-unnecessary node-type templating of PlayingRefChangeHandler r=roc 2013-10-25 12:12:12 +13: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 Bug 1061051 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:59 -04:00
ScriptProcessorNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04: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 b=1033122 be consistent about speex_resampler symbol visibility r=khuey 2014-07-02 14:21:34 +12:00
WaveShaperNode.h Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot 2014-07-08 17:23:17 -04:00
WebAudioUtils.cpp b=1033122 be consistent about speex_resampler symbol visibility r=khuey 2014-07-02 14:21:34 +12:00
WebAudioUtils.h b=1023697 use audio ticks for graph time units r=roc 2014-06-12 16:45:00 +12:00
moz.build Bug 1056534 - Add logging to stubbed out member functions to speed up debugging. r=cajbir 2014-08-22 14:14:36 +12:00