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

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

Issue 1586563009: IsNativeAppInstalled 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 3134 matching lines...) Expand 10 before | Expand all | Expand 10 after
3145 method observe 3145 method observe
3146 method takeRecords 3146 method takeRecords
3147 method unobserve 3147 method unobserve
3148 interface IntersectionObserverEntry 3148 interface IntersectionObserverEntry
3149 getter boundingClientRect 3149 getter boundingClientRect
3150 getter intersectionRect 3150 getter intersectionRect
3151 getter rootBounds 3151 getter rootBounds
3152 getter target 3152 getter target
3153 getter time 3153 getter time
3154 method constructor 3154 method constructor
3155 interface InstalledApp
3156 method constructor
3157 method isAppInstalled
3155 interface KeyboardEvent : UIEvent 3158 interface KeyboardEvent : UIEvent
3159 interface KeyboardEvent
3156 attribute DOM_KEY_LOCATION_LEFT 3160 attribute DOM_KEY_LOCATION_LEFT
3157 attribute DOM_KEY_LOCATION_NUMPAD 3161 attribute DOM_KEY_LOCATION_NUMPAD
3158 attribute DOM_KEY_LOCATION_RIGHT 3162 attribute DOM_KEY_LOCATION_RIGHT
3159 attribute DOM_KEY_LOCATION_STANDARD 3163 attribute DOM_KEY_LOCATION_STANDARD
3160 getter altKey 3164 getter altKey
3161 getter charCode 3165 getter charCode
3162 getter code 3166 getter code
3163 getter ctrlKey 3167 getter ctrlKey
3164 getter key 3168 getter key
3165 getter keyCode 3169 getter keyCode
(...skipping 3691 matching lines...) Expand 10 before | Expand all | Expand 10 after
6857 method setTimeout 6861 method setTimeout
6858 method stop 6862 method stop
6859 method webkitCancelAnimationFrame 6863 method webkitCancelAnimationFrame
6860 method webkitCancelRequestAnimationFrame 6864 method webkitCancelRequestAnimationFrame
6861 method webkitRequestAnimationFrame 6865 method webkitRequestAnimationFrame
6862 method webkitRequestFileSystem 6866 method webkitRequestFileSystem
6863 method webkitResolveLocalFileSystemURL 6867 method webkitResolveLocalFileSystemURL
6864 PASS successfullyParsed is true 6868 PASS successfullyParsed is true
6865 6869
6866 TEST COMPLETE 6870 TEST COMPLETE
6867
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698