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

Side by Side Diff: sky/engine/core/css/CSSProperties.in

Issue 731863003: Remove CSSCompositing (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: preland Created 6 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
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 do not get their own enum and instead map 7 // Properties specifying alias_for do not get their own enum and instead map
8 // directly onto the CSSPropertyID they alias. Currently this means that the 8 // directly onto the CSSPropertyID they alias. Currently this means that the
9 // UseCounter will not pick up on these (crbug.com/304855) 9 // UseCounter will not pick up on these (crbug.com/304855)
10 10
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 -webkit-locale inherited, custom_value 96 -webkit-locale inherited, custom_value
97 -webkit-text-orientation inherited, custom_value 97 -webkit-text-orientation inherited, custom_value
98 text-rendering inherited, font, type_name=TextRenderingMode 98 text-rendering inherited, font, type_name=TextRenderingMode
99 line-height animatable, inherited, getter=specifiedLineHeight, custom_value 99 line-height animatable, inherited, getter=specifiedLineHeight, custom_value
100 100
101 align-content 101 align-content
102 align-items custom_all 102 align-items custom_all
103 align-self custom_all 103 align-self custom_all
104 backface-visibility 104 backface-visibility
105 background-attachment custom_all 105 background-attachment custom_all
106 background-blend-mode custom_all
107 background-clip custom_all 106 background-clip custom_all
108 background-color animatable, custom_all 107 background-color animatable, custom_all
109 background-image animatable, custom_all 108 background-image animatable, custom_all
110 background-origin custom_all 109 background-origin custom_all
111 background-position-x animatable, custom_all 110 background-position-x animatable, custom_all
112 background-position-y animatable, custom_all 111 background-position-y animatable, custom_all
113 background-repeat-x custom_all 112 background-repeat-x custom_all
114 background-repeat-y custom_all 113 background-repeat-y custom_all
115 background-size animatable, custom_all 114 background-size animatable, custom_all
116 border-bottom-color animatable, custom_all 115 border-bottom-color animatable, custom_all
(...skipping 26 matching lines...) Expand all
143 cursor inherited, custom_all 142 cursor inherited, custom_all
144 display 143 display
145 empty-cells inherited, type_name=EEmptyCell 144 empty-cells inherited, type_name=EEmptyCell
146 flex-basis animatable, converter=convertLengthOrAuto 145 flex-basis animatable, converter=convertLengthOrAuto
147 flex-direction 146 flex-direction
148 flex-grow animatable, type_name=float 147 flex-grow animatable, type_name=float
149 flex-shrink animatable, type_name=float 148 flex-shrink animatable, type_name=float
150 flex-wrap 149 flex-wrap
151 height animatable, initial=initialSize, converter=convertLengthSizing 150 height animatable, initial=initialSize, converter=convertLengthSizing
152 image-rendering inherited 151 image-rendering inherited
153 isolation runtime_flag=CSSCompositing
154 justify-content 152 justify-content
155 left animatable, initial=initialOffset, converter=convertLengthOrAuto 153 left animatable, initial=initialOffset, converter=convertLengthOrAuto
156 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing 154 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing
157 list-style-image animatable, inherited, custom_value 155 list-style-image animatable, inherited, custom_value
158 list-style-position inherited 156 list-style-position inherited
159 list-style-type inherited 157 list-style-type inherited
160 margin-bottom animatable, initial=initialMargin, converter=convertLengthOrAuto 158 margin-bottom animatable, initial=initialMargin, converter=convertLengthOrAuto
161 margin-left animatable, initial=initialMargin, converter=convertLengthOrAuto 159 margin-left animatable, initial=initialMargin, converter=convertLengthOrAuto
162 margin-right animatable, initial=initialMargin, converter=convertLengthOrAuto 160 margin-right animatable, initial=initialMargin, converter=convertLengthOrAuto
163 margin-top animatable, initial=initialMargin, converter=convertLengthOrAuto 161 margin-top animatable, initial=initialMargin, converter=convertLengthOrAuto
164 mask-source-type runtime_flag=CSSMaskSourceType, custom_all 162 mask-source-type runtime_flag=CSSMaskSourceType, custom_all
165 max-height animatable, initial=initialMaxSize, converter=convertLengthMaxSizing 163 max-height animatable, initial=initialMaxSize, converter=convertLengthMaxSizing
166 max-width animatable, initial=initialMaxSize, converter=convertLengthMaxSizing 164 max-width animatable, initial=initialMaxSize, converter=convertLengthMaxSizing
167 min-height animatable, initial=initialMinSize, converter=convertLengthSizing 165 min-height animatable, initial=initialMinSize, converter=convertLengthSizing
168 min-width animatable, initial=initialMinSize, converter=convertLengthSizing 166 min-width animatable, initial=initialMinSize, converter=convertLengthSizing
169 mix-blend-mode runtime_flag=CSSCompositing, type_name=blink::WebBlendMode, name_ for_methods=BlendMode
170 object-fit runtime_flag=ObjectFitPosition, type_name=ObjectFit 167 object-fit runtime_flag=ObjectFitPosition, type_name=ObjectFit
171 object-position runtime_flag=ObjectFitPosition, animatable, converter=convertLen gthPoint 168 object-position runtime_flag=ObjectFitPosition, animatable, converter=convertLen gthPoint
172 opacity animatable, type_name=float 169 opacity animatable, type_name=float
173 order type_name=int 170 order type_name=int
174 orphans animatable, inherited, type_name=short, custom_all 171 orphans animatable, inherited, type_name=short, custom_all
175 outline-color animatable, custom_all 172 outline-color animatable, custom_all
176 outline-offset animatable, converter=convertComputedLength<int> 173 outline-offset animatable, converter=convertComputedLength<int>
177 outline-style custom_all 174 outline-style custom_all
178 outline-width animatable, converter=convertLineWidth<unsigned short> 175 outline-width animatable, converter=convertLineWidth<unsigned short>
179 overflow-wrap inherited 176 overflow-wrap inherited
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 -webkit-flex alias_for=flex 407 -webkit-flex alias_for=flex
411 -webkit-flex-basis alias_for=flex-basis 408 -webkit-flex-basis alias_for=flex-basis
412 -webkit-flex-direction alias_for=flex-direction 409 -webkit-flex-direction alias_for=flex-direction
413 -webkit-flex-flow alias_for=flex-flow 410 -webkit-flex-flow alias_for=flex-flow
414 -webkit-flex-grow alias_for=flex-grow 411 -webkit-flex-grow alias_for=flex-grow
415 -webkit-flex-shrink alias_for=flex-shrink 412 -webkit-flex-shrink alias_for=flex-shrink
416 -webkit-flex-wrap alias_for=flex-wrap 413 -webkit-flex-wrap alias_for=flex-wrap
417 -webkit-justify-content alias_for=justify-content 414 -webkit-justify-content alias_for=justify-content
418 -webkit-opacity alias_for=opacity 415 -webkit-opacity alias_for=opacity
419 -webkit-order alias_for=order 416 -webkit-order alias_for=order
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698