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

Issue 2599873003: Remove compatibility.js from WebAudio tests (Closed)

Created:
4 years ago by hongchan
Modified:
3 years, 11 months ago
Reviewers:
Raymond Toy
CC:
chromium-reviews, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

This CL removes compatibility.js file from all WebAudio layout tests. This CL is the result of the following bash script (OSX) in the |LayoutTests/webaudio| directory: ```bash cd ~/chromium/src/third_party/WebKit/LayoutTests/webaudio for f in `find . -name '*.html'` do echo $f sed -i'' -e '/compatibility\.js\"\>\<\/script\>/d' $f done rm resources/compatibility.js ``` Some expected result files were updated accordingly; the removal of a script tag caused the line number change of console.log. Also |offlineaudiocontext-promise-basic.html| file has the 'unclosed script tag' issue and it was fixed manually to make the test pass correctly. BUG=674952 TEST=All layout tests passes. Committed: https://crrev.com/3e89a0c181b09fde8442f1a77f7d388a1e434f46 Cr-Commit-Position: refs/heads/master@{#441172}

Patch Set 1 : Initial patch #

Patch Set 2 : Remove compatibility.js #

Patch Set 3 : Rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -206 lines) Patch
M third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-byte-data.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-downmix.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-scaling.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-float-data.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-freq-data.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-freq-data-smoothing.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-multiple-calls.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-zero.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer-copy-channel.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer-getChannelData.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer-resample.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-channels.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-detune-modulated-impulse.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-detune-modulation.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-ended.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-late-start.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-comprehensive.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-grain-no-duration.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-one-sample-loop.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-playbackrate.html View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-playbackrate-modulated-impulse.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-playbackrate-modulation.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-playbackrate-zero.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-premature-loop-stop.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-start.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiosource-onended.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiosource-time-limits.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-timing.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/sample-accurate-scheduling.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-close.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-close-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-max-contexts.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-suspend-resume.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioListener/audiolistener-automation-position.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-channel-rules.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-method-chaining.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-order.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-disconnect.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-disconnect-audioparam.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-automation-clamping.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-automation-clamping-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-connect-audioratesignal.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-exceptional-values.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-exponentialRampToValueAtTime.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-initial-event.html View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-large-endtime.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-linearRamp-value-attribute.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-linearRampToValueAtTime.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-method-chaining.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-negative-exponentialRamp.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-nominal-range.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-nominal-range-expected.txt View 1 chunk +22 lines, -22 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-sampling.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime-continuous.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime-limit.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime-sampling.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueAtTime.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurve-copy.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurve-duration.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurve-duration-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurve-end.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurve-exceptions.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurve-exceptions-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurveAtTime.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurveAtTime-interpolation.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-summingjunction.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-update-value-attribute.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-allpass.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-bandpass.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-getFrequencyResponse.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-highpass.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-highshelf.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-lowpass.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-lowshelf.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-notch.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-peaking.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ChannelMerger/audiochannelmerger-basic.html View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ChannelMerger/audiochannelmerger-cycle.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ChannelMerger/audiochannelmerger-disconnect.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ChannelMerger/audiochannelmerger-input.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ChannelMerger/audiochannelmerger-input-non-default.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ChannelSplitter/audiochannelsplitter.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Convolver/convolution-mono-mono.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-channels.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-setBuffer-null.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Delay/delaynode.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-max-default-delay.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-max-nondefault-delay.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-maxdelay.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-maxdelaylimit.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-scheduling.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-clear-internal-state.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-simple.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Gain/gain-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/IIRFilter/iirfilter.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/IIRFilter/iirfilter-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/IIRFilter/iirfilter-getFrequencyResponse.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/MediaElementAudioSource/mediaelementaudiosourcenode.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/MediaElementAudioSource/mediaelementaudiosourcenode-gc.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/MediaElementAudioSource/mediaelementaudiosourcenode-wrapper.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/MediaStreamAudioDestination/mediastreamaudiodestinationnode.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/MediaStreamAudioSource/mediastreamaudiosourcenode.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-constructor.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-detached-no-crash.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise-basic.html View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-promise.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-sequence.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-low-freq.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-negative-freq.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sawtooth-sweep-snr.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-late-start.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/distance-exponential.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/distance-inverse.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/distance-linear.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/panner-automation-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/panner-automation-equalpower-stereo.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/panner-automation-position.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/panner-equalpower.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/panner-equalpower-stereo.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/panner-loop.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/pannernode-basic.html View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/pannernode-basic-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-contexts.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-lengths.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-normalization.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-0-output-channels.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-detached-no-crash.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-downmix8-2channel-input.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-premature-death.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-rewrap.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-upmix2-8channel-input.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-zero-input-channels.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/StereoPanner/stereopannernode-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/StereoPanner/stereopannernode-no-glitch.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/StereoPanner/stereopannernode-panning.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/WaveShaper/waveshaper.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/WaveShaper/waveshaper-364379.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/WaveShaper/waveshaper-limits.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/WaveShaper/waveshaper-oversample-2x.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/WaveShaper/waveshaper-oversample-4x.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/constructor/waveshaper.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/decodeAudioData/decode-audio-data-basic.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/dom-exceptions.html View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/resources/compatibility.js View 1 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/stereo2mono-down-mixing.html View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 30 (25 generated)
hongchan
PTAL.
4 years ago (2016-12-22 22:28:31 UTC) #10
Raymond Toy
lgtm. I didn't examine every file since you said a script made the changes.
4 years ago (2016-12-22 22:37:57 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2599873003/40001
3 years, 11 months ago (2017-01-03 18:50:12 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
3 years, 11 months ago (2017-01-03 18:58:26 UTC) #28
commit-bot: I haz the power
3 years, 11 months ago (2017-01-03 19:00:04 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3e89a0c181b09fde8442f1a77f7d388a1e434f46
Cr-Commit-Position: refs/heads/master@{#441172}

Powered by Google App Engine
This is Rietveld 408576698