Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Issue 1557363002: Remove the WEB_AUDIO compile time flag (Closed)

Created:
4 years, 11 months ago by haraken
Modified:
4 years, 11 months ago
CC:
chromium-reviews, nessy, tommyw+watchlist_chromium.org, mlamouri+watch-blink_chromium.org, blink-reviews-html_chromium.org, gasubic, fs, eric.carlson_apple.com, Raymond Toy, feature-media-reviews_chromium.org, dglazkov+blink, blink-reviews, kinuko+watch, vcarbune.chromium, philipj_slow
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the WEB_AUDIO compile time flag Web audio already has a runtime feature flag, so the WEB_AUDIO compile-time flag wouldn't be needed. Per the comment in https://codereview.chromium.org/604753003/#msg8, it looks safe to remove the compile-time flag. Web audio is the last feature that uses a compile-time flag. Once we remove WEB_AUDIO, we can remove a lot of code to support compile-time features from the IDL comipler. BUG=417628 TBR=jochen@chromium.org Committed: https://crrev.com/e7fc592f19c6ffde1296ff01482013a0dd68a977 Cr-Commit-Position: refs/heads/master@{#368554}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -840 lines) Patch
M third_party/WebKit/Source/bindings/scripts/code_generator_v8.py View 1 2 3 chunks +13 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/build/features.gypi View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/config.gni View 2 chunks +1 line, -8 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.h View 6 chunks +3 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 14 chunks +3 lines, -30 lines 0 comments Download
M third_party/WebKit/Source/modules/EventTargetModulesFactory.in View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AnalyserNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AnalyserNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandlerTest.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBuffer.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBuffer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferCallback.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioContext.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioContext.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioContext.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioListener.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioListener.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioListener.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNode.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNodeInput.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioParam.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioParam.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioParam.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioParamTimeline.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioParamTimeline.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioSourceNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioSourceNode.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadDSPKernel.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadDSPKernel.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadProcessor.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ConvolverNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ConvolverNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ConvolverNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ConvolverNodeTest.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayProcessor.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayProcessor.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/GainNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/GainNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/GainNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OscillatorNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OscillatorNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PannerNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PannerNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PannerNode.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PeriodicWave.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PeriodicWave.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ScriptProcessorNodeTest.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/StereoPannerNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/StereoPannerNode.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperNode.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperNode.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioArray.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioBus.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioBus.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioChannel.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioChannel.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDSPKernel.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDSPKernel.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDSPKernelProcessor.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDSPKernelProcessor.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDestination.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDestination.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioFIFO.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioFIFO.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioPullFIFO.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioPullFIFO.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResampler.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResampler.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResamplerKernel.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResamplerKernel.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioUtilities.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioUtilities.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Biquad.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Biquad.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Cone.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Cone.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DirectConvolver.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DirectConvolver.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Distance.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Distance.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DownSampler.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DownSampler.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressor.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/EqualPowerPanner.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/EqualPowerPanner.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTConvolver.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTConvolver.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTFrame.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTFrame.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTFrameStub.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabase.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFElevation.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFElevation.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFKernel.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFKernel.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFPanner.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFPanner.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/MultiChannelResampler.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/MultiChannelResampler.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Panner.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Panner.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Reverb.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Reverb.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolver.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolverStage.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbInputBuffer.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/SincResampler.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/SincResampler.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Spatializer.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Spatializer.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/StereoPanner.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/StereoPanner.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/UpSampler.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/UpSampler.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/VectorMath.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/VectorMath.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ZeroPole.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ZeroPole.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/mac/FFTFrameMac.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebAudioBus.cpp View 3 chunks +0 lines, -47 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebMediaStreamSource.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebMediaStreamTrack.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.h View 3 chunks +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp View 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 30 (12 generated)
haraken
PTAL. This is a rebase version of https://codereview.chromium.org/604753003/. In https://codereview.chromium.org/604753003/#msg4, RashmiVijay was saying that this ...
4 years, 11 months ago (2016-01-05 11:59:09 UTC) #2
Raymond Toy
lgtm for modules/webaudio and platform/audio. Thanks for doing this!
4 years, 11 months ago (2016-01-05 19:00:44 UTC) #3
Ken Russell (switch to Gerrit)
lgtm if it compiles and doesn't require a clobber build or landmine. Looks like there ...
4 years, 11 months ago (2016-01-05 22:18:07 UTC) #4
haraken
Yeah, there are still issues on some platforms. It looks like that something is wrong ...
4 years, 11 months ago (2016-01-06 12:13:23 UTC) #5
haraken
+tasak, +tzik FYI. There are still some issues in a dependency resolution of generated bindings.
4 years, 11 months ago (2016-01-06 12:14:37 UTC) #7
tzik
On 2016/01/06 12:14:37, haraken wrote: > +tasak, +tzik FYI. > > There are still some ...
4 years, 11 months ago (2016-01-08 07:58:29 UTC) #8
haraken
On 2016/01/08 07:58:29, tzik wrote: > On 2016/01/06 12:14:37, haraken wrote: > > +tasak, +tzik ...
4 years, 11 months ago (2016-01-08 08:01:22 UTC) #9
tzik
Ah.... Now I understand how these V8*.cpp files are compiled. V8GeneratedBindingModules*.cpp includes these ".cpp"s and ...
4 years, 11 months ago (2016-01-08 08:51:28 UTC) #10
haraken
On 2016/01/08 08:51:28, tzik wrote: > Ah.... > Now I understand how these V8*.cpp files ...
4 years, 11 months ago (2016-01-08 09:10:34 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1557363002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1557363002/40001
4 years, 11 months ago (2016-01-10 17:14:12 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-11 09:06:13 UTC) #15
haraken
On 2016/01/11 09:06:13, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 11 months ago (2016-01-11 09:11:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1557363002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1557363002/40001
4 years, 11 months ago (2016-01-11 09:11:55 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/134044)
4 years, 11 months ago (2016-01-11 09:24:09 UTC) #21
haraken
TBRing jochen for Source/config.gni.
4 years, 11 months ago (2016-01-11 09:29:56 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1557363002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1557363002/40001
4 years, 11 months ago (2016-01-11 09:30:48 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-11 10:20:12 UTC) #28
commit-bot: I haz the power
4 years, 11 months ago (2016-01-11 10:21:41 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e7fc592f19c6ffde1296ff01482013a0dd68a977
Cr-Commit-Position: refs/heads/master@{#368554}

Powered by Google App Engine
This is Rietveld 408576698