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

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: Fix non-oilpan build. 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 6317 matching lines...) Expand 10 before | Expand all | Expand 10 after
6328 method constructor 6328 method constructor
6329 method toString 6329 method toString
6330 interface Worker : EventTarget 6330 interface Worker : EventTarget
6331 getter onerror 6331 getter onerror
6332 getter onmessage 6332 getter onmessage
6333 method constructor 6333 method constructor
6334 method postMessage 6334 method postMessage
6335 method terminate 6335 method terminate
6336 setter onerror 6336 setter onerror
6337 setter onmessage 6337 setter onmessage
6338 interface Worklet
6339 method constructor
6340 method import
6338 interface XMLDocument : Document 6341 interface XMLDocument : Document
6339 method constructor 6342 method constructor
6340 interface XMLHttpRequest : XMLHttpRequestEventTarget 6343 interface XMLHttpRequest : XMLHttpRequestEventTarget
6341 attribute DONE 6344 attribute DONE
6342 attribute HEADERS_RECEIVED 6345 attribute HEADERS_RECEIVED
6343 attribute LOADING 6346 attribute LOADING
6344 attribute OPENED 6347 attribute OPENED
6345 attribute UNSENT 6348 attribute UNSENT
6346 getter onreadystatechange 6349 getter onreadystatechange
6347 getter readyState 6350 getter readyState
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
6842 attribute onwheel 6845 attribute onwheel
6843 attribute opener 6846 attribute opener
6844 attribute outerHeight 6847 attribute outerHeight
6845 attribute outerWidth 6848 attribute outerWidth
6846 attribute pageXOffset 6849 attribute pageXOffset
6847 attribute pageYOffset 6850 attribute pageYOffset
6848 attribute parent 6851 attribute parent
6849 attribute performance 6852 attribute performance
6850 attribute personalbar 6853 attribute personalbar
6851 attribute propertyNamesInGlobal 6854 attribute propertyNamesInGlobal
6855 attribute renderWorklet
6852 attribute screen 6856 attribute screen
6853 attribute screenLeft 6857 attribute screenLeft
6854 attribute screenTop 6858 attribute screenTop
6855 attribute screenX 6859 attribute screenX
6856 attribute screenY 6860 attribute screenY
6857 attribute scrollX 6861 attribute scrollX
6858 attribute scrollY 6862 attribute scrollY
6859 attribute scrollbars 6863 attribute scrollbars
6860 attribute self 6864 attribute self
6861 attribute sessionStorage 6865 attribute sessionStorage
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
6911 method stop 6915 method stop
6912 method webkitCancelAnimationFrame 6916 method webkitCancelAnimationFrame
6913 method webkitCancelRequestAnimationFrame 6917 method webkitCancelRequestAnimationFrame
6914 method webkitRequestAnimationFrame 6918 method webkitRequestAnimationFrame
6915 method webkitRequestFileSystem 6919 method webkitRequestFileSystem
6916 method webkitResolveLocalFileSystemURL 6920 method webkitResolveLocalFileSystemURL
6917 PASS successfullyParsed is true 6921 PASS successfullyParsed is true
6918 6922
6919 TEST COMPLETE 6923 TEST COMPLETE
6920 6924
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698