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

Side by Side Diff: LayoutTests/virtual/stable/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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 interface Navigator 1113 interface Navigator
1114 method constructor 1114 method constructor
1115 method getBattery 1115 method getBattery
1116 method getGamepads 1116 method getGamepads
1117 method getStorageUpdates 1117 method getStorageUpdates
1118 method javaEnabled 1118 method javaEnabled
1119 method registerProtocolHandler 1119 method registerProtocolHandler
1120 method sendBeacon 1120 method sendBeacon
1121 method unregisterProtocolHandler 1121 method unregisterProtocolHandler
1122 method vibrate 1122 method vibrate
1123 method webkitGetGamepads
1124 method webkitGetUserMedia 1123 method webkitGetUserMedia
1125 interface Node 1124 interface Node
1126 attribute ATTRIBUTE_NODE 1125 attribute ATTRIBUTE_NODE
1127 attribute CDATA_SECTION_NODE 1126 attribute CDATA_SECTION_NODE
1128 attribute COMMENT_NODE 1127 attribute COMMENT_NODE
1129 attribute DOCUMENT_FRAGMENT_NODE 1128 attribute DOCUMENT_FRAGMENT_NODE
1130 attribute DOCUMENT_NODE 1129 attribute DOCUMENT_NODE
1131 attribute DOCUMENT_POSITION_CONTAINED_BY 1130 attribute DOCUMENT_POSITION_CONTAINED_BY
1132 attribute DOCUMENT_POSITION_CONTAINS 1131 attribute DOCUMENT_POSITION_CONTAINS
1133 attribute DOCUMENT_POSITION_DISCONNECTED 1132 attribute DOCUMENT_POSITION_DISCONNECTED
(...skipping 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 method constructor 2925 method constructor
2927 interface webkitSpeechRecognitionEvent 2926 interface webkitSpeechRecognitionEvent
2928 method constructor 2927 method constructor
2929 interface webkitURL 2928 interface webkitURL
2930 method constructor 2929 method constructor
2931 method toString 2930 method toString
2932 PASS successfullyParsed is true 2931 PASS successfullyParsed is true
2933 2932
2934 TEST COMPLETE 2933 TEST COMPLETE
2935 2934
OLDNEW
« no previous file with comments | « LayoutTests/gamepad/gamepad-polling-access-expected.txt ('k') | LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698