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

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

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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 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 4075 matching lines...) Expand 10 before | Expand all | Expand 10 after
4086 getter numberOfItems 4086 getter numberOfItems
4087 method appendItem 4087 method appendItem
4088 method clear 4088 method clear
4089 method constructor 4089 method constructor
4090 method getItem 4090 method getItem
4091 method initialize 4091 method initialize
4092 method insertItemBefore 4092 method insertItemBefore
4093 method removeItem 4093 method removeItem
4094 method replaceItem 4094 method replaceItem
4095 interface SVGPathElement 4095 interface SVGPathElement
4096 getter animatedNormalizedPathSegList
4097 getter animatedPathSegList
4098 getter normalizedPathSegList
4099 getter pathLength 4096 getter pathLength
4100 getter pathSegList
4101 method constructor 4097 method constructor
4102 method createSVGPathSegArcAbs
4103 method createSVGPathSegArcRel
4104 method createSVGPathSegClosePath
4105 method createSVGPathSegCurvetoCubicAbs
4106 method createSVGPathSegCurvetoCubicRel
4107 method createSVGPathSegCurvetoCubicSmoothAbs
4108 method createSVGPathSegCurvetoCubicSmoothRel
4109 method createSVGPathSegCurvetoQuadraticAbs
4110 method createSVGPathSegCurvetoQuadraticRel
4111 method createSVGPathSegCurvetoQuadraticSmoothAbs
4112 method createSVGPathSegCurvetoQuadraticSmoothRel
4113 method createSVGPathSegLinetoAbs
4114 method createSVGPathSegLinetoHorizontalAbs
4115 method createSVGPathSegLinetoHorizontalRel
4116 method createSVGPathSegLinetoRel
4117 method createSVGPathSegLinetoVerticalAbs
4118 method createSVGPathSegLinetoVerticalRel
4119 method createSVGPathSegMovetoAbs
4120 method createSVGPathSegMovetoRel
4121 method getPathSegAtLength 4098 method getPathSegAtLength
4122 method getPointAtLength 4099 method getPointAtLength
4123 method getTotalLength 4100 method getTotalLength
4124 interface SVGPathSeg
4125 attribute PATHSEG_ARC_ABS
4126 attribute PATHSEG_ARC_REL
4127 attribute PATHSEG_CLOSEPATH
4128 attribute PATHSEG_CURVETO_CUBIC_ABS
4129 attribute PATHSEG_CURVETO_CUBIC_REL
4130 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
4131 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_REL
4132 attribute PATHSEG_CURVETO_QUADRATIC_ABS
4133 attribute PATHSEG_CURVETO_QUADRATIC_REL
4134 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
4135 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
4136 attribute PATHSEG_LINETO_ABS
4137 attribute PATHSEG_LINETO_HORIZONTAL_ABS
4138 attribute PATHSEG_LINETO_HORIZONTAL_REL
4139 attribute PATHSEG_LINETO_REL
4140 attribute PATHSEG_LINETO_VERTICAL_ABS
4141 attribute PATHSEG_LINETO_VERTICAL_REL
4142 attribute PATHSEG_MOVETO_ABS
4143 attribute PATHSEG_MOVETO_REL
4144 attribute PATHSEG_UNKNOWN
4145 getter pathSegType
4146 getter pathSegTypeAsLetter
4147 method constructor
4148 interface SVGPathSegArcAbs
4149 getter angle
4150 getter largeArcFlag
4151 getter r1
4152 getter r2
4153 getter sweepFlag
4154 getter x
4155 getter y
4156 method constructor
4157 setter angle
4158 setter largeArcFlag
4159 setter r1
4160 setter r2
4161 setter sweepFlag
4162 setter x
4163 setter y
4164 interface SVGPathSegArcRel
4165 getter angle
4166 getter largeArcFlag
4167 getter r1
4168 getter r2
4169 getter sweepFlag
4170 getter x
4171 getter y
4172 method constructor
4173 setter angle
4174 setter largeArcFlag
4175 setter r1
4176 setter r2
4177 setter sweepFlag
4178 setter x
4179 setter y
4180 interface SVGPathSegClosePath
4181 method constructor
4182 interface SVGPathSegCurvetoCubicAbs
4183 getter x
4184 getter x1
4185 getter x2
4186 getter y
4187 getter y1
4188 getter y2
4189 method constructor
4190 setter x
4191 setter x1
4192 setter x2
4193 setter y
4194 setter y1
4195 setter y2
4196 interface SVGPathSegCurvetoCubicRel
4197 getter x
4198 getter x1
4199 getter x2
4200 getter y
4201 getter y1
4202 getter y2
4203 method constructor
4204 setter x
4205 setter x1
4206 setter x2
4207 setter y
4208 setter y1
4209 setter y2
4210 interface SVGPathSegCurvetoCubicSmoothAbs
4211 getter x
4212 getter x2
4213 getter y
4214 getter y2
4215 method constructor
4216 setter x
4217 setter x2
4218 setter y
4219 setter y2
4220 interface SVGPathSegCurvetoCubicSmoothRel
4221 getter x
4222 getter x2
4223 getter y
4224 getter y2
4225 method constructor
4226 setter x
4227 setter x2
4228 setter y
4229 setter y2
4230 interface SVGPathSegCurvetoQuadraticAbs
4231 getter x
4232 getter x1
4233 getter y
4234 getter y1
4235 method constructor
4236 setter x
4237 setter x1
4238 setter y
4239 setter y1
4240 interface SVGPathSegCurvetoQuadraticRel
4241 getter x
4242 getter x1
4243 getter y
4244 getter y1
4245 method constructor
4246 setter x
4247 setter x1
4248 setter y
4249 setter y1
4250 interface SVGPathSegCurvetoQuadraticSmoothAbs
4251 getter x
4252 getter y
4253 method constructor
4254 setter x
4255 setter y
4256 interface SVGPathSegCurvetoQuadraticSmoothRel
4257 getter x
4258 getter y
4259 method constructor
4260 setter x
4261 setter y
4262 interface SVGPathSegLinetoAbs
4263 getter x
4264 getter y
4265 method constructor
4266 setter x
4267 setter y
4268 interface SVGPathSegLinetoHorizontalAbs
4269 getter x
4270 method constructor
4271 setter x
4272 interface SVGPathSegLinetoHorizontalRel
4273 getter x
4274 method constructor
4275 setter x
4276 interface SVGPathSegLinetoRel
4277 getter x
4278 getter y
4279 method constructor
4280 setter x
4281 setter y
4282 interface SVGPathSegLinetoVerticalAbs
4283 getter y
4284 method constructor
4285 setter y
4286 interface SVGPathSegLinetoVerticalRel
4287 getter y
4288 method constructor
4289 setter y
4290 interface SVGPathSegList
4291 getter length
4292 getter numberOfItems
4293 method appendItem
4294 method clear
4295 method constructor
4296 method getItem
4297 method initialize
4298 method insertItemBefore
4299 method removeItem
4300 method replaceItem
4301 interface SVGPathSegMovetoAbs
4302 getter x
4303 getter y
4304 method constructor
4305 setter x
4306 setter y
4307 interface SVGPathSegMovetoRel
4308 getter x
4309 getter y
4310 method constructor
4311 setter x
4312 setter y
4313 interface SVGPatternElement 4101 interface SVGPatternElement
4314 getter height 4102 getter height
4315 getter href 4103 getter href
4316 getter patternContentUnits 4104 getter patternContentUnits
4317 getter patternTransform 4105 getter patternTransform
4318 getter patternUnits 4106 getter patternUnits
4319 getter preserveAspectRatio 4107 getter preserveAspectRatio
4320 getter requiredExtensions 4108 getter requiredExtensions
4321 getter requiredFeatures 4109 getter requiredFeatures
4322 getter systemLanguage 4110 getter systemLanguage
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
6116 method stop 5904 method stop
6117 method webkitCancelAnimationFrame 5905 method webkitCancelAnimationFrame
6118 method webkitCancelRequestAnimationFrame 5906 method webkitCancelRequestAnimationFrame
6119 method webkitRequestAnimationFrame 5907 method webkitRequestAnimationFrame
6120 method webkitRequestFileSystem 5908 method webkitRequestFileSystem
6121 method webkitResolveLocalFileSystemURL 5909 method webkitResolveLocalFileSystemURL
6122 PASS successfullyParsed is true 5910 PASS successfullyParsed is true
6123 5911
6124 TEST COMPLETE 5912 TEST COMPLETE
6125 5913
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698