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

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

Issue 1676493002: Remove SVGZoomEvent and alias SVGZoomEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/dom/wrapper-classes.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 4350 matching lines...) Expand 10 before | Expand all | Expand 10 after
4361 getter preserveAspectRatioString 4361 getter preserveAspectRatioString
4362 getter transform 4362 getter transform
4363 getter transformString 4363 getter transformString
4364 getter viewBox 4364 getter viewBox
4365 getter viewBoxString 4365 getter viewBoxString
4366 getter viewTarget 4366 getter viewTarget
4367 getter viewTargetString 4367 getter viewTargetString
4368 getter zoomAndPan 4368 getter zoomAndPan
4369 method constructor 4369 method constructor
4370 setter zoomAndPan 4370 setter zoomAndPan
4371 interface SVGZoomEvent : UIEvent
4372 getter newScale
4373 getter newTranslate
4374 getter previousScale
4375 getter previousTranslate
4376 getter zoomRectScreen
4377 method constructor
4378 interface Screen 4371 interface Screen
4379 getter availHeight 4372 getter availHeight
4380 getter availLeft 4373 getter availLeft
4381 getter availTop 4374 getter availTop
4382 getter availWidth 4375 getter availWidth
4383 getter colorDepth 4376 getter colorDepth
4384 getter height 4377 getter height
4385 getter orientation 4378 getter orientation
4386 getter pixelDepth 4379 getter pixelDepth
4387 getter width 4380 getter width
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
5815 method scrollBy 5808 method scrollBy
5816 method scrollTo 5809 method scrollTo
5817 method setInterval 5810 method setInterval
5818 method setTimeout 5811 method setTimeout
5819 method stop 5812 method stop
5820 method webkitCancelAnimationFrame 5813 method webkitCancelAnimationFrame
5821 method webkitCancelRequestAnimationFrame 5814 method webkitCancelRequestAnimationFrame
5822 method webkitRequestAnimationFrame 5815 method webkitRequestAnimationFrame
5823 This test documents all interface attributes and methods on the global window ob ject and element instances. 5816 This test documents all interface attributes and methods on the global window ob ject and element instances.
5824 TEST FINISHED 5817 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/wrapper-classes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698