gecko/content/media/webaudio
Boris Zbarsky 56f44fdf10 Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley
This patch was mostly generated with this command:

find . -name "*.h" -o -name "*.cpp" | xargs sed -e 's/Binding::Wrap(aCx, aScope, this/Binding::Wrap(aCx, this/' -e 's/Binding_workers::Wrap(aCx, aScope, this/Binding_workers::Wrap(aCx, this/' -e 's/Binding::Wrap(cx, scope, this/Binding::Wrap(cx, this/' -i ""

plus a few manual fixes to dom/bindings/Codegen.py, js/xpconnect/src/event_impl_gen.py, and a few C++ files that were not caught in the search-and-replace above.
2014-04-08 18:27:17 -04:00
..
blink b=986901 don't assume that DelayNode maxDelayTime is greater than 1 block r=padenot 2014-03-31 18:32:34 +13:00
compiledtest Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps 2013-11-11 09:04:06 +01:00
test Bug 631058 - Don't preroll as many media samples when loading preload="metadata" media. r=cajbir 2014-04-01 16:43:57 +13:00
AnalyserNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
AnalyserNode.h Bug 976471 - Implement AnalyserNode.getFloatTimeDomainData(). r=karlt 2014-02-25 11:30:48 +01:00
AudioBuffer.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
AudioBuffer.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
AudioBufferSourceNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
AudioBufferSourceNode.h b=967972 change DURATION engine parameter to BUFFEREND r=padenot 2014-02-06 08:27:45 +13:00
AudioContext.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
AudioContext.h Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug 2014-04-01 15:13:50 +09:00
AudioDestinationNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
AudioDestinationNode.h Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc 2014-03-11 10:46:55 +00:00
AudioListener.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
AudioListener.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
AudioNode.cpp Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug 2014-04-01 15:13:50 +09:00
AudioNode.h Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug 2014-04-01 15:13:50 +09:00
AudioParam.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
AudioParam.h Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg 2014-03-27 16:38:33 -04:00
AudioParamTimeline.h b=944851 don't consider AudioNode input when getting AudioParam values on the main thread r=ehsan 2014-01-07 12:53:47 +13:00
AudioProcessingEvent.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
AudioProcessingEvent.h Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug 2014-03-05 09:37:43 +09:00
BiquadFilterNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
BiquadFilterNode.h
ChannelMergerNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
ChannelMergerNode.h
ChannelSplitterNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
ChannelSplitterNode.h
ConvolverNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
ConvolverNode.h b=923301 remove now-unnecessary node-type templating of PlayingRefChangeHandler r=roc 2013-10-25 12:12:12 +13:00
DelayBuffer.cpp b=986901 don't assume that DelayNode maxDelayTime is greater than 1 block r=padenot 2014-03-31 18:32:34 +13:00
DelayBuffer.h b=986901 don't assume that DelayNode maxDelayTime is greater than 1 block r=padenot 2014-03-31 18:32:34 +13:00
DelayNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
DelayNode.h b=923301 remove now-unnecessary node-type templating of PlayingRefChangeHandler r=roc 2013-10-25 12:12:12 +13:00
DynamicsCompressorNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
DynamicsCompressorNode.h
FFTBlock.cpp b=956604 optimize inverse FFT scaling during convolution r=padenot 2014-01-08 16:58:11 +13:00
FFTBlock.h b=956604 optimize inverse FFT scaling during convolution r=padenot 2014-01-08 16:58:11 +13:00
GainNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
GainNode.h
MediaBufferDecoder.cpp Bug 973408 - Set MediaDecoderReaders idle when they're not decoding. r=kinetik 2014-03-11 11:44:10 +08:00
MediaBufferDecoder.h Bug 821062 - Share a decoding thread pool for all AudioContexts; r=padenot 2014-02-20 09:02:14 -05:00
MediaElementAudioSourceNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
MediaElementAudioSourceNode.h
MediaStreamAudioDestinationNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
MediaStreamAudioDestinationNode.h
MediaStreamAudioSourceNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
MediaStreamAudioSourceNode.h
moz.build b=857610 rename DelayProcessor to DelayBuffer r=padenot 2014-03-03 12:49:45 +13:00
OfflineAudioCompletionEvent.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
OfflineAudioCompletionEvent.h Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug 2014-03-05 09:37:43 +09:00
OscillatorNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
OscillatorNode.h
PannerNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
PannerNode.h Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-02-20 21:33:49 -05:00
PeriodicWave.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
PeriodicWave.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05: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
ScriptProcessorNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
ScriptProcessorNode.h Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug 2014-04-01 15:13:50 +09:00
ThreeDPoint.cpp
ThreeDPoint.h
WaveShaperNode.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
WaveShaperNode.h
WebAudioUtils.cpp Backed out changeset 5349ecd9c313 (bug 818822) 2014-04-07 15:40:55 -04:00
WebAudioUtils.h Backed out changeset 5349ecd9c313 (bug 818822) 2014-04-07 15:40:55 -04:00