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

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

Issue 2186203002: [worklets] Add stub classes for window.animationWorklet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 4 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/Source/core/workers/WorkletGlobalScopeProxy.h » ('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 7584 matching lines...) Expand 10 before | Expand all | Expand 10 after
7595 setter href 7595 setter href
7596 setter password 7596 setter password
7597 setter pathname 7597 setter pathname
7598 setter port 7598 setter port
7599 setter protocol 7599 setter protocol
7600 setter search 7600 setter search
7601 setter username 7601 setter username
7602 [GLOBAL OBJECT] 7602 [GLOBAL OBJECT]
7603 attribute GCController 7603 attribute GCController
7604 attribute accessibilityController 7604 attribute accessibilityController
7605 attribute animationWorklet
7605 attribute applicationCache 7606 attribute applicationCache
7606 attribute caches 7607 attribute caches
7607 attribute chrome 7608 attribute chrome
7608 attribute clientInformation 7609 attribute clientInformation
7609 attribute closed 7610 attribute closed
7610 attribute console 7611 attribute console
7611 attribute crypto 7612 attribute crypto
7612 attribute customElements 7613 attribute customElements
7613 attribute defaultStatus 7614 attribute defaultStatus
7614 attribute defaultstatus 7615 attribute defaultstatus
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
7807 method stop 7808 method stop
7808 method webkitCancelAnimationFrame 7809 method webkitCancelAnimationFrame
7809 method webkitCancelRequestAnimationFrame 7810 method webkitCancelRequestAnimationFrame
7810 method webkitRequestAnimationFrame 7811 method webkitRequestAnimationFrame
7811 method webkitRequestFileSystem 7812 method webkitRequestFileSystem
7812 method webkitResolveLocalFileSystemURL 7813 method webkitResolveLocalFileSystemURL
7813 PASS successfullyParsed is true 7814 PASS successfullyParsed is true
7814 7815
7815 TEST COMPLETE 7816 TEST COMPLETE
7816 7817
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698