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

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

Issue 1861753002: Enable IntersectionObserver by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: fix global-interface-listing Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2941 matching lines...) Expand 10 before | Expand all | Expand 10 after
2952 method constructor 2952 method constructor
2953 interface ImageData 2953 interface ImageData
2954 attribute @@toStringTag 2954 attribute @@toStringTag
2955 getter height 2955 getter height
2956 getter width 2956 getter width
2957 method constructor 2957 method constructor
2958 interface InputDeviceCapabilities 2958 interface InputDeviceCapabilities
2959 attribute @@toStringTag 2959 attribute @@toStringTag
2960 getter firesTouchEvents 2960 getter firesTouchEvents
2961 method constructor 2961 method constructor
2962 interface IntersectionObserver
2963 attribute @@toStringTag
2964 getter root
2965 getter rootMargin
2966 method constructor
2967 method disconnect
2968 method observe
2969 method takeRecords
2970 method unobserve
2971 interface IntersectionObserverEntry
2972 attribute @@toStringTag
2973 getter boundingClientRect
2974 getter intersectionRect
2975 getter rootBounds
2976 getter target
2977 getter time
2978 method constructor
2962 interface KeyboardEvent : UIEvent 2979 interface KeyboardEvent : UIEvent
2963 attribute @@toStringTag 2980 attribute @@toStringTag
2964 attribute DOM_KEY_LOCATION_LEFT 2981 attribute DOM_KEY_LOCATION_LEFT
2965 attribute DOM_KEY_LOCATION_NUMPAD 2982 attribute DOM_KEY_LOCATION_NUMPAD
2966 attribute DOM_KEY_LOCATION_RIGHT 2983 attribute DOM_KEY_LOCATION_RIGHT
2967 attribute DOM_KEY_LOCATION_STANDARD 2984 attribute DOM_KEY_LOCATION_STANDARD
2968 getter altKey 2985 getter altKey
2969 getter charCode 2986 getter charCode
2970 getter code 2987 getter code
2971 getter ctrlKey 2988 getter ctrlKey
(...skipping 3619 matching lines...) Expand 10 before | Expand all | Expand 10 after
6591 method stop 6608 method stop
6592 method webkitCancelAnimationFrame 6609 method webkitCancelAnimationFrame
6593 method webkitCancelRequestAnimationFrame 6610 method webkitCancelRequestAnimationFrame
6594 method webkitRequestAnimationFrame 6611 method webkitRequestAnimationFrame
6595 method webkitRequestFileSystem 6612 method webkitRequestFileSystem
6596 method webkitResolveLocalFileSystemURL 6613 method webkitResolveLocalFileSystemURL
6597 PASS successfullyParsed is true 6614 PASS successfullyParsed is true
6598 6615
6599 TEST COMPLETE 6616 TEST COMPLETE
6600 6617
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698