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

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: Added dispose() methods for expicit cleanup Created 5 years 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 3090 matching lines...) Expand 10 before | Expand all | Expand 10 after
3101 getter height 3101 getter height
3102 getter width 3102 getter width
3103 method constructor 3103 method constructor
3104 interface ImageData 3104 interface ImageData
3105 getter height 3105 getter height
3106 getter width 3106 getter width
3107 method constructor 3107 method constructor
3108 interface InputDeviceCapabilities 3108 interface InputDeviceCapabilities
3109 getter firesTouchEvents 3109 getter firesTouchEvents
3110 method constructor 3110 method constructor
3111 interface IntersectionObserver
3112 method constructor
3113 method disconnect
3114 method observe
3115 method takeRecords
3116 method unobserve
3117 interface IntersectionObserverEntry
3118 getter boundingClientRect
3119 getter intersectionRect
3120 getter target
3121 getter rootBounds
3122 getter time
3123 method constructor
3111 interface KeyboardEvent : UIEvent 3124 interface KeyboardEvent : UIEvent
3112 attribute DOM_KEY_LOCATION_LEFT 3125 attribute DOM_KEY_LOCATION_LEFT
3113 attribute DOM_KEY_LOCATION_NUMPAD 3126 attribute DOM_KEY_LOCATION_NUMPAD
3114 attribute DOM_KEY_LOCATION_RIGHT 3127 attribute DOM_KEY_LOCATION_RIGHT
3115 attribute DOM_KEY_LOCATION_STANDARD 3128 attribute DOM_KEY_LOCATION_STANDARD
3116 getter altKey 3129 getter altKey
3117 getter charCode 3130 getter charCode
3118 getter code 3131 getter code
3119 getter ctrlKey 3132 getter ctrlKey
3120 getter key 3133 getter key
(...skipping 3619 matching lines...) Expand 10 before | Expand all | Expand 10 after
6740 method stop 6753 method stop
6741 method webkitCancelAnimationFrame 6754 method webkitCancelAnimationFrame
6742 method webkitCancelRequestAnimationFrame 6755 method webkitCancelRequestAnimationFrame
6743 method webkitRequestAnimationFrame 6756 method webkitRequestAnimationFrame
6744 method webkitRequestFileSystem 6757 method webkitRequestFileSystem
6745 method webkitResolveLocalFileSystemURL 6758 method webkitResolveLocalFileSystemURL
6746 PASS successfullyParsed is true 6759 PASS successfullyParsed is true
6747 6760
6748 TEST COMPLETE 6761 TEST COMPLETE
6749 6762
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698