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

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

Issue 2133983003: Remove SVGZoomEvent interface and onzoom attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 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/event-creation.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 4359 matching lines...) Expand 10 before | Expand all | Expand 10 after
4370 getter preserveAspectRatioString 4370 getter preserveAspectRatioString
4371 getter transform 4371 getter transform
4372 getter transformString 4372 getter transformString
4373 getter viewBox 4373 getter viewBox
4374 getter viewBoxString 4374 getter viewBoxString
4375 getter viewTarget 4375 getter viewTarget
4376 getter viewTargetString 4376 getter viewTargetString
4377 getter zoomAndPan 4377 getter zoomAndPan
4378 method constructor 4378 method constructor
4379 setter zoomAndPan 4379 setter zoomAndPan
4380 interface SVGZoomEvent : UIEvent
4381 getter newScale
4382 getter newTranslate
4383 getter previousScale
4384 getter previousTranslate
4385 getter zoomRectScreen
4386 method constructor
4387 interface Screen 4380 interface Screen
4388 getter availHeight 4381 getter availHeight
4389 getter availLeft 4382 getter availLeft
4390 getter availTop 4383 getter availTop
4391 getter availWidth 4384 getter availWidth
4392 getter colorDepth 4385 getter colorDepth
4393 getter height 4386 getter height
4394 getter orientation 4387 getter orientation
4395 getter pixelDepth 4388 getter pixelDepth
4396 getter width 4389 getter width
(...skipping 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
5849 method scrollBy 5842 method scrollBy
5850 method scrollTo 5843 method scrollTo
5851 method setInterval 5844 method setInterval
5852 method setTimeout 5845 method setTimeout
5853 method stop 5846 method stop
5854 method webkitCancelAnimationFrame 5847 method webkitCancelAnimationFrame
5855 method webkitCancelRequestAnimationFrame 5848 method webkitCancelRequestAnimationFrame
5856 method webkitRequestAnimationFrame 5849 method webkitRequestAnimationFrame
5857 This test documents all interface attributes and methods on the global window ob ject and element instances. 5850 This test documents all interface attributes and methods on the global window ob ject and element instances.
5858 TEST FINISHED 5851 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/event-creation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698