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

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

Powered by Google App Engine
This is Rietveld 408576698