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

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

Issue 1803153002: Add min/max values for AudioParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 getter numberOfOutputs 221 getter numberOfOutputs
222 method connect 222 method connect
223 method constructor 223 method constructor
224 method disconnect 224 method disconnect
225 setter channelCount 225 setter channelCount
226 setter channelCountMode 226 setter channelCountMode
227 setter channelInterpretation 227 setter channelInterpretation
228 interface AudioParam 228 interface AudioParam
229 attribute @@toStringTag 229 attribute @@toStringTag
230 getter defaultValue 230 getter defaultValue
231 getter max
hongchan 2016/05/13 01:30:14 maxValue
Raymond Toy 2016/05/13 18:40:32 Done.
232 getter min
hongchan 2016/05/13 01:30:14 minValue
Raymond Toy 2016/05/13 18:40:32 Done.
231 getter value 233 getter value
232 method cancelScheduledValues 234 method cancelScheduledValues
233 method constructor 235 method constructor
234 method exponentialRampToValueAtTime 236 method exponentialRampToValueAtTime
235 method linearRampToValueAtTime 237 method linearRampToValueAtTime
236 method setTargetAtTime 238 method setTargetAtTime
237 method setValueAtTime 239 method setValueAtTime
238 method setValueCurveAtTime 240 method setValueCurveAtTime
239 setter value 241 setter value
240 interface AudioProcessingEvent : Event 242 interface AudioProcessingEvent : Event
(...skipping 7427 matching lines...) Expand 10 before | Expand all | Expand 10 after
7668 method stop 7670 method stop
7669 method webkitCancelAnimationFrame 7671 method webkitCancelAnimationFrame
7670 method webkitCancelRequestAnimationFrame 7672 method webkitCancelRequestAnimationFrame
7671 method webkitRequestAnimationFrame 7673 method webkitRequestAnimationFrame
7672 method webkitRequestFileSystem 7674 method webkitRequestFileSystem
7673 method webkitResolveLocalFileSystemURL 7675 method webkitResolveLocalFileSystemURL
7674 PASS successfullyParsed is true 7676 PASS successfullyParsed is true
7675 7677
7676 TEST COMPLETE 7678 TEST COMPLETE
7677 7679
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698