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

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

Issue 1700233002: Remove KeyboardEvent.prototype.keyLocation (alias of location) (Closed) 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 2711 matching lines...) Expand 10 before | Expand all | Expand 10 after
2722 attribute DOM_KEY_LOCATION_LEFT 2722 attribute DOM_KEY_LOCATION_LEFT
2723 attribute DOM_KEY_LOCATION_NUMPAD 2723 attribute DOM_KEY_LOCATION_NUMPAD
2724 attribute DOM_KEY_LOCATION_RIGHT 2724 attribute DOM_KEY_LOCATION_RIGHT
2725 attribute DOM_KEY_LOCATION_STANDARD 2725 attribute DOM_KEY_LOCATION_STANDARD
2726 getter altKey 2726 getter altKey
2727 getter charCode 2727 getter charCode
2728 getter code 2728 getter code
2729 getter ctrlKey 2729 getter ctrlKey
2730 getter keyCode 2730 getter keyCode
2731 getter keyIdentifier 2731 getter keyIdentifier
2732 getter keyLocation
2733 getter location 2732 getter location
2734 getter metaKey 2733 getter metaKey
2735 getter repeat 2734 getter repeat
2736 getter shiftKey 2735 getter shiftKey
2737 getter which 2736 getter which
2738 method constructor 2737 method constructor
2739 method getModifierState 2738 method getModifierState
2740 method initKeyboardEvent 2739 method initKeyboardEvent
2741 interface Location 2740 interface Location
2742 method constructor 2741 method constructor
(...skipping 3292 matching lines...) Expand 10 before | Expand all | Expand 10 after
6035 method stop 6034 method stop
6036 method webkitCancelAnimationFrame 6035 method webkitCancelAnimationFrame
6037 method webkitCancelRequestAnimationFrame 6036 method webkitCancelRequestAnimationFrame
6038 method webkitRequestAnimationFrame 6037 method webkitRequestAnimationFrame
6039 method webkitRequestFileSystem 6038 method webkitRequestFileSystem
6040 method webkitResolveLocalFileSystemURL 6039 method webkitResolveLocalFileSystemURL
6041 PASS successfullyParsed is true 6040 PASS successfullyParsed is true
6042 6041
6043 TEST COMPLETE 6042 TEST COMPLETE
6044 6043
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698