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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2380183002: Remove WebAudio doppler effect API surface (already no-ops) (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 interface AudioContext : BaseAudioContext 126 interface AudioContext : BaseAudioContext
127 attribute @@toStringTag 127 attribute @@toStringTag
128 method close 128 method close
129 method constructor 129 method constructor
130 interface AudioDestinationNode : AudioNode 130 interface AudioDestinationNode : AudioNode
131 attribute @@toStringTag 131 attribute @@toStringTag
132 getter maxChannelCount 132 getter maxChannelCount
133 method constructor 133 method constructor
134 interface AudioListener 134 interface AudioListener
135 attribute @@toStringTag 135 attribute @@toStringTag
136 getter dopplerFactor
137 getter forwardX 136 getter forwardX
138 getter forwardY 137 getter forwardY
139 getter forwardZ 138 getter forwardZ
140 getter positionX 139 getter positionX
141 getter positionY 140 getter positionY
142 getter positionZ 141 getter positionZ
143 getter speedOfSound
144 getter upX 142 getter upX
145 getter upY 143 getter upY
146 getter upZ 144 getter upZ
147 method constructor 145 method constructor
148 method setOrientation 146 method setOrientation
149 method setPosition 147 method setPosition
150 method setVelocity
151 setter dopplerFactor
152 setter speedOfSound
153 interface AudioNode : EventTarget 148 interface AudioNode : EventTarget
154 attribute @@toStringTag 149 attribute @@toStringTag
155 getter channelCount 150 getter channelCount
156 getter channelCountMode 151 getter channelCountMode
157 getter channelInterpretation 152 getter channelInterpretation
158 getter context 153 getter context
159 getter numberOfInputs 154 getter numberOfInputs
160 getter numberOfOutputs 155 getter numberOfOutputs
161 method connect 156 method connect
162 method constructor 157 method constructor
(...skipping 3482 matching lines...) Expand 10 before | Expand all | Expand 10 after
3645 getter orientationZ 3640 getter orientationZ
3646 getter panningModel 3641 getter panningModel
3647 getter positionX 3642 getter positionX
3648 getter positionY 3643 getter positionY
3649 getter positionZ 3644 getter positionZ
3650 getter refDistance 3645 getter refDistance
3651 getter rolloffFactor 3646 getter rolloffFactor
3652 method constructor 3647 method constructor
3653 method setOrientation 3648 method setOrientation
3654 method setPosition 3649 method setPosition
3655 method setVelocity
3656 setter coneInnerAngle 3650 setter coneInnerAngle
3657 setter coneOuterAngle 3651 setter coneOuterAngle
3658 setter coneOuterGain 3652 setter coneOuterGain
3659 setter distanceModel 3653 setter distanceModel
3660 setter maxDistance 3654 setter maxDistance
3661 setter panningModel 3655 setter panningModel
3662 setter refDistance 3656 setter refDistance
3663 setter rolloffFactor 3657 setter rolloffFactor
3664 interface PasswordCredential : SiteBoundCredential 3658 interface PasswordCredential : SiteBoundCredential
3665 attribute @@toStringTag 3659 attribute @@toStringTag
(...skipping 3141 matching lines...) Expand 10 before | Expand all | Expand 10 after
6807 method stop 6801 method stop
6808 method webkitCancelAnimationFrame 6802 method webkitCancelAnimationFrame
6809 method webkitCancelRequestAnimationFrame 6803 method webkitCancelRequestAnimationFrame
6810 method webkitRequestAnimationFrame 6804 method webkitRequestAnimationFrame
6811 method webkitRequestFileSystem 6805 method webkitRequestFileSystem
6812 method webkitResolveLocalFileSystemURL 6806 method webkitResolveLocalFileSystemURL
6813 PASS successfullyParsed is true 6807 PASS successfullyParsed is true
6814 6808
6815 TEST COMPLETE 6809 TEST COMPLETE
6816 6810
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698