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

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

Issue 2182183003: Remove |TouchEvent.initTouchEvent()| in M54 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | third_party/WebKit/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt » ('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 4628 matching lines...) Expand 10 before | Expand all | Expand 10 after
4639 method constructor 4639 method constructor
4640 interface TouchEvent : UIEvent 4640 interface TouchEvent : UIEvent
4641 getter altKey 4641 getter altKey
4642 getter changedTouches 4642 getter changedTouches
4643 getter ctrlKey 4643 getter ctrlKey
4644 getter metaKey 4644 getter metaKey
4645 getter shiftKey 4645 getter shiftKey
4646 getter targetTouches 4646 getter targetTouches
4647 getter touches 4647 getter touches
4648 method constructor 4648 method constructor
4649 method initTouchEvent
4650 interface TouchList 4649 interface TouchList
4651 getter length 4650 getter length
4652 method constructor 4651 method constructor
4653 method item 4652 method item
4654 interface TrackEvent : Event 4653 interface TrackEvent : Event
4655 getter track 4654 getter track
4656 method constructor 4655 method constructor
4657 interface TransitionEvent : Event 4656 interface TransitionEvent : Event
4658 getter elapsedTime 4657 getter elapsedTime
4659 getter propertyName 4658 getter propertyName
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
5842 method scrollBy 5841 method scrollBy
5843 method scrollTo 5842 method scrollTo
5844 method setInterval 5843 method setInterval
5845 method setTimeout 5844 method setTimeout
5846 method stop 5845 method stop
5847 method webkitCancelAnimationFrame 5846 method webkitCancelAnimationFrame
5848 method webkitCancelRequestAnimationFrame 5847 method webkitCancelRequestAnimationFrame
5849 method webkitRequestAnimationFrame 5848 method webkitRequestAnimationFrame
5850 This test documents all interface attributes and methods on the global window ob ject and element instances. 5849 This test documents all interface attributes and methods on the global window ob ject and element instances.
5851 TEST FINISHED 5850 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698