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

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: 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 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 3443 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 getter orientationZ 3601 getter orientationZ
3607 getter panningModel 3602 getter panningModel
3608 getter positionX 3603 getter positionX
3609 getter positionY 3604 getter positionY
3610 getter positionZ 3605 getter positionZ
3611 getter refDistance 3606 getter refDistance
3612 getter rolloffFactor 3607 getter rolloffFactor
3613 method constructor 3608 method constructor
3614 method setOrientation 3609 method setOrientation
3615 method setPosition 3610 method setPosition
3616 method setVelocity
3617 setter coneInnerAngle 3611 setter coneInnerAngle
3618 setter coneOuterAngle 3612 setter coneOuterAngle
3619 setter coneOuterGain 3613 setter coneOuterGain
3620 setter distanceModel 3614 setter distanceModel
3621 setter maxDistance 3615 setter maxDistance
3622 setter panningModel 3616 setter panningModel
3623 setter refDistance 3617 setter refDistance
3624 setter rolloffFactor 3618 setter rolloffFactor
3625 interface PasswordCredential : SiteBoundCredential 3619 interface PasswordCredential : SiteBoundCredential
3626 attribute @@toStringTag 3620 attribute @@toStringTag
(...skipping 3106 matching lines...) Expand 10 before | Expand all | Expand 10 after
6733 method stop 6727 method stop
6734 method webkitCancelAnimationFrame 6728 method webkitCancelAnimationFrame
6735 method webkitCancelRequestAnimationFrame 6729 method webkitCancelRequestAnimationFrame
6736 method webkitRequestAnimationFrame 6730 method webkitRequestAnimationFrame
6737 method webkitRequestFileSystem 6731 method webkitRequestFileSystem
6738 method webkitResolveLocalFileSystemURL 6732 method webkitResolveLocalFileSystemURL
6739 PASS successfullyParsed is true 6733 PASS successfullyParsed is true
6740 6734
6741 TEST COMPLETE 6735 TEST COMPLETE
6742 6736
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698