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

Issue 208943004: Update WebAudio layout tests to use unprefixed AudioContext. (Closed)

Created:
6 years, 9 months ago by Raymond Toy (Google)
Modified:
6 years, 9 months ago
CC:
blink-reviews
Visibility:
Public.

Description

Update WebAudio layout tests to use unprefixed AudioContext. All of the layout tests are updated to use unprefixed AudioContext and OfflineAudioContext. Conversion was done using a script. All tests pass. However, we still want to be able to run these tests on older browsers, so where possible, we add a compatibility layer (in resources/compatibility.js) to support running selected tests in browsers with prefixed AudioContext. This was tested manually using Chrome 34.0.1847.60 beta on Linux. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169966

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add console.log to compatibility.js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -91 lines) Patch
M LayoutTests/webaudio/audiobuffer.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-channels.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-ended.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-loop-comprehensive.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-loop-points.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-multi-channels.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-playbackState.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-playbackrate.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-start.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audiochannelmerger-basic.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audiochannelmerger-stereo.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audiochannelsplitter.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audiocontext-max-contexts.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audionode.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/audionode-channel-rules.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audionode-connect-order.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audioparam-connect-audioratesignal.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audioparam-exponentialRampToValueAtTime.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/audioparam-linearRampToValueAtTime.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/audioparam-setTargetAtTime.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/audioparam-setValueAtTime.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/audioparam-setValueCurveAtTime.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/audioparam-summingjunction.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/automatic-pull-node.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/biquad-allpass.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/biquad-bandpass.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/biquad-getFrequencyResponse.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/biquad-highpass.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/biquad-highshelf.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/biquad-lowpass.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/biquad-lowshelf.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/biquad-notch.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/biquad-peaking.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/biquadfilternode-basic.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/convolution-mono-mono.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/convolver-setBuffer-null.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/decode-audio-data-basic.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/delaynode.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/delaynode-max-default-delay.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/delaynode-max-nondefault-delay.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/delaynode-maxdelay.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/delaynode-maxdelaylimit.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/delaynode-scheduling.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/distance-exponential.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/distance-inverse.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/distance-linear.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/dom-exceptions.html View 4 chunks +8 lines, -7 lines 0 comments Download
M LayoutTests/webaudio/dom-exceptions-expected.txt View 2 chunks +5 lines, -5 lines 0 comments Download
M LayoutTests/webaudio/dynamicscompressor-basic.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/dynamicscompressor-simple.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/gain.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/gain-basic.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/mediaelementaudiosourcenode.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/mediaelementaudiosourcenode-gc.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/mediastreamaudiodestinationnode.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/mediastreamaudiosourcenode.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/mixing.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/note-grain-on-play.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/note-grain-on-timing.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/offlineaudiocontext-constructor.html View 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/oscillator-basic.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/oscillator-ended.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/panner-equalpower.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/panner-equalpower-stereo.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/panner-loop.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/pannernode-basic.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/realtimeanalyser-fft-scaling.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/realtimeanalyser-fft-sizing.html View 3 chunks +3 lines, -2 lines 0 comments Download
M LayoutTests/webaudio/realtimeanalyser-fft-sizing-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/realtimeanalyser-float-data.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/resources/audio-codec-test.js View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/resources/audioparam-testing.js View 1 chunk +1 line, -1 line 0 comments Download
A LayoutTests/webaudio/resources/compatibility.js View 1 1 chunk +9 lines, -0 lines 0 comments Download
M LayoutTests/webaudio/resources/oscillator-testing.js View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/resources/scriptprocessornode-testing.js View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/resources/waveshaper-testing.js View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/sample-accurate-scheduling.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/scriptprocessornode.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/scriptprocessornode-downmix8-2channel-input.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/scriptprocessornode-premature-death.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/scriptprocessornode-rewrap.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/scriptprocessornode-upmix2-8channel-input.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/scriptprocessornode-zero-input-channels.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/stereo2mono-down-mixing.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/test-basic.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/up-mixing-mono-51.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/up-mixing-mono-stereo.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/up-mixing-stereo-51.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/waveshaper.html View 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/webaudio/waveshaper-oversample-2x.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/waveshaper-oversample-4x.html View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Raymond Toy
PTAL.
6 years, 9 months ago (2014-03-24 20:26:58 UTC) #1
abarth-chromium
LGTM https://codereview.chromium.org/208943004/diff/1/LayoutTests/webaudio/resources/compatibility.js File LayoutTests/webaudio/resources/compatibility.js (right): https://codereview.chromium.org/208943004/diff/1/LayoutTests/webaudio/resources/compatibility.js#newcode8 LayoutTests/webaudio/resources/compatibility.js:8: } Can we console.log inside this if statement? ...
6 years, 9 months ago (2014-03-24 21:24:43 UTC) #2
Raymond Toy
https://codereview.chromium.org/208943004/diff/1/LayoutTests/webaudio/resources/compatibility.js File LayoutTests/webaudio/resources/compatibility.js (right): https://codereview.chromium.org/208943004/diff/1/LayoutTests/webaudio/resources/compatibility.js#newcode8 LayoutTests/webaudio/resources/compatibility.js:8: } On 2014/03/24 21:24:44, abarth wrote: > Can we ...
6 years, 9 months ago (2014-03-25 02:42:48 UTC) #3
Raymond Toy
https://codereview.chromium.org/208943004/diff/1/LayoutTests/webaudio/resources/compatibility.js File LayoutTests/webaudio/resources/compatibility.js (right): https://codereview.chromium.org/208943004/diff/1/LayoutTests/webaudio/resources/compatibility.js#newcode8 LayoutTests/webaudio/resources/compatibility.js:8: } On 2014/03/24 21:24:44, abarth wrote: > Can we ...
6 years, 9 months ago (2014-03-25 16:27:43 UTC) #4
Raymond Toy
The CQ bit was checked by rtoy@chromium.org
6 years, 9 months ago (2014-03-25 16:28:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtoy@google.com/208943004/20001
6 years, 9 months ago (2014-03-25 16:29:01 UTC) #6
commit-bot: I haz the power
6 years, 9 months ago (2014-03-25 17:33:17 UTC) #7
Message was sent while issue was closed.
Change committed as 169966

Powered by Google App Engine
This is Rietveld 408576698