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

Side by Side Diff: Source/core/css/CSSProperties.in

Issue 212563007: Revert of Add runtime feature and property names for unprefixed CSS Transforms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert three patches Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // FIXME: When we have all the properties using the new StyleBuilder, we 1 // FIXME: When we have all the properties using the new StyleBuilder, we
2 // should use this for make_css_property_names.py 2 // should use this for make_css_property_names.py
3 // Note: Mandatory blank line to skip parameter parsing phase 3 // Note: Mandatory blank line to skip parameter parsing phase
4 4
5 align-content 5 align-content
6 background-attachment custom_all 6 background-attachment custom_all
7 background-blend-mode custom_all 7 background-blend-mode custom_all
8 background-clip custom_all 8 background-clip custom_all
9 background-color custom_all 9 background-color custom_all
10 background-image custom_all 10 background-image custom_all
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 -webkit-animation-delay custom_all 148 -webkit-animation-delay custom_all
149 -webkit-animation-direction custom_all 149 -webkit-animation-direction custom_all
150 -webkit-animation-duration custom_all 150 -webkit-animation-duration custom_all
151 -webkit-animation-fillMode custom_all 151 -webkit-animation-fillMode custom_all
152 -webkit-animation-iteration-count custom_all 152 -webkit-animation-iteration-count custom_all
153 -webkit-animation-name custom_all 153 -webkit-animation-name custom_all
154 -webkit-animation-play-state custom_all 154 -webkit-animation-play-state custom_all
155 -webkit-animation-timing-function custom_all 155 -webkit-animation-timing-function custom_all
156 -webkit-appearance type_name=ControlPart 156 -webkit-appearance type_name=ControlPart
157 -webkit-aspect-ratio custom_all 157 -webkit-aspect-ratio custom_all
158 backface-visibility
159 -webkit-backface-visibility 158 -webkit-backface-visibility
160 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip 159 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip
161 -webkit-background-composite custom_all 160 -webkit-background-composite custom_all
162 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin 161 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin
163 -webkit-background-size use_handlers_for=CSSPropertyBackgroundSize 162 -webkit-background-size use_handlers_for=CSSPropertyBackgroundSize
164 -webkit-border-fit 163 -webkit-border-fit
165 -webkit-border-horizontal-spacing type_name=short, name_for_methods=HorizontalBo rderSpacing, converter=convertComputedLength<short> 164 -webkit-border-horizontal-spacing type_name=short, name_for_methods=HorizontalBo rderSpacing, converter=convertComputedLength<short>
166 -webkit-border-image initial=initialNinePieceImage, custom_value 165 -webkit-border-image initial=initialNinePieceImage, custom_value
167 -webkit-border-vertical-spacing type_name=short, name_for_methods=VerticalBorder Spacing, converter=convertComputedLength<short> 166 -webkit-border-vertical-spacing type_name=short, name_for_methods=VerticalBorder Spacing, converter=convertComputedLength<short>
168 -webkit-box-align type_name=EBoxAlignment 167 -webkit-box-align type_name=EBoxAlignment
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 -webkit-text-emphasis-color custom_all 226 -webkit-text-emphasis-color custom_all
228 -webkit-text-emphasis-position type_name=TextEmphasisPosition 227 -webkit-text-emphasis-position type_name=TextEmphasisPosition
229 -webkit-text-emphasis-style custom_all 228 -webkit-text-emphasis-style custom_all
230 -webkit-text-fill-color custom_all 229 -webkit-text-fill-color custom_all
231 -webkit-text-security 230 -webkit-text-security
232 -webkit-text-stroke-color custom_all 231 -webkit-text-stroke-color custom_all
233 text-underline-position custom_value 232 text-underline-position custom_value
234 -webkit-transform-origin-x type_name=Length, converter=convertLength 233 -webkit-transform-origin-x type_name=Length, converter=convertLength
235 -webkit-transform-origin-y type_name=Length, converter=convertLength 234 -webkit-transform-origin-y type_name=Length, converter=convertLength
236 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa t> 235 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa t>
237 transform-style name_for_methods=TransformStyle3D
238 -webkit-transform-style name_for_methods=TransformStyle3D 236 -webkit-transform-style name_for_methods=TransformStyle3D
239 -webkit-transition-delay custom_all 237 -webkit-transition-delay custom_all
240 -webkit-transition-duration custom_all 238 -webkit-transition-duration custom_all
241 -webkit-transition-property custom_all 239 -webkit-transition-property custom_all
242 -webkit-transition-timing-function custom_all 240 -webkit-transition-timing-function custom_all
243 -webkit-user-drag 241 -webkit-user-drag
244 -webkit-user-modify 242 -webkit-user-modify
245 -webkit-user-select 243 -webkit-user-select
246 -webkit-wrap-flow type_name=WrapFlow 244 -webkit-wrap-flow type_name=WrapFlow
247 -webkit-wrap-through type_name=WrapThrough 245 -webkit-wrap-through type_name=WrapThrough
(...skipping 20 matching lines...) Expand all
268 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
269 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
270 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
271 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
272 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
273 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
274 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
275 text-anchor svg 273 text-anchor svg
276 vector-effect svg 274 vector-effect svg
277 writing-mode svg, type_name=SVGWritingMode 275 writing-mode svg, type_name=SVGWritingMode
OLDNEW
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698