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

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

Issue 1684303002: Add a basic version of Worklet#import. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup. Created 4 years, 10 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 6319 matching lines...) Expand 10 before | Expand all | Expand 10 after
6330 method constructor 6330 method constructor
6331 method toString 6331 method toString
6332 interface Worker : EventTarget 6332 interface Worker : EventTarget
6333 getter onerror 6333 getter onerror
6334 getter onmessage 6334 getter onmessage
6335 method constructor 6335 method constructor
6336 method postMessage 6336 method postMessage
6337 method terminate 6337 method terminate
6338 setter onerror 6338 setter onerror
6339 setter onmessage 6339 setter onmessage
6340 interface Worklet
6341 method constructor
6342 method import
6340 interface XMLDocument : Document 6343 interface XMLDocument : Document
6341 method constructor 6344 method constructor
6342 interface XMLHttpRequest : XMLHttpRequestEventTarget 6345 interface XMLHttpRequest : XMLHttpRequestEventTarget
6343 attribute DONE 6346 attribute DONE
6344 attribute HEADERS_RECEIVED 6347 attribute HEADERS_RECEIVED
6345 attribute LOADING 6348 attribute LOADING
6346 attribute OPENED 6349 attribute OPENED
6347 attribute UNSENT 6350 attribute UNSENT
6348 getter onreadystatechange 6351 getter onreadystatechange
6349 getter readyState 6352 getter readyState
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
6844 attribute onwheel 6847 attribute onwheel
6845 attribute opener 6848 attribute opener
6846 attribute outerHeight 6849 attribute outerHeight
6847 attribute outerWidth 6850 attribute outerWidth
6848 attribute pageXOffset 6851 attribute pageXOffset
6849 attribute pageYOffset 6852 attribute pageYOffset
6850 attribute parent 6853 attribute parent
6851 attribute performance 6854 attribute performance
6852 attribute personalbar 6855 attribute personalbar
6853 attribute propertyNamesInGlobal 6856 attribute propertyNamesInGlobal
6857 attribute renderWorklet
6854 attribute screen 6858 attribute screen
6855 attribute screenLeft 6859 attribute screenLeft
6856 attribute screenTop 6860 attribute screenTop
6857 attribute screenX 6861 attribute screenX
6858 attribute screenY 6862 attribute screenY
6859 attribute scrollX 6863 attribute scrollX
6860 attribute scrollY 6864 attribute scrollY
6861 attribute scrollbars 6865 attribute scrollbars
6862 attribute self 6866 attribute self
6863 attribute sessionStorage 6867 attribute sessionStorage
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
6913 method stop 6917 method stop
6914 method webkitCancelAnimationFrame 6918 method webkitCancelAnimationFrame
6915 method webkitCancelRequestAnimationFrame 6919 method webkitCancelRequestAnimationFrame
6916 method webkitRequestAnimationFrame 6920 method webkitRequestAnimationFrame
6917 method webkitRequestFileSystem 6921 method webkitRequestFileSystem
6918 method webkitResolveLocalFileSystemURL 6922 method webkitResolveLocalFileSystemURL
6919 PASS successfullyParsed is true 6923 PASS successfullyParsed is true
6920 6924
6921 TEST COMPLETE 6925 TEST COMPLETE
6922 6926
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698