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

Side by Side Diff: third_party/WebKit/LayoutTests/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
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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 interface AudioContext : BaseAudioContext 169 interface AudioContext : BaseAudioContext
170 attribute @@toStringTag 170 attribute @@toStringTag
171 method close 171 method close
172 method constructor 172 method constructor
173 interface AudioDestinationNode : AudioNode 173 interface AudioDestinationNode : AudioNode
174 attribute @@toStringTag 174 attribute @@toStringTag
175 getter maxChannelCount 175 getter maxChannelCount
176 method constructor 176 method constructor
177 interface AudioListener 177 interface AudioListener
178 attribute @@toStringTag 178 attribute @@toStringTag
179 getter dopplerFactor
180 getter forwardX 179 getter forwardX
181 getter forwardY 180 getter forwardY
182 getter forwardZ 181 getter forwardZ
183 getter positionX 182 getter positionX
184 getter positionY 183 getter positionY
185 getter positionZ 184 getter positionZ
186 getter speedOfSound
187 getter upX 185 getter upX
188 getter upY 186 getter upY
189 getter upZ 187 getter upZ
190 method constructor 188 method constructor
191 method setOrientation 189 method setOrientation
192 method setPosition 190 method setPosition
193 method setVelocity
194 setter dopplerFactor
195 setter speedOfSound
196 interface AudioNode : EventTarget 191 interface AudioNode : EventTarget
197 attribute @@toStringTag 192 attribute @@toStringTag
198 getter channelCount 193 getter channelCount
199 getter channelCountMode 194 getter channelCountMode
200 getter channelInterpretation 195 getter channelInterpretation
201 getter context 196 getter context
202 getter numberOfInputs 197 getter numberOfInputs
203 getter numberOfOutputs 198 getter numberOfOutputs
204 method connect 199 method connect
205 method constructor 200 method constructor
(...skipping 4148 matching lines...) Expand 10 before | Expand all | Expand 10 after
4354 getter orientationZ 4349 getter orientationZ
4355 getter panningModel 4350 getter panningModel
4356 getter positionX 4351 getter positionX
4357 getter positionY 4352 getter positionY
4358 getter positionZ 4353 getter positionZ
4359 getter refDistance 4354 getter refDistance
4360 getter rolloffFactor 4355 getter rolloffFactor
4361 method constructor 4356 method constructor
4362 method setOrientation 4357 method setOrientation
4363 method setPosition 4358 method setPosition
4364 method setVelocity
4365 setter coneInnerAngle 4359 setter coneInnerAngle
4366 setter coneOuterAngle 4360 setter coneOuterAngle
4367 setter coneOuterGain 4361 setter coneOuterGain
4368 setter distanceModel 4362 setter distanceModel
4369 setter maxDistance 4363 setter maxDistance
4370 setter panningModel 4364 setter panningModel
4371 setter refDistance 4365 setter refDistance
4372 setter rolloffFactor 4366 setter rolloffFactor
4373 interface PasswordCredential : SiteBoundCredential 4367 interface PasswordCredential : SiteBoundCredential
4374 attribute @@toStringTag 4368 attribute @@toStringTag
(...skipping 3557 matching lines...) Expand 10 before | Expand all | Expand 10 after
7932 method stop 7926 method stop
7933 method webkitCancelAnimationFrame 7927 method webkitCancelAnimationFrame
7934 method webkitCancelRequestAnimationFrame 7928 method webkitCancelRequestAnimationFrame
7935 method webkitRequestAnimationFrame 7929 method webkitRequestAnimationFrame
7936 method webkitRequestFileSystem 7930 method webkitRequestFileSystem
7937 method webkitResolveLocalFileSystemURL 7931 method webkitResolveLocalFileSystemURL
7938 PASS successfullyParsed is true 7932 PASS successfullyParsed is true
7939 7933
7940 TEST COMPLETE 7934 TEST COMPLETE
7941 7935
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698