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

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: 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 4146 matching lines...) Expand 10 before | Expand all | Expand 10 after
4352 getter orientationZ 4347 getter orientationZ
4353 getter panningModel 4348 getter panningModel
4354 getter positionX 4349 getter positionX
4355 getter positionY 4350 getter positionY
4356 getter positionZ 4351 getter positionZ
4357 getter refDistance 4352 getter refDistance
4358 getter rolloffFactor 4353 getter rolloffFactor
4359 method constructor 4354 method constructor
4360 method setOrientation 4355 method setOrientation
4361 method setPosition 4356 method setPosition
4362 method setVelocity
4363 setter coneInnerAngle 4357 setter coneInnerAngle
4364 setter coneOuterAngle 4358 setter coneOuterAngle
4365 setter coneOuterGain 4359 setter coneOuterGain
4366 setter distanceModel 4360 setter distanceModel
4367 setter maxDistance 4361 setter maxDistance
4368 setter panningModel 4362 setter panningModel
4369 setter refDistance 4363 setter refDistance
4370 setter rolloffFactor 4364 setter rolloffFactor
4371 interface PasswordCredential : SiteBoundCredential 4365 interface PasswordCredential : SiteBoundCredential
4372 attribute @@toStringTag 4366 attribute @@toStringTag
(...skipping 3557 matching lines...) Expand 10 before | Expand all | Expand 10 after
7930 method stop 7924 method stop
7931 method webkitCancelAnimationFrame 7925 method webkitCancelAnimationFrame
7932 method webkitCancelRequestAnimationFrame 7926 method webkitCancelRequestAnimationFrame
7933 method webkitRequestAnimationFrame 7927 method webkitRequestAnimationFrame
7934 method webkitRequestFileSystem 7928 method webkitRequestFileSystem
7935 method webkitResolveLocalFileSystemURL 7929 method webkitResolveLocalFileSystemURL
7936 PASS successfullyParsed is true 7930 PASS successfullyParsed is true
7937 7931
7938 TEST COMPLETE 7932 TEST COMPLETE
7939 7933
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698