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

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

Issue 2609803002: Use ShadowData in DropShadowFilterOperation (Closed)
Patch Set: Fix blend(...) order Created 3 years, 11 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 // This file specifies all the CSS properties we support and the necessary 1 // This file specifies all the CSS properties we support and the necessary
2 // information for our code generation. The various supported arguments 2 // information for our code generation. The various supported arguments
3 // are described below with example usage 3 // are described below with example usage
4 4
5 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for should be virtually identical to the 7 // Properties specifying alias_for should be virtually identical to the
8 // properties they alias. Minor parsing differences are allowed as long as 8 // properties they alias. Minor parsing differences are allowed as long as
9 // the CSSValues created are of the same format of the aliased property. 9 // the CSSValues created are of the same format of the aliased property.
10 10
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 border-left-width interpolable, initial=initialBorderWidth, converter=convertLin eWidth<unsigned> 207 border-left-width interpolable, initial=initialBorderWidth, converter=convertLin eWidth<unsigned>
208 border-right-color interpolable, custom_all 208 border-right-color interpolable, custom_all
209 border-right-style type_name=EBorderStyle, initial=initialBorderStyle 209 border-right-style type_name=EBorderStyle, initial=initialBorderStyle
210 border-right-width interpolable, initial=initialBorderWidth, converter=convertLi neWidth<unsigned> 210 border-right-width interpolable, initial=initialBorderWidth, converter=convertLi neWidth<unsigned>
211 border-top-color interpolable, custom_all 211 border-top-color interpolable, custom_all
212 border-top-left-radius interpolable, initial=initialBorderRadius, converter=conv ertRadius 212 border-top-left-radius interpolable, initial=initialBorderRadius, converter=conv ertRadius
213 border-top-right-radius interpolable, initial=initialBorderRadius, converter=con vertRadius 213 border-top-right-radius interpolable, initial=initialBorderRadius, converter=con vertRadius
214 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 214 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
215 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage 215 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage
216 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto 216 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto
217 box-shadow interpolable, converter=convertShadow 217 box-shadow interpolable, converter=convertShadowList
218 box-sizing 218 box-sizing
219 break-after type_name=EBreak 219 break-after type_name=EBreak
220 break-before type_name=EBreak 220 break-before type_name=EBreak
221 break-inside type_name=EBreak 221 break-inside type_name=EBreak
222 buffered-rendering svg 222 buffered-rendering svg
223 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig ht], initial_keyword=top 223 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig ht], initial_keyword=top
224 caret-color interpolable, inherited, custom_all 224 caret-color interpolable, inherited, custom_all
225 clear 225 clear
226 clip interpolable, converter=convertClip, custom_all 226 clip interpolable, converter=convertClip, custom_all
227 clip-path interpolable, converter=convertClipPath 227 clip-path interpolable, converter=convertClipPath
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 text-combine-upright inherited, type_name=TextCombine, name_for_methods=TextComb ine 363 text-combine-upright inherited, type_name=TextCombine, name_for_methods=TextComb ine
364 // FIXME: We shouldn't switch between shorthand/not shorthand based on a runtime flag 364 // FIXME: We shouldn't switch between shorthand/not shorthand based on a runtime flag
365 text-decoration use_handlers_for=CSSPropertyTextDecorationLine, longhands=text-d ecoration-line;text-decoration-style;text-decoration-color 365 text-decoration use_handlers_for=CSSPropertyTextDecorationLine, longhands=text-d ecoration-line;text-decoration-style;text-decoration-color
366 text-decoration-color runtime_flag=CSS3TextDecorations, interpolable, custom_all 366 text-decoration-color runtime_flag=CSS3TextDecorations, interpolable, custom_all
367 text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDeco ration, type_name=TextDecoration, converter=convertFlags<TextDecoration> 367 text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDeco ration, type_name=TextDecoration, converter=convertFlags<TextDecoration>
368 text-decoration-skip runtime_flag=CSS3TextDecorations, inherited, type_name=Text DecorationSkip, converter=convertFlags<TextDecorationSkip> 368 text-decoration-skip runtime_flag=CSS3TextDecorations, inherited, type_name=Text DecorationSkip, converter=convertFlags<TextDecorationSkip>
369 text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration Style 369 text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration Style
370 text-indent interpolable, inherited, custom_all 370 text-indent interpolable, inherited, custom_all
371 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify 371 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify
372 text-overflow type_name=TextOverflow 372 text-overflow type_name=TextOverflow
373 text-shadow interpolable, inherited, converter=convertShadow 373 text-shadow interpolable, inherited, converter=convertShadowList
374 text-size-adjust inherited, converter=convertTextSizeAdjust, type_name=TextSizeA djust 374 text-size-adjust inherited, converter=convertTextSizeAdjust, type_name=TextSizeA djust
375 text-transform inherited, keyword_only, keywords=[capitalize|uppercase|lowercase |none], initial_keyword=none 375 text-transform inherited, keyword_only, keywords=[capitalize|uppercase|lowercase |none], initial_keyword=none
376 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T extUnderlinePosition 376 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T extUnderlinePosition
377 top typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto 377 top typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto
378 touch-action converter=convertFlags<TouchAction>, type_name=TouchAction 378 touch-action converter=convertFlags<TouchAction>, type_name=TouchAction
379 transform typedom_types=[Transform], keywords=[none], interpolable, converter=co nvertTransformOperations 379 transform typedom_types=[Transform], keywords=[none], interpolable, converter=co nvertTransformOperations
380 transform-origin interpolable, converter=convertTransformOrigin 380 transform-origin interpolable, converter=convertTransformOrigin
381 transform-style name_for_methods=TransformStyle3D 381 transform-style name_for_methods=TransformStyle3D
382 translate runtime_flag=CSSIndependentTransformProperties, converter=convertTrans late, interpolable 382 translate runtime_flag=CSSIndependentTransformProperties, converter=convertTrans late, interpolable
383 rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate, interpolable 383 rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate, interpolable
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 -webkit-text-size-adjust alias_for=text-size-adjust 631 -webkit-text-size-adjust alias_for=text-size-adjust
632 -webkit-transform alias_for=transform 632 -webkit-transform alias_for=transform
633 -webkit-transform-origin alias_for=transform-origin 633 -webkit-transform-origin alias_for=transform-origin
634 -webkit-transform-style alias_for=transform-style 634 -webkit-transform-style alias_for=transform-style
635 -webkit-transition alias_for=transition 635 -webkit-transition alias_for=transition
636 -webkit-transition-delay alias_for=transition-delay 636 -webkit-transition-delay alias_for=transition-delay
637 -webkit-transition-duration alias_for=transition-duration 637 -webkit-transition-duration alias_for=transition-duration
638 -webkit-transition-property alias_for=transition-property 638 -webkit-transition-property alias_for=transition-property
639 -webkit-transition-timing-function alias_for=transition-timing-function 639 -webkit-transition-timing-function alias_for=transition-timing-function
640 -webkit-user-select alias_for=user-select 640 -webkit-user-select alias_for=user-select
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698