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

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

Issue 2454073005: Add isComposing support for KeyboardEvents (Closed)
Patch Set: Fix windows and linux Created 4 years, 1 month 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: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 3638 matching lines...) Expand 10 before | Expand all | Expand 10 after
3649 interface KeyboardEvent : UIEvent 3649 interface KeyboardEvent : UIEvent
3650 attribute @@toStringTag 3650 attribute @@toStringTag
3651 attribute DOM_KEY_LOCATION_LEFT 3651 attribute DOM_KEY_LOCATION_LEFT
3652 attribute DOM_KEY_LOCATION_NUMPAD 3652 attribute DOM_KEY_LOCATION_NUMPAD
3653 attribute DOM_KEY_LOCATION_RIGHT 3653 attribute DOM_KEY_LOCATION_RIGHT
3654 attribute DOM_KEY_LOCATION_STANDARD 3654 attribute DOM_KEY_LOCATION_STANDARD
3655 getter altKey 3655 getter altKey
3656 getter charCode 3656 getter charCode
3657 getter code 3657 getter code
3658 getter ctrlKey 3658 getter ctrlKey
3659 getter isComposing
3659 getter key 3660 getter key
3660 getter keyCode 3661 getter keyCode
3661 getter location 3662 getter location
3662 getter metaKey 3663 getter metaKey
3663 getter repeat 3664 getter repeat
3664 getter shiftKey 3665 getter shiftKey
3665 getter which 3666 getter which
3666 method constructor 3667 method constructor
3667 method getModifierState 3668 method getModifierState
3668 method initKeyboardEvent 3669 method initKeyboardEvent
(...skipping 5148 matching lines...) Expand 10 before | Expand all | Expand 10 after
8817 method stop 8818 method stop
8818 method webkitCancelAnimationFrame 8819 method webkitCancelAnimationFrame
8819 method webkitCancelRequestAnimationFrame 8820 method webkitCancelRequestAnimationFrame
8820 method webkitRequestAnimationFrame 8821 method webkitRequestAnimationFrame
8821 method webkitRequestFileSystem 8822 method webkitRequestFileSystem
8822 method webkitResolveLocalFileSystemURL 8823 method webkitResolveLocalFileSystemURL
8823 PASS successfullyParsed is true 8824 PASS successfullyParsed is true
8824 8825
8825 TEST COMPLETE 8826 TEST COMPLETE
8826 8827
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698