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

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

Issue 2323653002: Remove SVGSVGElement.viewport attribute (Closed)
Patch Set: rebased Created 4 years, 3 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/svg/custom/detached-outermost-svg-crash-expected.txt » ('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 4185 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 4201 getter currentView
4202 getter height 4202 getter height
4203 getter preserveAspectRatio 4203 getter preserveAspectRatio
4204 getter useCurrentView 4204 getter useCurrentView
4205 getter viewBox 4205 getter viewBox
4206 getter viewport
4207 getter width 4206 getter width
4208 getter x 4207 getter x
4209 getter y 4208 getter y
4210 getter zoomAndPan 4209 getter zoomAndPan
4211 method animationsPaused 4210 method animationsPaused
4212 method checkEnclosure 4211 method checkEnclosure
4213 method checkIntersection 4212 method checkIntersection
4214 method constructor 4213 method constructor
4215 method createSVGAngle 4214 method createSVGAngle
4216 method createSVGLength 4215 method createSVGLength
(...skipping 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after
5845 method scrollBy 5844 method scrollBy
5846 method scrollTo 5845 method scrollTo
5847 method setInterval 5846 method setInterval
5848 method setTimeout 5847 method setTimeout
5849 method stop 5848 method stop
5850 method webkitCancelAnimationFrame 5849 method webkitCancelAnimationFrame
5851 method webkitCancelRequestAnimationFrame 5850 method webkitCancelRequestAnimationFrame
5852 method webkitRequestAnimationFrame 5851 method webkitRequestAnimationFrame
5853 This test documents all interface attributes and methods on the global window ob ject and element instances. 5852 This test documents all interface attributes and methods on the global window ob ject and element instances.
5854 TEST FINISHED 5853 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/detached-outermost-svg-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698