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

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

Issue 2356223002: Remove WebAudio doppler effect API surface (already no-ops) (Closed)
Patch Set: rebase Created 4 years, 3 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 interface AudioContext : BaseAudioContext 161 interface AudioContext : BaseAudioContext
162 attribute @@toStringTag 162 attribute @@toStringTag
163 method close 163 method close
164 method constructor 164 method constructor
165 interface AudioDestinationNode : AudioNode 165 interface AudioDestinationNode : AudioNode
166 attribute @@toStringTag 166 attribute @@toStringTag
167 getter maxChannelCount 167 getter maxChannelCount
168 method constructor 168 method constructor
169 interface AudioListener 169 interface AudioListener
170 attribute @@toStringTag 170 attribute @@toStringTag
171 getter dopplerFactor
172 getter forwardX 171 getter forwardX
173 getter forwardY 172 getter forwardY
174 getter forwardZ 173 getter forwardZ
175 getter positionX 174 getter positionX
176 getter positionY 175 getter positionY
177 getter positionZ 176 getter positionZ
178 getter speedOfSound
179 getter upX 177 getter upX
180 getter upY 178 getter upY
181 getter upZ 179 getter upZ
182 method constructor 180 method constructor
183 method setOrientation 181 method setOrientation
184 method setPosition 182 method setPosition
185 method setVelocity
186 setter dopplerFactor
187 setter speedOfSound
188 interface AudioNode : EventTarget 183 interface AudioNode : EventTarget
189 attribute @@toStringTag 184 attribute @@toStringTag
190 getter channelCount 185 getter channelCount
191 getter channelCountMode 186 getter channelCountMode
192 getter channelInterpretation 187 getter channelInterpretation
193 getter context 188 getter context
194 getter numberOfInputs 189 getter numberOfInputs
195 getter numberOfOutputs 190 getter numberOfOutputs
196 method connect 191 method connect
197 method constructor 192 method constructor
(...skipping 4105 matching lines...) Expand 10 before | Expand all | Expand 10 after
4303 getter orientationZ 4298 getter orientationZ
4304 getter panningModel 4299 getter panningModel
4305 getter positionX 4300 getter positionX
4306 getter positionY 4301 getter positionY
4307 getter positionZ 4302 getter positionZ
4308 getter refDistance 4303 getter refDistance
4309 getter rolloffFactor 4304 getter rolloffFactor
4310 method constructor 4305 method constructor
4311 method setOrientation 4306 method setOrientation
4312 method setPosition 4307 method setPosition
4313 method setVelocity
4314 setter coneInnerAngle 4308 setter coneInnerAngle
4315 setter coneOuterAngle 4309 setter coneOuterAngle
4316 setter coneOuterGain 4310 setter coneOuterGain
4317 setter distanceModel 4311 setter distanceModel
4318 setter maxDistance 4312 setter maxDistance
4319 setter panningModel 4313 setter panningModel
4320 setter refDistance 4314 setter refDistance
4321 setter rolloffFactor 4315 setter rolloffFactor
4322 interface PasswordCredential : SiteBoundCredential 4316 interface PasswordCredential : SiteBoundCredential
4323 attribute @@toStringTag 4317 attribute @@toStringTag
(...skipping 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after
7869 method stop 7863 method stop
7870 method webkitCancelAnimationFrame 7864 method webkitCancelAnimationFrame
7871 method webkitCancelRequestAnimationFrame 7865 method webkitCancelRequestAnimationFrame
7872 method webkitRequestAnimationFrame 7866 method webkitRequestAnimationFrame
7873 method webkitRequestFileSystem 7867 method webkitRequestFileSystem
7874 method webkitResolveLocalFileSystemURL 7868 method webkitResolveLocalFileSystemURL
7875 PASS successfullyParsed is true 7869 PASS successfullyParsed is true
7876 7870
7877 TEST COMPLETE 7871 TEST COMPLETE
7878 7872
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698