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

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

Issue 806993002: Removed deprecated navigator.webkitGetGamepads. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missed one layout test expectations update Created 6 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: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 method getGamepads 1234 method getGamepads
1235 method getStorageUpdates 1235 method getStorageUpdates
1236 method isProtocolHandlerRegistered 1236 method isProtocolHandlerRegistered
1237 method javaEnabled 1237 method javaEnabled
1238 method registerProtocolHandler 1238 method registerProtocolHandler
1239 method requestMIDIAccess 1239 method requestMIDIAccess
1240 method requestMediaKeySystemAccess 1240 method requestMediaKeySystemAccess
1241 method sendBeacon 1241 method sendBeacon
1242 method unregisterProtocolHandler 1242 method unregisterProtocolHandler
1243 method vibrate 1243 method vibrate
1244 method webkitGetGamepads
1245 method webkitGetUserMedia 1244 method webkitGetUserMedia
1246 interface NetworkInformation 1245 interface NetworkInformation
1247 method constructor 1246 method constructor
1248 interface Node 1247 interface Node
1249 attribute ATTRIBUTE_NODE 1248 attribute ATTRIBUTE_NODE
1250 attribute CDATA_SECTION_NODE 1249 attribute CDATA_SECTION_NODE
1251 attribute COMMENT_NODE 1250 attribute COMMENT_NODE
1252 attribute DOCUMENT_FRAGMENT_NODE 1251 attribute DOCUMENT_FRAGMENT_NODE
1253 attribute DOCUMENT_NODE 1252 attribute DOCUMENT_NODE
1254 attribute DOCUMENT_POSITION_CONTAINED_BY 1253 attribute DOCUMENT_POSITION_CONTAINED_BY
(...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after
3124 method constructor 3123 method constructor
3125 interface webkitSpeechRecognitionEvent 3124 interface webkitSpeechRecognitionEvent
3126 method constructor 3125 method constructor
3127 interface webkitURL 3126 interface webkitURL
3128 method constructor 3127 method constructor
3129 method toString 3128 method toString
3130 PASS successfullyParsed is true 3129 PASS successfullyParsed is true
3131 3130
3132 TEST COMPLETE 3131 TEST COMPLETE
3133 3132
OLDNEW
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698