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

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

Issue 2485113002: Remove currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed)
Patch Set: rebased Created 4 years, 1 month 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
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 4180 matching lines...) Expand 10 before | Expand all | Expand 10 after
4191 getter width 4191 getter width
4192 getter x 4192 getter x
4193 getter y 4193 getter y
4194 method constructor 4194 method constructor
4195 interface SVGSVGElement : SVGGraphicsElement 4195 interface SVGSVGElement : SVGGraphicsElement
4196 attribute SVG_ZOOMANDPAN_DISABLE 4196 attribute SVG_ZOOMANDPAN_DISABLE
4197 attribute SVG_ZOOMANDPAN_MAGNIFY 4197 attribute SVG_ZOOMANDPAN_MAGNIFY
4198 attribute SVG_ZOOMANDPAN_UNKNOWN 4198 attribute SVG_ZOOMANDPAN_UNKNOWN
4199 getter currentScale 4199 getter currentScale
4200 getter currentTranslate 4200 getter currentTranslate
4201 getter currentView
4202 getter height 4201 getter height
4203 getter preserveAspectRatio 4202 getter preserveAspectRatio
4204 getter useCurrentView
4205 getter viewBox 4203 getter viewBox
4206 getter width 4204 getter width
4207 getter x 4205 getter x
4208 getter y 4206 getter y
4209 getter zoomAndPan 4207 getter zoomAndPan
4210 method animationsPaused 4208 method animationsPaused
4211 method checkEnclosure 4209 method checkEnclosure
4212 method checkIntersection 4210 method checkIntersection
4213 method constructor 4211 method constructor
4214 method createSVGAngle 4212 method createSVGAngle
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
4358 interface SVGViewElement : SVGElement 4356 interface SVGViewElement : SVGElement
4359 attribute SVG_ZOOMANDPAN_DISABLE 4357 attribute SVG_ZOOMANDPAN_DISABLE
4360 attribute SVG_ZOOMANDPAN_MAGNIFY 4358 attribute SVG_ZOOMANDPAN_MAGNIFY
4361 attribute SVG_ZOOMANDPAN_UNKNOWN 4359 attribute SVG_ZOOMANDPAN_UNKNOWN
4362 getter preserveAspectRatio 4360 getter preserveAspectRatio
4363 getter viewBox 4361 getter viewBox
4364 getter viewTarget 4362 getter viewTarget
4365 getter zoomAndPan 4363 getter zoomAndPan
4366 method constructor 4364 method constructor
4367 setter zoomAndPan 4365 setter zoomAndPan
4368 interface SVGViewSpec
4369 attribute SVG_ZOOMANDPAN_DISABLE
4370 attribute SVG_ZOOMANDPAN_MAGNIFY
4371 attribute SVG_ZOOMANDPAN_UNKNOWN
4372 getter preserveAspectRatio
4373 getter preserveAspectRatioString
4374 getter transform
4375 getter transformString
4376 getter viewBox
4377 getter viewBoxString
4378 getter viewTarget
4379 getter viewTargetString
4380 getter zoomAndPan
4381 method constructor
4382 setter zoomAndPan
4383 interface Screen 4366 interface Screen
4384 getter availHeight 4367 getter availHeight
4385 getter availLeft 4368 getter availLeft
4386 getter availTop 4369 getter availTop
4387 getter availWidth 4370 getter availWidth
4388 getter colorDepth 4371 getter colorDepth
4389 getter height 4372 getter height
4390 getter orientation 4373 getter orientation
4391 getter pixelDepth 4374 getter pixelDepth
4392 getter width 4375 getter width
(...skipping 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
5845 method scrollBy 5828 method scrollBy
5846 method scrollTo 5829 method scrollTo
5847 method setInterval 5830 method setInterval
5848 method setTimeout 5831 method setTimeout
5849 method stop 5832 method stop
5850 method webkitCancelAnimationFrame 5833 method webkitCancelAnimationFrame
5851 method webkitCancelRequestAnimationFrame 5834 method webkitCancelRequestAnimationFrame
5852 method webkitRequestAnimationFrame 5835 method webkitRequestAnimationFrame
5853 This test documents all interface attributes and methods on the global window ob ject and element instances. 5836 This test documents all interface attributes and methods on the global window ob ject and element instances.
5854 TEST FINISHED 5837 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698