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

Side by Side Diff: android_webview/tools/WebViewShell/test/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: More expectation updates. 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 [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 4008 matching lines...) Expand 10 before | Expand all | Expand 10 after
4019 getter numberOfItems 4019 getter numberOfItems
4020 method appendItem 4020 method appendItem
4021 method clear 4021 method clear
4022 method constructor 4022 method constructor
4023 method getItem 4023 method getItem
4024 method initialize 4024 method initialize
4025 method insertItemBefore 4025 method insertItemBefore
4026 method removeItem 4026 method removeItem
4027 method replaceItem 4027 method replaceItem
4028 interface SVGPathElement 4028 interface SVGPathElement
4029 getter animatedNormalizedPathSegList
4030 getter animatedPathSegList
4031 getter normalizedPathSegList
4032 getter pathLength 4029 getter pathLength
4033 getter pathSegList
4034 method constructor 4030 method constructor
4035 method createSVGPathSegArcAbs
4036 method createSVGPathSegArcRel
4037 method createSVGPathSegClosePath
4038 method createSVGPathSegCurvetoCubicAbs
4039 method createSVGPathSegCurvetoCubicRel
4040 method createSVGPathSegCurvetoCubicSmoothAbs
4041 method createSVGPathSegCurvetoCubicSmoothRel
4042 method createSVGPathSegCurvetoQuadraticAbs
4043 method createSVGPathSegCurvetoQuadraticRel
4044 method createSVGPathSegCurvetoQuadraticSmoothAbs
4045 method createSVGPathSegCurvetoQuadraticSmoothRel
4046 method createSVGPathSegLinetoAbs
4047 method createSVGPathSegLinetoHorizontalAbs
4048 method createSVGPathSegLinetoHorizontalRel
4049 method createSVGPathSegLinetoRel
4050 method createSVGPathSegLinetoVerticalAbs
4051 method createSVGPathSegLinetoVerticalRel
4052 method createSVGPathSegMovetoAbs
4053 method createSVGPathSegMovetoRel
4054 method getPathSegAtLength 4031 method getPathSegAtLength
4055 method getPointAtLength 4032 method getPointAtLength
4056 method getTotalLength 4033 method getTotalLength
4057 interface SVGPathSeg
4058 attribute PATHSEG_ARC_ABS
4059 attribute PATHSEG_ARC_REL
4060 attribute PATHSEG_CLOSEPATH
4061 attribute PATHSEG_CURVETO_CUBIC_ABS
4062 attribute PATHSEG_CURVETO_CUBIC_REL
4063 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
4064 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_REL
4065 attribute PATHSEG_CURVETO_QUADRATIC_ABS
4066 attribute PATHSEG_CURVETO_QUADRATIC_REL
4067 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
4068 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
4069 attribute PATHSEG_LINETO_ABS
4070 attribute PATHSEG_LINETO_HORIZONTAL_ABS
4071 attribute PATHSEG_LINETO_HORIZONTAL_REL
4072 attribute PATHSEG_LINETO_REL
4073 attribute PATHSEG_LINETO_VERTICAL_ABS
4074 attribute PATHSEG_LINETO_VERTICAL_REL
4075 attribute PATHSEG_MOVETO_ABS
4076 attribute PATHSEG_MOVETO_REL
4077 attribute PATHSEG_UNKNOWN
4078 getter pathSegType
4079 getter pathSegTypeAsLetter
4080 method constructor
4081 interface SVGPathSegArcAbs
4082 getter angle
4083 getter largeArcFlag
4084 getter r1
4085 getter r2
4086 getter sweepFlag
4087 getter x
4088 getter y
4089 method constructor
4090 setter angle
4091 setter largeArcFlag
4092 setter r1
4093 setter r2
4094 setter sweepFlag
4095 setter x
4096 setter y
4097 interface SVGPathSegArcRel
4098 getter angle
4099 getter largeArcFlag
4100 getter r1
4101 getter r2
4102 getter sweepFlag
4103 getter x
4104 getter y
4105 method constructor
4106 setter angle
4107 setter largeArcFlag
4108 setter r1
4109 setter r2
4110 setter sweepFlag
4111 setter x
4112 setter y
4113 interface SVGPathSegClosePath
4114 method constructor
4115 interface SVGPathSegCurvetoCubicAbs
4116 getter x
4117 getter x1
4118 getter x2
4119 getter y
4120 getter y1
4121 getter y2
4122 method constructor
4123 setter x
4124 setter x1
4125 setter x2
4126 setter y
4127 setter y1
4128 setter y2
4129 interface SVGPathSegCurvetoCubicRel
4130 getter x
4131 getter x1
4132 getter x2
4133 getter y
4134 getter y1
4135 getter y2
4136 method constructor
4137 setter x
4138 setter x1
4139 setter x2
4140 setter y
4141 setter y1
4142 setter y2
4143 interface SVGPathSegCurvetoCubicSmoothAbs
4144 getter x
4145 getter x2
4146 getter y
4147 getter y2
4148 method constructor
4149 setter x
4150 setter x2
4151 setter y
4152 setter y2
4153 interface SVGPathSegCurvetoCubicSmoothRel
4154 getter x
4155 getter x2
4156 getter y
4157 getter y2
4158 method constructor
4159 setter x
4160 setter x2
4161 setter y
4162 setter y2
4163 interface SVGPathSegCurvetoQuadraticAbs
4164 getter x
4165 getter x1
4166 getter y
4167 getter y1
4168 method constructor
4169 setter x
4170 setter x1
4171 setter y
4172 setter y1
4173 interface SVGPathSegCurvetoQuadraticRel
4174 getter x
4175 getter x1
4176 getter y
4177 getter y1
4178 method constructor
4179 setter x
4180 setter x1
4181 setter y
4182 setter y1
4183 interface SVGPathSegCurvetoQuadraticSmoothAbs
4184 getter x
4185 getter y
4186 method constructor
4187 setter x
4188 setter y
4189 interface SVGPathSegCurvetoQuadraticSmoothRel
4190 getter x
4191 getter y
4192 method constructor
4193 setter x
4194 setter y
4195 interface SVGPathSegLinetoAbs
4196 getter x
4197 getter y
4198 method constructor
4199 setter x
4200 setter y
4201 interface SVGPathSegLinetoHorizontalAbs
4202 getter x
4203 method constructor
4204 setter x
4205 interface SVGPathSegLinetoHorizontalRel
4206 getter x
4207 method constructor
4208 setter x
4209 interface SVGPathSegLinetoRel
4210 getter x
4211 getter y
4212 method constructor
4213 setter x
4214 setter y
4215 interface SVGPathSegLinetoVerticalAbs
4216 getter y
4217 method constructor
4218 setter y
4219 interface SVGPathSegLinetoVerticalRel
4220 getter y
4221 method constructor
4222 setter y
4223 interface SVGPathSegList
4224 getter length
4225 getter numberOfItems
4226 method appendItem
4227 method clear
4228 method constructor
4229 method getItem
4230 method initialize
4231 method insertItemBefore
4232 method removeItem
4233 method replaceItem
4234 interface SVGPathSegMovetoAbs
4235 getter x
4236 getter y
4237 method constructor
4238 setter x
4239 setter y
4240 interface SVGPathSegMovetoRel
4241 getter x
4242 getter y
4243 method constructor
4244 setter x
4245 setter y
4246 interface SVGPatternElement 4034 interface SVGPatternElement
4247 getter height 4035 getter height
4248 getter href 4036 getter href
4249 getter patternContentUnits 4037 getter patternContentUnits
4250 getter patternTransform 4038 getter patternTransform
4251 getter patternUnits 4039 getter patternUnits
4252 getter preserveAspectRatio 4040 getter preserveAspectRatio
4253 getter requiredExtensions 4041 getter requiredExtensions
4254 getter requiredFeatures 4042 getter requiredFeatures
4255 getter systemLanguage 4043 getter systemLanguage
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
5932 method scrollBy 5720 method scrollBy
5933 method scrollTo 5721 method scrollTo
5934 method setInterval 5722 method setInterval
5935 method setTimeout 5723 method setTimeout
5936 method stop 5724 method stop
5937 method webkitCancelAnimationFrame 5725 method webkitCancelAnimationFrame
5938 method webkitCancelRequestAnimationFrame 5726 method webkitCancelRequestAnimationFrame
5939 method webkitRequestAnimationFrame 5727 method webkitRequestAnimationFrame
5940 This test documents all interface attributes and methods on the global window ob ject and element instances. 5728 This test documents all interface attributes and methods on the global window ob ject and element instances.
5941 TEST FINISHED 5729 TEST FINISHED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698