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

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

Issue 98663004: Add support for unprefixed CSS Transforms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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/CSSMatrix.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
158 -webkit-backface-visibility 159 -webkit-backface-visibility
159 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip 160 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip
160 -webkit-background-composite custom_all 161 -webkit-background-composite custom_all
161 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin 162 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin
162 -webkit-background-size use_handlers_for=CSSPropertyBackgroundSize 163 -webkit-background-size use_handlers_for=CSSPropertyBackgroundSize
163 -webkit-border-fit 164 -webkit-border-fit
164 -webkit-border-horizontal-spacing type_name=short, name_for_methods=HorizontalBo rderSpacing, converter=convertComputedLength<short> 165 -webkit-border-horizontal-spacing type_name=short, name_for_methods=HorizontalBo rderSpacing, converter=convertComputedLength<short>
165 -webkit-border-image initial=initialNinePieceImage, custom_value 166 -webkit-border-image initial=initialNinePieceImage, custom_value
166 -webkit-border-vertical-spacing type_name=short, name_for_methods=VerticalBorder Spacing, converter=convertComputedLength<short> 167 -webkit-border-vertical-spacing type_name=short, name_for_methods=VerticalBorder Spacing, converter=convertComputedLength<short>
167 -webkit-box-align type_name=EBoxAlignment 168 -webkit-box-align type_name=EBoxAlignment
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 -webkit-mask-box-image-width custom_all 210 -webkit-mask-box-image-width custom_all
210 -webkit-mask-clip custom_all 211 -webkit-mask-clip custom_all
211 -webkit-mask-composite custom_all 212 -webkit-mask-composite custom_all
212 -webkit-mask-image custom_all 213 -webkit-mask-image custom_all
213 -webkit-mask-origin custom_all 214 -webkit-mask-origin custom_all
214 -webkit-mask-position-x custom_all 215 -webkit-mask-position-x custom_all
215 -webkit-mask-position-y custom_all 216 -webkit-mask-position-y custom_all
216 -webkit-mask-repeat-x custom_all 217 -webkit-mask-repeat-x custom_all
217 -webkit-mask-repeat-y custom_all 218 -webkit-mask-repeat-y custom_all
218 -webkit-mask-size custom_all 219 -webkit-mask-size custom_all
220 perspective-origin custom_all
219 -webkit-perspective-origin custom_all 221 -webkit-perspective-origin custom_all
220 -webkit-perspective-origin-x type_name=Length, converter=convertLength 222 -webkit-perspective-origin-x type_name=Length, converter=convertLength
221 -webkit-perspective-origin-y type_name=Length, converter=convertLength 223 -webkit-perspective-origin-y type_name=Length, converter=convertLength
222 -webkit-print-color-adjust type_name=PrintColorAdjust 224 -webkit-print-color-adjust type_name=PrintColorAdjust
223 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering 225 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering
224 -webkit-ruby-position type_name=RubyPosition 226 -webkit-ruby-position type_name=RubyPosition
225 -webkit-text-combine type_name=TextCombine 227 -webkit-text-combine type_name=TextCombine
226 -webkit-text-emphasis-color custom_all 228 -webkit-text-emphasis-color custom_all
227 -webkit-text-emphasis-position type_name=TextEmphasisPosition 229 -webkit-text-emphasis-position type_name=TextEmphasisPosition
228 -webkit-text-emphasis-style custom_all 230 -webkit-text-emphasis-style custom_all
229 -webkit-text-fill-color custom_all 231 -webkit-text-fill-color custom_all
230 -webkit-text-security 232 -webkit-text-security
231 -webkit-text-stroke-color custom_all 233 -webkit-text-stroke-color custom_all
232 text-underline-position custom_value 234 text-underline-position custom_value
235 transform-origin custom_all
233 -webkit-transform-origin-x type_name=Length, converter=convertLength 236 -webkit-transform-origin-x type_name=Length, converter=convertLength
234 -webkit-transform-origin-y type_name=Length, converter=convertLength 237 -webkit-transform-origin-y type_name=Length, converter=convertLength
235 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa t> 238 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa t>
239 transform-style name_for_methods=TransformStyle3D
236 -webkit-transform-style name_for_methods=TransformStyle3D 240 -webkit-transform-style name_for_methods=TransformStyle3D
237 -webkit-transition-delay custom_all 241 -webkit-transition-delay custom_all
238 -webkit-transition-duration custom_all 242 -webkit-transition-duration custom_all
239 -webkit-transition-property custom_all 243 -webkit-transition-property custom_all
240 -webkit-transition-timing-function custom_all 244 -webkit-transition-timing-function custom_all
241 -webkit-user-drag 245 -webkit-user-drag
242 -webkit-user-modify 246 -webkit-user-modify
243 -webkit-user-select 247 -webkit-user-select
244 -webkit-wrap-flow type_name=WrapFlow 248 -webkit-wrap-flow type_name=WrapFlow
245 -webkit-wrap-through type_name=WrapThrough 249 -webkit-wrap-through type_name=WrapThrough
(...skipping 20 matching lines...) Expand all
266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 270 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 271 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 272 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 273 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 274 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 275 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 276 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
273 text-anchor svg 277 text-anchor svg
274 vector-effect svg 278 vector-effect svg
275 writing-mode svg, type_name=SVGWritingMode 279 writing-mode svg, type_name=SVGWritingMode
OLDNEW
« no previous file with comments | « Source/core/css/CSSMatrix.cpp ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698