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

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

Issue 2522443002: Remove SVGCursorElement (Closed)
Patch Set: Rebase 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/events/mouse-cursor.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 3494 matching lines...) Expand 10 before | Expand all | Expand 10 after
3505 attribute SVG_FECOMPONENTTRANSFER_TYPE_TABLE 3505 attribute SVG_FECOMPONENTTRANSFER_TYPE_TABLE
3506 attribute SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN 3506 attribute SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
3507 getter amplitude 3507 getter amplitude
3508 getter exponent 3508 getter exponent
3509 getter intercept 3509 getter intercept
3510 getter offset 3510 getter offset
3511 getter slope 3511 getter slope
3512 getter tableValues 3512 getter tableValues
3513 getter type 3513 getter type
3514 method constructor 3514 method constructor
3515 interface SVGCursorElement : SVGElement
3516 getter href
3517 getter requiredExtensions
3518 getter requiredFeatures
3519 getter systemLanguage
3520 getter x
3521 getter y
3522 method constructor
3523 interface SVGDefsElement : SVGGraphicsElement 3515 interface SVGDefsElement : SVGGraphicsElement
3524 method constructor 3516 method constructor
3525 interface SVGDescElement : SVGElement 3517 interface SVGDescElement : SVGElement
3526 method constructor 3518 method constructor
3527 interface SVGDiscardElement : SVGElement 3519 interface SVGDiscardElement : SVGElement
3528 method constructor 3520 method constructor
3529 interface SVGElement : Element 3521 interface SVGElement : Element
3530 getter className 3522 getter className
3531 getter offsetHeight 3523 getter offsetHeight
3532 getter offsetLeft 3524 getter offsetLeft
(...skipping 2292 matching lines...) Expand 10 before | Expand all | Expand 10 after
5825 method scrollBy 5817 method scrollBy
5826 method scrollTo 5818 method scrollTo
5827 method setInterval 5819 method setInterval
5828 method setTimeout 5820 method setTimeout
5829 method stop 5821 method stop
5830 method webkitCancelAnimationFrame 5822 method webkitCancelAnimationFrame
5831 method webkitCancelRequestAnimationFrame 5823 method webkitCancelRequestAnimationFrame
5832 method webkitRequestAnimationFrame 5824 method webkitRequestAnimationFrame
5833 This test documents all interface attributes and methods on the global window ob ject and element instances. 5825 This test documents all interface attributes and methods on the global window ob ject and element instances.
5834 TEST FINISHED 5826 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/mouse-cursor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698