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

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

Issue 807263007: IDL: Add forEach() method to iterable<>/maplike<>/setlike<> interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: adjust test expectations Created 5 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 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 interface MediaKeySession 1072 interface MediaKeySession
1073 method close 1073 method close
1074 method constructor 1074 method constructor
1075 method generateRequest 1075 method generateRequest
1076 method load 1076 method load
1077 method remove 1077 method remove
1078 method update 1078 method update
1079 interface MediaKeyStatusMap 1079 interface MediaKeyStatusMap
1080 method constructor 1080 method constructor
1081 method entries 1081 method entries
1082 method forEach
1082 method get 1083 method get
1083 method has 1084 method has
1084 method keys 1085 method keys
1085 method values 1086 method values
1086 interface MediaKeySystemAccess 1087 interface MediaKeySystemAccess
1087 method constructor 1088 method constructor
1088 method createMediaKeys 1089 method createMediaKeys
1089 interface MediaKeys 1090 interface MediaKeys
1090 method constructor 1091 method constructor
1091 method createSession 1092 method createSession
(...skipping 1895 matching lines...) Expand 10 before | Expand all | Expand 10 after
2987 method constructor 2988 method constructor
2988 interface webkitSpeechRecognitionEvent 2989 interface webkitSpeechRecognitionEvent
2989 method constructor 2990 method constructor
2990 interface webkitURL 2991 interface webkitURL
2991 method constructor 2992 method constructor
2992 method toString 2993 method toString
2993 PASS successfullyParsed is true 2994 PASS successfullyParsed is true
2994 2995
2995 TEST COMPLETE 2996 TEST COMPLETE
2996 2997
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698