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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 4379 matching lines...) Expand 10 before | Expand all | Expand 10 after
4390 getter y 4390 getter y
4391 method constructor 4391 method constructor
4392 interface SVGSVGElement 4392 interface SVGSVGElement
4393 attribute SVG_ZOOMANDPAN_DISABLE 4393 attribute SVG_ZOOMANDPAN_DISABLE
4394 attribute SVG_ZOOMANDPAN_MAGNIFY 4394 attribute SVG_ZOOMANDPAN_MAGNIFY
4395 attribute SVG_ZOOMANDPAN_UNKNOWN 4395 attribute SVG_ZOOMANDPAN_UNKNOWN
4396 getter currentScale 4396 getter currentScale
4397 getter currentTranslate 4397 getter currentTranslate
4398 getter currentView 4398 getter currentView
4399 getter height 4399 getter height
4400 getter pixelUnitToMillimeterX
4401 getter pixelUnitToMillimeterY
4402 getter preserveAspectRatio 4400 getter preserveAspectRatio
4403 getter screenPixelToMillimeterX
4404 getter screenPixelToMillimeterY
4405 getter useCurrentView 4401 getter useCurrentView
4406 getter viewBox 4402 getter viewBox
4407 getter viewport 4403 getter viewport
4408 getter width 4404 getter width
4409 getter x 4405 getter x
4410 getter y 4406 getter y
4411 getter zoomAndPan 4407 getter zoomAndPan
4412 method animationsPaused 4408 method animationsPaused
4413 method checkEnclosure 4409 method checkEnclosure
4414 method checkIntersection 4410 method checkIntersection
(...skipping 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after
6106 method stop 6102 method stop
6107 method webkitCancelAnimationFrame 6103 method webkitCancelAnimationFrame
6108 method webkitCancelRequestAnimationFrame 6104 method webkitCancelRequestAnimationFrame
6109 method webkitRequestAnimationFrame 6105 method webkitRequestAnimationFrame
6110 method webkitRequestFileSystem 6106 method webkitRequestFileSystem
6111 method webkitResolveLocalFileSystemURL 6107 method webkitResolveLocalFileSystemURL
6112 PASS successfullyParsed is true 6108 PASS successfullyParsed is true
6113 6109
6114 TEST COMPLETE 6110 TEST COMPLETE
6115 6111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698