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

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

Issue 2092033003: Add OfflineAudioDestinationNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/offlineaudiodestination.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3554 matching lines...) Expand 10 before | Expand all | Expand 10 after
3565 method constructor 3565 method constructor
3566 interface OfflineAudioContext : AudioContext 3566 interface OfflineAudioContext : AudioContext
3567 attribute @@toStringTag 3567 attribute @@toStringTag
3568 getter length 3568 getter length
3569 getter oncomplete 3569 getter oncomplete
3570 method constructor 3570 method constructor
3571 method resume 3571 method resume
3572 method startRendering 3572 method startRendering
3573 method suspend 3573 method suspend
3574 setter oncomplete 3574 setter oncomplete
3575 interface OfflineAudioDestinationNode : AudioDestinationNode
3576 attribute @@toStringTag
3577 method constructor
3575 interface Option 3578 interface Option
3576 method constructor 3579 method constructor
3577 interface OscillatorNode : AudioSourceNode 3580 interface OscillatorNode : AudioSourceNode
3578 attribute @@toStringTag 3581 attribute @@toStringTag
3579 getter detune 3582 getter detune
3580 getter frequency 3583 getter frequency
3581 getter onended 3584 getter onended
3582 getter type 3585 getter type
3583 method constructor 3586 method constructor
3584 method setPeriodicWave 3587 method setPeriodicWave
(...skipping 3142 matching lines...) Expand 10 before | Expand all | Expand 10 after
6727 method stop 6730 method stop
6728 method webkitCancelAnimationFrame 6731 method webkitCancelAnimationFrame
6729 method webkitCancelRequestAnimationFrame 6732 method webkitCancelRequestAnimationFrame
6730 method webkitRequestAnimationFrame 6733 method webkitRequestAnimationFrame
6731 method webkitRequestFileSystem 6734 method webkitRequestFileSystem
6732 method webkitResolveLocalFileSystemURL 6735 method webkitResolveLocalFileSystemURL
6733 PASS successfullyParsed is true 6736 PASS successfullyParsed is true
6734 6737
6735 TEST COMPLETE 6738 TEST COMPLETE
6736 6739
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/offlineaudiodestination.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698