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

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

Issue 2579693005: Remove legacy constants on Event (Closed)
Patch Set: update newly imported wpt/dom/historical.html Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/constants.html » ('j') | 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 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 setter scrollTop 1010 setter scrollTop
1011 interface ErrorEvent : Event 1011 interface ErrorEvent : Event
1012 getter colno 1012 getter colno
1013 getter error 1013 getter error
1014 getter filename 1014 getter filename
1015 getter lineno 1015 getter lineno
1016 getter message 1016 getter message
1017 method constructor 1017 method constructor
1018 interface Event 1018 interface Event
1019 attribute AT_TARGET 1019 attribute AT_TARGET
1020 attribute BLUR
1021 attribute BUBBLING_PHASE 1020 attribute BUBBLING_PHASE
1022 attribute CAPTURING_PHASE 1021 attribute CAPTURING_PHASE
1023 attribute CHANGE
1024 attribute CLICK
1025 attribute DBLCLICK
1026 attribute DRAGDROP
1027 attribute FOCUS
1028 attribute KEYDOWN
1029 attribute KEYPRESS
1030 attribute KEYUP
1031 attribute MOUSEDOWN
1032 attribute MOUSEDRAG
1033 attribute MOUSEMOVE
1034 attribute MOUSEOUT
1035 attribute MOUSEOVER
1036 attribute MOUSEUP
1037 attribute NONE 1022 attribute NONE
1038 attribute SELECT
1039 getter bubbles 1023 getter bubbles
1040 getter cancelBubble 1024 getter cancelBubble
1041 getter cancelable 1025 getter cancelable
1042 getter currentTarget 1026 getter currentTarget
1043 getter defaultPrevented 1027 getter defaultPrevented
1044 getter eventPhase 1028 getter eventPhase
1045 getter path 1029 getter path
1046 getter returnValue 1030 getter returnValue
1047 getter srcElement 1031 getter srcElement
1048 getter target 1032 getter target
(...skipping 4761 matching lines...) Expand 10 before | Expand all | Expand 10 after
5810 method scrollBy 5794 method scrollBy
5811 method scrollTo 5795 method scrollTo
5812 method setInterval 5796 method setInterval
5813 method setTimeout 5797 method setTimeout
5814 method stop 5798 method stop
5815 method webkitCancelAnimationFrame 5799 method webkitCancelAnimationFrame
5816 method webkitCancelRequestAnimationFrame 5800 method webkitCancelRequestAnimationFrame
5817 method webkitRequestAnimationFrame 5801 method webkitRequestAnimationFrame
5818 This test documents all interface attributes and methods on the global window ob ject and element instances. 5802 This test documents all interface attributes and methods on the global window ob ject and element instances.
5819 TEST FINISHED 5803 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/constants.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698