Side by Side Diff: third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl
Issue 2102133002 :
Add constructors for WebAudio nodes (Closed)
Patch Set: Rebase and prefix use counter names with WebAudio
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
third_party/WebKit/LayoutTests/webaudio/constructor/analyser.html
third_party/WebKit/LayoutTests/webaudio/constructor/audiobuffer.html
third_party/WebKit/LayoutTests/webaudio/constructor/audiobuffersource.html
third_party/WebKit/LayoutTests/webaudio/constructor/audionodeoptions.js
third_party/WebKit/LayoutTests/webaudio/constructor/biquadfilter.html
third_party/WebKit/LayoutTests/webaudio/constructor/channelmerger.html
third_party/WebKit/LayoutTests/webaudio/constructor/channelsplitter.html
third_party/WebKit/LayoutTests/webaudio/constructor/convolver.html
third_party/WebKit/LayoutTests/webaudio/constructor/delay.html
third_party/WebKit/LayoutTests/webaudio/constructor/dynamicscompressor.html
third_party/WebKit/LayoutTests/webaudio/constructor/gain.html
third_party/WebKit/LayoutTests/webaudio/constructor/iirfilter.html
third_party/WebKit/LayoutTests/webaudio/constructor/oscillator.html
third_party/WebKit/LayoutTests/webaudio/constructor/panner.html
third_party/WebKit/LayoutTests/webaudio/constructor/periodicwave.html
third_party/WebKit/LayoutTests/webaudio/constructor/stereopanner.html
third_party/WebKit/LayoutTests/webaudio/constructor/waveshaper.html
third_party/WebKit/LayoutTests/webaudio/resources/audio-testing.js
third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
third_party/WebKit/Source/core/frame/UseCounter.h
third_party/WebKit/Source/modules/modules_idl_files.gni
third_party/WebKit/Source/modules/webaudio/AnalyserNode.h
third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp
third_party/WebKit/Source/modules/webaudio/AnalyserNode.idl
third_party/WebKit/Source/modules/webaudio/AnalyserOptions.idl
third_party/WebKit/Source/modules/webaudio/AudioBuffer.h
third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp
third_party/WebKit/Source/modules/webaudio/AudioBuffer.idl
third_party/WebKit/Source/modules/webaudio/AudioBufferOptions.idl
third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h
third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.idl
third_party/WebKit/Source/modules/webaudio/AudioBufferSourceOptions.idl
third_party/WebKit/Source/modules/webaudio/AudioContext.idl
third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.idl
third_party/WebKit/Source/modules/webaudio/AudioListener.idl
third_party/WebKit/Source/modules/webaudio/AudioNode.h
third_party/WebKit/Source/modules/webaudio/AudioNode.cpp
third_party/WebKit/Source/modules/webaudio/AudioNode.idl
third_party/WebKit/Source/modules/webaudio/AudioNodeOptions.idl
third_party/WebKit/Source/modules/webaudio/AudioParam.idl
third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.idl
third_party/WebKit/Source/modules/webaudio/BaseAudioContext.idl
third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.cpp
third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.idl
third_party/WebKit/Source/modules/webaudio/BiquadFilterOptions.idl
third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.h
third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.cpp
third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.idl
third_party/WebKit/Source/modules/webaudio/ChannelMergerOptions.idl
third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.h
third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.cpp
third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.idl
third_party/WebKit/Source/modules/webaudio/ChannelSplitterOptions.idl
third_party/WebKit/Source/modules/webaudio/ConvolverNode.h
third_party/WebKit/Source/modules/webaudio/ConvolverNode.cpp
third_party/WebKit/Source/modules/webaudio/ConvolverNode.idl
third_party/WebKit/Source/modules/webaudio/ConvolverOptions.idl
third_party/WebKit/Source/modules/webaudio/DelayNode.h
third_party/WebKit/Source/modules/webaudio/DelayNode.cpp
third_party/WebKit/Source/modules/webaudio/DelayNode.idl
third_party/WebKit/Source/modules/webaudio/DelayOptions.idl
third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.h
third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.cpp
third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.idl
third_party/WebKit/Source/modules/webaudio/DynamicsCompressorOptions.idl
third_party/WebKit/Source/modules/webaudio/GainNode.h
third_party/WebKit/Source/modules/webaudio/GainNode.cpp
third_party/WebKit/Source/modules/webaudio/GainNode.idl
third_party/WebKit/Source/modules/webaudio/GainOptions.idl
third_party/WebKit/Source/modules/webaudio/IIRFilterNode.h
third_party/WebKit/Source/modules/webaudio/IIRFilterNode.cpp
third_party/WebKit/Source/modules/webaudio/IIRFilterNode.idl
third_party/WebKit/Source/modules/webaudio/IIRFilterOptions.idl
third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.cpp
third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.idl
third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl
third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.idl
third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.idl
third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.idl
third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.idl
third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
third_party/WebKit/Source/modules/webaudio/OscillatorNode.cpp
third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl
third_party/WebKit/Source/modules/webaudio/OscillatorOptions.idl
third_party/WebKit/Source/modules/webaudio/PannerNode.h
third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
third_party/WebKit/Source/modules/webaudio/PannerNode.idl
third_party/WebKit/Source/modules/webaudio/PannerOptions.idl
third_party/WebKit/Source/modules/webaudio/PeriodicWave.h
third_party/WebKit/Source/modules/webaudio/PeriodicWave.cpp
third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl
third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
third_party/WebKit/Source/modules/webaudio/PeriodicWaveOptions.idl
third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.idl
third_party/WebKit/Source/modules/webaudio/StereoPannerNode.h
third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl
third_party/WebKit/Source/modules/webaudio/StereoPannerOptions.idl
third_party/WebKit/Source/modules/webaudio/WaveShaperNode.h
third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp
third_party/WebKit/Source/modules/webaudio/WaveShaperNode.idl
third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl
third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.h
third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.cpp
third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl
tools/metrics/histograms/histograms.xml