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

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

Issue 2220253002: [Typed-OM] Add Image typedom_types to properties and enable them to be set with StyleMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSURLImageValue
Patch Set: Add layout test Created 4 years, 4 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 animation-iteration-count custom_all 131 animation-iteration-count custom_all
132 animation-name custom_all 132 animation-name custom_all
133 animation-play-state custom_all 133 animation-play-state custom_all
134 animation-timing-function custom_all 134 animation-timing-function custom_all
135 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS SBackdropFilter 135 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS SBackdropFilter
136 backface-visibility 136 backface-visibility
137 background-attachment custom_all 137 background-attachment custom_all
138 background-blend-mode custom_all 138 background-blend-mode custom_all
139 background-clip custom_all 139 background-clip custom_all
140 background-color interpolable, custom_all 140 background-color interpolable, custom_all
141 background-image interpolable, custom_all 141 background-image interpolable, custom_all, typedom_types=[Image], keywords=[auto ]
ikilpatrick 2016/08/08 16:37:49 I'm not really familiar with how this generated co
meade_UTC10 2016/08/09 07:03:52 In this CL, Anthony is just adding typedom_types f
anthonyhkf 2016/08/10 05:38:12 Done.
142 background-origin custom_all 142 background-origin custom_all
143 background-position-x interpolable, custom_all 143 background-position-x interpolable, custom_all
144 background-position-y interpolable, custom_all 144 background-position-y interpolable, custom_all
145 background-repeat-x custom_all 145 background-repeat-x custom_all
146 background-repeat-y custom_all 146 background-repeat-y custom_all
147 background-size interpolable, custom_all 147 background-size interpolable, custom_all
148 baseline-shift interpolable, svg, custom_inherit, custom_value 148 baseline-shift interpolable, svg, custom_inherit, custom_value
149 border-bottom-color interpolable, custom_all 149 border-bottom-color interpolable, custom_all
150 border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=c onvertRadius 150 border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=c onvertRadius
151 border-bottom-right-radius interpolable, initial=initialBorderRadius, converter= convertRadius 151 border-bottom-right-radius interpolable, initial=initialBorderRadius, converter= convertRadius
152 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle 152 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
153 border-bottom-width interpolable, initial=initialBorderWidth, converter=convertL ineWidth<unsigned> 153 border-bottom-width interpolable, initial=initialBorderWidth, converter=convertL ineWidth<unsigned>
154 border-collapse inherited 154 border-collapse inherited
155 border-image-outset interpolable, custom_all 155 border-image-outset interpolable, custom_all
156 border-image-repeat custom_all 156 border-image-repeat custom_all
157 border-image-slice interpolable, custom_all 157 border-image-slice interpolable, custom_all
158 border-image-source interpolable, custom_value 158 border-image-source interpolable, custom_value, typedom_types=[Image], keywords= [none]
159 border-image-width interpolable, custom_all 159 border-image-width interpolable, custom_all
160 border-left-color interpolable, custom_all 160 border-left-color interpolable, custom_all
161 border-left-style type_name=EBorderStyle, initial=initialBorderStyle 161 border-left-style type_name=EBorderStyle, initial=initialBorderStyle
162 border-left-width interpolable, initial=initialBorderWidth, converter=convertLin eWidth<unsigned> 162 border-left-width interpolable, initial=initialBorderWidth, converter=convertLin eWidth<unsigned>
163 border-right-color interpolable, custom_all 163 border-right-color interpolable, custom_all
164 border-right-style type_name=EBorderStyle, initial=initialBorderStyle 164 border-right-style type_name=EBorderStyle, initial=initialBorderStyle
165 border-right-width interpolable, initial=initialBorderWidth, converter=convertLi neWidth<unsigned> 165 border-right-width interpolable, initial=initialBorderWidth, converter=convertLi neWidth<unsigned>
166 border-top-color interpolable, custom_all 166 border-top-color interpolable, custom_all
167 border-top-left-radius interpolable, initial=initialBorderRadius, converter=conv ertRadius 167 border-top-left-radius interpolable, initial=initialBorderRadius, converter=conv ertRadius
168 border-top-right-radius interpolable, initial=initialBorderRadius, converter=con vertRadius 168 border-top-right-radius interpolable, initial=initialBorderRadius, converter=con vertRadius
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 image-rendering inherited 224 image-rendering inherited
225 image-orientation runtime_flag=ImageOrientation, inherited, name_for_methods=Res pectImageOrientation, converter=convertImageOrientation 225 image-orientation runtime_flag=ImageOrientation, inherited, name_for_methods=Res pectImageOrientation, converter=convertImageOrientation
226 isolation 226 isolation
227 justify-content initial=initialContentAlignment, converter=convertContentAlignme ntData 227 justify-content initial=initialContentAlignment, converter=convertContentAlignme ntData
228 justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte r=convertSelfOrDefaultAlignmentData 228 justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte r=convertSelfOrDefaultAlignmentData
229 justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter =convertSelfOrDefaultAlignmentData 229 justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter =convertSelfOrDefaultAlignmentData
230 left typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto 230 left typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto
231 letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver ter=convertSpacing 231 letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver ter=convertSpacing
232 lighting-color interpolable, svg, converter=convertColor 232 lighting-color interpolable, svg, converter=convertColor
233 line-height interpolable, inherited, getter=specifiedLineHeight, converter=conve rtLineHeight 233 line-height interpolable, inherited, getter=specifiedLineHeight, converter=conve rtLineHeight
234 list-style-image interpolable, inherited, custom_value 234 list-style-image interpolable, inherited, custom_value, typedom_types=[Image], k eywords=[disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman |lower-greek|lower-latin|upper-latin|armenian|georgian|lower-alpha|upper-alpha|n one]
meade_UTC10 2016/08/08 06:49:01 Need to write a test for these keywords if you're
235 list-style-position inherited 235 list-style-position inherited
236 list-style-type inherited 236 list-style-type inherited
237 margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength 237 margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength
238 margin-left interpolable, initial=initialMargin, converter=convertQuirkyLength 238 margin-left interpolable, initial=initialMargin, converter=convertQuirkyLength
239 margin-right interpolable, initial=initialMargin, converter=convertQuirkyLength 239 margin-right interpolable, initial=initialMargin, converter=convertQuirkyLength
240 margin-top interpolable, initial=initialMargin, converter=convertQuirkyLength 240 margin-top interpolable, initial=initialMargin, converter=convertQuirkyLength
241 marker-end inherited, svg, name_for_methods=MarkerEndResource, converter=convert FragmentIdentifier 241 marker-end inherited, svg, name_for_methods=MarkerEndResource, converter=convert FragmentIdentifier
242 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier 242 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier
243 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier 243 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier
244 mask svg, name_for_methods=MaskerResource, converter=convertFragmentIdentifier 244 mask svg, name_for_methods=MaskerResource, converter=convertFragmentIdentifier
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 -webkit-shape-outside alias_for=shape-outside 580 -webkit-shape-outside alias_for=shape-outside
581 -webkit-text-size-adjust alias_for=text-size-adjust 581 -webkit-text-size-adjust alias_for=text-size-adjust
582 -webkit-transform alias_for=transform 582 -webkit-transform alias_for=transform
583 -webkit-transform-origin alias_for=transform-origin 583 -webkit-transform-origin alias_for=transform-origin
584 -webkit-transform-style alias_for=transform-style 584 -webkit-transform-style alias_for=transform-style
585 -webkit-transition alias_for=transition 585 -webkit-transition alias_for=transition
586 -webkit-transition-delay alias_for=transition-delay 586 -webkit-transition-delay alias_for=transition-delay
587 -webkit-transition-duration alias_for=transition-duration 587 -webkit-transition-duration alias_for=transition-duration
588 -webkit-transition-property alias_for=transition-property 588 -webkit-transition-property alias_for=transition-property
589 -webkit-transition-timing-function alias_for=transition-timing-function 589 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698