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

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

Issue 2728963004: Remove non-standard DeviceOrientation Event initializers. (Closed)
Patch Set: Rebased. Created 3 years, 9 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/device_orientation/motion/optional-event-properties.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 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 method setUint8 608 method setUint8
609 interface DelayNode : AudioNode 609 interface DelayNode : AudioNode
610 getter delayTime 610 getter delayTime
611 method constructor 611 method constructor
612 interface DeviceMotionEvent : Event 612 interface DeviceMotionEvent : Event
613 getter acceleration 613 getter acceleration
614 getter accelerationIncludingGravity 614 getter accelerationIncludingGravity
615 getter interval 615 getter interval
616 getter rotationRate 616 getter rotationRate
617 method constructor 617 method constructor
618 method initDeviceMotionEvent
619 interface DeviceOrientationEvent : Event 618 interface DeviceOrientationEvent : Event
620 getter absolute 619 getter absolute
621 getter alpha 620 getter alpha
622 getter beta 621 getter beta
623 getter gamma 622 getter gamma
624 method constructor 623 method constructor
625 method initDeviceOrientationEvent
626 interface Document : Node 624 interface Document : Node
627 getter URL 625 getter URL
628 getter activeElement 626 getter activeElement
629 getter anchors 627 getter anchors
630 getter applets 628 getter applets
631 getter body 629 getter body
632 getter characterSet 630 getter characterSet
633 getter charset 631 getter charset
634 getter childElementCount 632 getter childElementCount
635 getter children 633 getter children
(...skipping 5154 matching lines...) Expand 10 before | Expand all | Expand 10 after
5790 method scrollBy 5788 method scrollBy
5791 method scrollTo 5789 method scrollTo
5792 method setInterval 5790 method setInterval
5793 method setTimeout 5791 method setTimeout
5794 method stop 5792 method stop
5795 method webkitCancelAnimationFrame 5793 method webkitCancelAnimationFrame
5796 method webkitCancelRequestAnimationFrame 5794 method webkitCancelRequestAnimationFrame
5797 method webkitRequestAnimationFrame 5795 method webkitRequestAnimationFrame
5798 This test documents all interface attributes and methods on the global window ob ject and element instances. 5796 This test documents all interface attributes and methods on the global window ob ject and element instances.
5799 TEST FINISHED 5797 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/device_orientation/motion/optional-event-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698