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

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

Issue 143323014: *** DO NOT LAND *** Attempt to understand Regions complexity Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak 178 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak
179 -webkit-column-count type_name=unsigned short, custom_all 179 -webkit-column-count type_name=unsigned short, custom_all
180 column-fill type_name=ColumnFill 180 column-fill type_name=ColumnFill
181 -webkit-column-gap type_name=float, custom_all 181 -webkit-column-gap type_name=float, custom_all
182 -webkit-column-progression type_name=ColumnProgression 182 -webkit-column-progression type_name=ColumnProgression
183 -webkit-column-rule-color custom_all 183 -webkit-column-rule-color custom_all
184 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 184 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
185 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u nsigned short> 185 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u nsigned short>
186 -webkit-column-span type_name=ColumnSpan 186 -webkit-column-span type_name=ColumnSpan
187 -webkit-column-width type_name=float, custom_all 187 -webkit-column-width type_name=float, custom_all
188 -webkit-flow-from type_name=AtomicString, name_for_methods=RegionThread, convert er=convertString<CSSValueNone>
189 -webkit-flow-into type_name=AtomicString, name_for_methods=FlowThread, converter =convertString<CSSValueNone>
190 -webkit-font-smoothing custom_all 188 -webkit-font-smoothing custom_all
191 -webkit-font-variant-ligatures custom_all 189 -webkit-font-variant-ligatures custom_all
192 -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone> 190 -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone>
193 -webkit-hyphenate-character type_name=AtomicString, name_for_methods=Hyphenation String, converter=convertString<CSSValueAuto> 191 -webkit-hyphenate-character type_name=AtomicString, name_for_methods=Hyphenation String, converter=convertString<CSSValueAuto>
194 -webkit-line-align type_name=LineAlign 192 -webkit-line-align type_name=LineAlign
195 -webkit-line-break type_name=LineBreak 193 -webkit-line-break type_name=LineBreak
196 -webkit-line-clamp type_name=LineClampValue 194 -webkit-line-clamp type_name=LineClampValue
197 -webkit-line-grid type_name=AtomicString, converter=convertString<CSSValueNone> 195 -webkit-line-grid type_name=AtomicString, converter=convertString<CSSValueNone>
198 -webkit-line-snap type_name=LineSnap 196 -webkit-line-snap type_name=LineSnap
199 -webkit-margin-after-collapse type_name=EMarginCollapse 197 -webkit-margin-after-collapse type_name=EMarginCollapse
(...skipping 16 matching lines...) Expand all
216 -webkit-mask-origin custom_all 214 -webkit-mask-origin custom_all
217 -webkit-mask-position-x custom_all 215 -webkit-mask-position-x custom_all
218 -webkit-mask-position-y custom_all 216 -webkit-mask-position-y custom_all
219 -webkit-mask-repeat-x custom_all 217 -webkit-mask-repeat-x custom_all
220 -webkit-mask-repeat-y custom_all 218 -webkit-mask-repeat-y custom_all
221 -webkit-mask-size custom_all 219 -webkit-mask-size custom_all
222 -webkit-perspective-origin custom_all 220 -webkit-perspective-origin custom_all
223 -webkit-perspective-origin-x type_name=Length, converter=convertLength 221 -webkit-perspective-origin-x type_name=Length, converter=convertLength
224 -webkit-perspective-origin-y type_name=Length, converter=convertLength 222 -webkit-perspective-origin-y type_name=Length, converter=convertLength
225 -webkit-print-color-adjust type_name=PrintColorAdjust 223 -webkit-print-color-adjust type_name=PrintColorAdjust
226 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak
227 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak
228 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak
229 -webkit-region-fragment type_name=RegionFragment
230 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering 224 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering
231 -webkit-ruby-position type_name=RubyPosition 225 -webkit-ruby-position type_name=RubyPosition
232 -webkit-text-combine type_name=TextCombine 226 -webkit-text-combine type_name=TextCombine
233 -webkit-text-emphasis-color custom_all 227 -webkit-text-emphasis-color custom_all
234 -webkit-text-emphasis-position type_name=TextEmphasisPosition 228 -webkit-text-emphasis-position type_name=TextEmphasisPosition
235 -webkit-text-emphasis-style custom_all 229 -webkit-text-emphasis-style custom_all
236 -webkit-text-fill-color custom_all 230 -webkit-text-fill-color custom_all
237 -webkit-text-security 231 -webkit-text-security
238 -webkit-text-stroke-color custom_all 232 -webkit-text-stroke-color custom_all
239 text-underline-position custom_value 233 text-underline-position custom_value
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 267 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
274 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 268 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
275 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 269 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
276 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 270 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
277 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 271 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
278 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 272 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
279 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 273 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
280 text-anchor svg 274 text-anchor svg
281 vector-effect svg 275 vector-effect svg
282 writing-mode svg, type_name=SVGWritingMode 276 writing-mode svg, type_name=SVGWritingMode
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698