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