- 763a31b Safari crashes after ~2028 OfflineAudioContext objects are created (they never get garbage collected, consuming a thread each) by youenn@apple.com · 6 years ago
- 7b36a53 WebAudio Node JS wrappers should not be collected if events can be fired by youenn@apple.com · 6 years ago
- 02b7320 AudioBufferSourceNode start method causes OfflineAudioContext to start running by jer.noble@apple.com · 7 years ago
- 3347497 Crash under WebCore::EventTarget::fireEventListeners by cdumez@apple.com · 7 years ago
- d64a9a7 [GStreamer][WebAudio] Winamp2-js woes by philn@webkit.org · 7 years ago
- ac4da8b Web Audio's AnalyserNode.fftSize cannot be greater than 2048 in Safari; spec says it can be up to 32768 by commit-queue@webkit.org · 7 years ago
- 73c7cf9 DOMException should not have its own toString() by cdumez@apple.com · 8 years ago
- 5803b69 [Web Audio] createScriptProcessor throws IndexSizeError for valid arguments by jer.noble@apple.com · 8 years ago
- c8e7c72 Many WebAudio js-tests use waitUntilDone by ap@apple.com · 8 years ago
- 5f7b6f9 Unreviewed GTK expectations gardening by mcatanzaro@igalia.com · 8 years ago
- 63c6800 We should pause silent WebAudio rendering in background tabs by cdumez@apple.com · 8 years ago
- 697909c [Crash] WebCore::AudioBuffer::AudioBuffer don't checking illegal value by eric.carlson@apple.com · 8 years ago
- 9621f6f [MediaStream, Mac] Add mock audio source by eric.carlson@apple.com · 8 years ago
- 2d49177 WebAudio does not resume when moving from background to foreground tab. by jer.noble@apple.com · 8 years ago
- 2b6c846 [MediaStream] Add "has capture device" bit to media state flags by eric.carlson@apple.com · 8 years ago
- d49d159 AudioNode.connect(): First parameter should not be nullable by cdumez@apple.com · 8 years ago
- 1a9f9f3 Remove more custom JavaScript bindings by commit-queue@webkit.org · 9 years ago
- d61d8c1 Remove support for ENABLE_LEGACY_WEB_AUDIO by weinig@apple.com · 9 years ago
- 121fa2a [WebIDL] Implement overload resolution algorithm by cdumez@apple.com · 9 years ago
- 10e2623 [WebIDL] Enable strict type checking for nullable attribute setters of wrapper types by cdumez@apple.com · 9 years ago
- c883a7c Binding generator should expose the visible interface name in error messages by commit-queue@webkit.org · 9 years ago
- a55c748 Update DOMCoreException to use the description in toString(). by beidson@apple.com · 9 years ago
- 62e4730 Throw exceptions for invalid number of channels for ConvolverNode by bfulgham@apple.com · 9 years ago
- 2d0a326 Unreviewed, rolling out r202617. by ryanhaddad@apple.com · 9 years ago
- 47afa1e Throw exceptions for invalid number of channels for ConvolverNode by ddkilzer@apple.com · 9 years ago
- c968192 Optimize [StrictTypeChecking] on IDL operations by cdumez@apple.com · 9 years ago
- c1925f2 Media elements should not be paused right away when removed from the document by cdumez@apple.com · 9 years ago
- b99ad89 Drop [UsePointersEvenForNonNullableObjectArguments] from WebAudio by cdumez@apple.com · 9 years ago
- 5eb5f34 AudioBufferSourceNode.buffer should be nullable by cdumez@apple.com · 9 years ago
- 55204b6 Specify an exception for createChannelMerger, createChannelSplitter and createPeriodicWave by commit-queue@webkit.org · 9 years ago
- 3a39539 Crash running webaudio/panner-loop.html by bfulgham@apple.com · 9 years ago
- e29e712 Source/WebCore: by commit-queue@webkit.org · 9 years ago
- e62a18d Unreviewed test fix after r190434. by bfulgham@apple.com · 9 years ago
- c13e28b AudioContext resume/close/suspend should reject promises with a DOM exception in lieu of throwing exceptions by youenn.fablet@crf.canon.fr · 10 years ago
- 1cec6a3 AudioContext suspend/resume/close should resolve promises immediately when state is already suspended/active/closed by youenn.fablet@crf.canon.fr · 10 years ago
- aeb2db4 AudioContext should resolve promises with jsUndefined() and not jsNull() by youenn.fablet@crf.canon.fr · 10 years ago
- 09d4099 [WebAudio] AudioContext does not remove user-gesture restriction during resume() by jer.noble@apple.com · 10 years ago
- 022fd16 [iOS] When Web Audio is interrupted by a phone call, it cannot be restarted. by jer.noble@apple.com · 10 years ago
- 9fc0022 webaudio/convolution-mono-mono.html fails on some machines by ap@apple.com · 10 years ago
- 17bbff7 [Web Audio] Decoding specific .m4a file crashes tab by jer.noble@apple.com · 10 years ago
- e369924 [WebAudio] AudioBufferSourceNodes should accurately play backwards if given a negative playbackRate. by jer.noble@apple.com · 10 years ago
- 83741a1 Unreviewed, rolling out r179618. https://bugs.webkit.org/show_bug.cgi?id=141263 by commit-queue@webkit.org · 10 years ago
- 71e781f [WebAudio] AudioBufferSourceNodes should accurately play backwards if given a negative playbackRate. by jer.noble@apple.com · 10 years ago
- 388c081 Passing invalid values to OfflineAudioContext's constructor should not crash. by jer.noble@apple.com · 10 years ago
- 721a4c7 Web Inspector and regular console use different source code locations for messages by ap@apple.com · 10 years ago
- 760d0c0 Take Web Audio into account for the Page::isPlayingAudio() API. by adachan@apple.com · 10 years ago
- e255164 WebAudio FFT analysis uses incorrect scaling by dino@apple.com · 11 years ago
- af05073 "playbackTime" parameter is not present in AudioProcessingEvent Interface as per W3C spec by commit-queue@webkit.org · 11 years ago
- 1a2768e Remove more references to the deleted js-test-style.css. by mark.lam@apple.com · 12 years ago
- 16a5a24 Change LayoutTests' u*-w* files to use pre and post js files in LayoutTests/resources. by mark.lam@apple.com · 12 years ago
- e97e6a0 Only the first call to 'stop' method of AudioBufferSourceNode must be entertained. by commit-queue@webkit.org · 12 years ago
- 18ec8a9 Add support for WaveShaperNode.oversample by crogers@google.com · 12 years ago
- ef1d84d Update Exception handling in WebAudio. by commit-queue@webkit.org · 12 years ago
- f2cb1e1 Potential use-after-free after neutering AudioBuffer's underlying ArrayBuffer. by jer.noble@apple.com · 12 years ago
- 3013e85 WaveTable name has changed to PeriodicWave by crogers@google.com · 12 years ago
- 95203d4 Support the 'onended' EventListener property for AudioBufferSourceNode and OscillatorNode. by jer.noble@apple.com · 12 years ago
- 79da806 Made AudioNode an EventTarget https://bugs.webkit.org/show_bug.cgi?id=116871 by jer.noble@apple.com · 12 years ago
- 9f5629b Rename TestRunner's setAudioData to setAudioResult by zandobersek@gmail.com · 12 years ago
- a8e2d43 Remove AudioGain.idl from compilation. by commit-queue@webkit.org · 12 years ago
- 67f4966 Unreviewed, rolling out r146033. by haraken@chromium.org · 12 years ago
- 3f802f7 ScriptProcessorNode is garbage collected while still active if unreachable by commit-queue@webkit.org · 12 years ago
- 1f083e8 Implement channel up-mixing and down-mixing rules by crogers@google.com · 12 years ago
- 2fcaf76 JSObject for ChannelSplitterNode and ChannelMergerNode are not created. by commit-queue@webkit.org · 12 years ago
- f6b360c Floating point precision error in AudioPannerNode. by commit-queue@webkit.org · 12 years ago
- fd01ce1 MediaStream API: Update the track accessors on MediaStream to match the latest specification by tommyw@google.com · 12 years ago
- 0430445 Implement WebIDL-style string constants in WebAudio (part 2) by crogers@google.com · 12 years ago
- 77d406a Implement WebIDL-style string constants in WebAudio by crogers@google.com · 12 years ago
- d79af57 webaudio/oscillator* tests should use OfflineAudioContext by dominik.rottsches@intel.com · 12 years ago
- 24fec26 Implement OfflineAudioContext constructor by crogers@google.com · 12 years ago
- 245489c Unreviewed, rolling out r137398. by haraken@chromium.org · 12 years ago
- 4bc52f1 Implement OfflineAudioContext constructor by crogers@google.com · 12 years ago
- 19d9a7c Add basic implementation for MediaStreamAudioDestinationNode by tommyw@google.com · 12 years ago
- f32b3b3 Implement .detune attribute for BiquadFilterNode by crogers@google.com · 12 years ago
- a4bd817 biquadfilternode-basic.html test should cover default value of frequency, Q and gain. by commit-queue@webkit.org · 12 years ago
- 4e09b31 audiopannernode-basic.html should cover default value of attribute. by commit-queue@webkit.org · 12 years ago
- 3e6defb Update DOMException name: NotSupportedError by arv@chromium.org · 12 years ago
- 28dc4ed createDelay should raise exception when the maxDelayTime parameter is incorrect. by commit-queue@webkit.org · 12 years ago
- 91a48cb Implement optional arguments in AudioBufferSourceNode start() method by crogers@google.com · 12 years ago
- 806c69c Implement AudioBufferSourceNode .loopStart and .loopEnd attributes by crogers@google.com · 12 years ago
- a5fbe7d Change setTargetValueAtTime() to setTargetAtTime() by crogers@google.com · 12 years ago
- d252816 Update some AudioContext create() method names to latest Web Audio spec by crogers@google.com · 12 years ago
- bf0c8f3 audiobuffer.html need to include audio-testing.js file. by commit-queue@webkit.org · 12 years ago
- 143fd02 Add Web Audio support for deprecated/legacy APIs by crogers@google.com · 12 years ago
- 45b352b Add test for decodeAudioData https://bugs.webkit.org/show_bug.cgi?id=92620 by commit-queue@webkit.org · 13 years ago
- 1b7e9af Oscillator node should throw exception if type is assigned an invalid value by commit-queue@webkit.org · 13 years ago
- 7ba5525 Creating "basic waveform" Oscillator nodes is not efficient by commit-queue@webkit.org · 13 years ago
- f23dcb3 Some tests still refer to layoutTestController instead of testRunner by rniwa@webkit.org · 13 years ago
- 2387bce Add stub implementation for MediaStreamAudioSourceNode by crogers@google.com · 13 years ago
- 648fc9d AudioPannerNode should raise exception when distanceModel is set incorrectly by commit-queue@webkit.org · 13 years ago
- 0385e38 getChannelData should raise exception when index is more than numberOfChannels. by commit-queue@webkit.org · 13 years ago
- f56be62 It is invalid when both numberOfInputChannels and numberOfOutputChannels to be zero in JavaScriptAudioNode. by commit-queue@webkit.org · 13 years ago
- 6c28cf60 Improve AudioChannelSplitter test https://bugs.webkit.org/show_bug.cgi?id=91962 by commit-queue@webkit.org · 13 years ago
- 5f8eef3 Improve BiquadFilterNode test case https://bugs.webkit.org/show_bug.cgi?id=90937 by commit-queue@webkit.org · 13 years ago
- f88ce85 Limit maximum delay of DelayNode. https://bugs.webkit.org/show_bug.cgi?id=91675 by commit-queue@webkit.org · 13 years ago
- 0d8251e1 DelayNode doesn't work if delayTime.value == delayTime.maxValue by commit-queue@webkit.org · 13 years ago
- 36c6665 DelayNode test should cover relate attribute by commit-queue@webkit.org · 13 years ago
- b584b99 AudioNode test should cover numberOfInputs and numberOfOutputs of AudioDestinationNode by commit-queue@webkit.org · 13 years ago
- d32b19b Add layout tests for audio codecs https://bugs.webkit.org/show_bug.cgi?id=88794 by commit-queue@webkit.org · 13 years ago
- cc082ecd Use testRunner instead of layoutTestController in transforms, transitions, traversal, userscripts, webarchive, webaudio, and webintents tests by rniwa@webkit.org · 13 years ago
- a5723e0 WebAudio tests need to set WebKitWebAudioEnabled. by commit-queue@webkit.org · 13 years ago