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

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: 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 6309 matching lines...) Expand 10 before | Expand all | Expand 10 after
6320 method constructor 6320 method constructor
6321 method toString 6321 method toString
6322 interface Worker : EventTarget 6322 interface Worker : EventTarget
6323 getter onerror 6323 getter onerror
6324 getter onmessage 6324 getter onmessage
6325 method constructor 6325 method constructor
6326 method postMessage 6326 method postMessage
6327 method terminate 6327 method terminate
6328 setter onerror 6328 setter onerror
6329 setter onmessage 6329 setter onmessage
6330 interface Worklet
6331 method constructor
6332 method import
6330 interface XMLDocument : Document 6333 interface XMLDocument : Document
6331 method constructor 6334 method constructor
6332 interface XMLHttpRequest : XMLHttpRequestEventTarget 6335 interface XMLHttpRequest : XMLHttpRequestEventTarget
6333 attribute DONE 6336 attribute DONE
6334 attribute HEADERS_RECEIVED 6337 attribute HEADERS_RECEIVED
6335 attribute LOADING 6338 attribute LOADING
6336 attribute OPENED 6339 attribute OPENED
6337 attribute UNSENT 6340 attribute UNSENT
6338 getter onreadystatechange 6341 getter onreadystatechange
6339 getter readyState 6342 getter readyState
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
6834 attribute onwheel 6837 attribute onwheel
6835 attribute opener 6838 attribute opener
6836 attribute outerHeight 6839 attribute outerHeight
6837 attribute outerWidth 6840 attribute outerWidth
6838 attribute pageXOffset 6841 attribute pageXOffset
6839 attribute pageYOffset 6842 attribute pageYOffset
6840 attribute parent 6843 attribute parent
6841 attribute performance 6844 attribute performance
6842 attribute personalbar 6845 attribute personalbar
6843 attribute propertyNamesInGlobal 6846 attribute propertyNamesInGlobal
6847 attribute renderWorklet
6844 attribute screen 6848 attribute screen
6845 attribute screenLeft 6849 attribute screenLeft
6846 attribute screenTop 6850 attribute screenTop
6847 attribute screenX 6851 attribute screenX
6848 attribute screenY 6852 attribute screenY
6849 attribute scrollX 6853 attribute scrollX
6850 attribute scrollY 6854 attribute scrollY
6851 attribute scrollbars 6855 attribute scrollbars
6852 attribute self 6856 attribute self
6853 attribute sessionStorage 6857 attribute sessionStorage
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
6903 method stop 6907 method stop
6904 method webkitCancelAnimationFrame 6908 method webkitCancelAnimationFrame
6905 method webkitCancelRequestAnimationFrame 6909 method webkitCancelRequestAnimationFrame
6906 method webkitRequestAnimationFrame 6910 method webkitRequestAnimationFrame
6907 method webkitRequestFileSystem 6911 method webkitRequestFileSystem
6908 method webkitResolveLocalFileSystemURL 6912 method webkitResolveLocalFileSystemURL
6909 PASS successfullyParsed is true 6913 PASS successfullyParsed is true
6910 6914
6911 TEST COMPLETE 6915 TEST COMPLETE
6912 6916
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698