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

Side by Side Diff: android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt

Issue 1346153003: Add getModifierState to the MouseEvent for android_webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [INTERFACES] 1 [INTERFACES]
2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead. 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead.
3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead. 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead.
5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead.
6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead.
7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead.
8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead.
9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead.
(...skipping 2928 matching lines...) Expand 10 before | Expand all | Expand 10 after
2939 getter screenX 2939 getter screenX
2940 getter screenY 2940 getter screenY
2941 getter shiftKey 2941 getter shiftKey
2942 getter toElement 2942 getter toElement
2943 getter webkitMovementX 2943 getter webkitMovementX
2944 getter webkitMovementY 2944 getter webkitMovementY
2945 getter which 2945 getter which
2946 getter x 2946 getter x
2947 getter y 2947 getter y
2948 method constructor 2948 method constructor
2949 method getModifierState
2949 method initMouseEvent 2950 method initMouseEvent
2950 interface MutationEvent 2951 interface MutationEvent
2951 attribute ADDITION 2952 attribute ADDITION
2952 attribute MODIFICATION 2953 attribute MODIFICATION
2953 attribute REMOVAL 2954 attribute REMOVAL
2954 getter attrChange 2955 getter attrChange
2955 getter attrName 2956 getter attrName
2956 getter newValue 2957 getter newValue
2957 getter prevValue 2958 getter prevValue
2958 getter relatedNode 2959 getter relatedNode
(...skipping 2943 matching lines...) Expand 10 before | Expand all | Expand 10 after
5902 setter hostname 5903 setter hostname
5903 setter href 5904 setter href
5904 setter password 5905 setter password
5905 setter pathname 5906 setter pathname
5906 setter port 5907 setter port
5907 setter protocol 5908 setter protocol
5908 setter search 5909 setter search
5909 setter username 5910 setter username
5910 This test documents all interface attributes and methods on the global window ob ject and element instances. 5911 This test documents all interface attributes and methods on the global window ob ject and element instances.
5911 TEST FINISHED 5912 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698