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

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

Issue 1449623002: IntersectionObserver: second cut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Clarify the tear-down path for observers and observations. Created 5 years, 1 month 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 3080 matching lines...) Expand 10 before | Expand all | Expand 10 after
3091 getter height 3091 getter height
3092 getter width 3092 getter width
3093 method constructor 3093 method constructor
3094 interface ImageData 3094 interface ImageData
3095 getter height 3095 getter height
3096 getter width 3096 getter width
3097 method constructor 3097 method constructor
3098 interface InputDeviceCapabilities 3098 interface InputDeviceCapabilities
3099 getter firesTouchEvents 3099 getter firesTouchEvents
3100 method constructor 3100 method constructor
3101 interface IntersectionObserver
3102 method constructor
3103 method disconnect
3104 method observe
3105 method takeRecords
3106 method unobserve
3107 interface IntersectionObserverEntry
3108 getter boundingClientRect
3109 getter intersectionRect
3110 getter target
3111 getter rootBounds
3112 getter time
3113 method constructor
3101 interface KeyboardEvent : UIEvent 3114 interface KeyboardEvent : UIEvent
3102 attribute DOM_KEY_LOCATION_LEFT 3115 attribute DOM_KEY_LOCATION_LEFT
3103 attribute DOM_KEY_LOCATION_NUMPAD 3116 attribute DOM_KEY_LOCATION_NUMPAD
3104 attribute DOM_KEY_LOCATION_RIGHT 3117 attribute DOM_KEY_LOCATION_RIGHT
3105 attribute DOM_KEY_LOCATION_STANDARD 3118 attribute DOM_KEY_LOCATION_STANDARD
3106 getter altKey 3119 getter altKey
3107 getter charCode 3120 getter charCode
3108 getter code 3121 getter code
3109 getter ctrlKey 3122 getter ctrlKey
3110 getter key 3123 getter key
(...skipping 3581 matching lines...) Expand 10 before | Expand all | Expand 10 after
6692 method stop 6705 method stop
6693 method webkitCancelAnimationFrame 6706 method webkitCancelAnimationFrame
6694 method webkitCancelRequestAnimationFrame 6707 method webkitCancelRequestAnimationFrame
6695 method webkitRequestAnimationFrame 6708 method webkitRequestAnimationFrame
6696 method webkitRequestFileSystem 6709 method webkitRequestFileSystem
6697 method webkitResolveLocalFileSystemURL 6710 method webkitResolveLocalFileSystemURL
6698 PASS successfullyParsed is true 6711 PASS successfullyParsed is true
6699 6712
6700 TEST COMPLETE 6713 TEST COMPLETE
6701 6714
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698