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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1374233003: Remove SVGSVGElement.pixelUnitToMillimeterX and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 4892 matching lines...) Expand 10 before | Expand all | Expand 10 after
4903 getter y 4903 getter y
4904 method constructor 4904 method constructor
4905 interface SVGSVGElement 4905 interface SVGSVGElement
4906 attribute SVG_ZOOMANDPAN_DISABLE 4906 attribute SVG_ZOOMANDPAN_DISABLE
4907 attribute SVG_ZOOMANDPAN_MAGNIFY 4907 attribute SVG_ZOOMANDPAN_MAGNIFY
4908 attribute SVG_ZOOMANDPAN_UNKNOWN 4908 attribute SVG_ZOOMANDPAN_UNKNOWN
4909 getter currentScale 4909 getter currentScale
4910 getter currentTranslate 4910 getter currentTranslate
4911 getter currentView 4911 getter currentView
4912 getter height 4912 getter height
4913 getter pixelUnitToMillimeterX
4914 getter pixelUnitToMillimeterY
4915 getter preserveAspectRatio 4913 getter preserveAspectRatio
4916 getter screenPixelToMillimeterX
4917 getter screenPixelToMillimeterY
4918 getter useCurrentView 4914 getter useCurrentView
4919 getter viewBox 4915 getter viewBox
4920 getter viewport 4916 getter viewport
4921 getter width 4917 getter width
4922 getter x 4918 getter x
4923 getter y 4919 getter y
4924 getter zoomAndPan 4920 getter zoomAndPan
4925 method animationsPaused 4921 method animationsPaused
4926 method checkEnclosure 4922 method checkEnclosure
4927 method checkIntersection 4923 method checkIntersection
(...skipping 1887 matching lines...) Expand 10 before | Expand all | Expand 10 after
6815 method stop 6811 method stop
6816 method webkitCancelAnimationFrame 6812 method webkitCancelAnimationFrame
6817 method webkitCancelRequestAnimationFrame 6813 method webkitCancelRequestAnimationFrame
6818 method webkitRequestAnimationFrame 6814 method webkitRequestAnimationFrame
6819 method webkitRequestFileSystem 6815 method webkitRequestFileSystem
6820 method webkitResolveLocalFileSystemURL 6816 method webkitResolveLocalFileSystemURL
6821 PASS successfullyParsed is true 6817 PASS successfullyParsed is true
6822 6818
6823 TEST COMPLETE 6819 TEST COMPLETE
6824 6820
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698