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

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

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put changes to problematic files (for the bots) back in. Created 7 years, 2 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
« 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 align-items 6 align-items
7 align-self type_name=EAlignItems 7 align-self type_name=EAlignItems
8 background-attachment custom_all 8 background-attachment custom_all
9 background-blend-mode custom_all 9 background-blend-mode custom_all
10 background-clip custom_all 10 background-clip custom_all
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 -webkit-box-lines 161 -webkit-box-lines
162 -webkit-box-ordinal-group type_name=unsigned int 162 -webkit-box-ordinal-group type_name=unsigned int
163 -webkit-box-orient 163 -webkit-box-orient
164 -webkit-box-pack 164 -webkit-box-pack
165 -webkit-clip-path custom_value 165 -webkit-clip-path custom_value
166 -webkit-column-axis type_name=ColumnAxis 166 -webkit-column-axis type_name=ColumnAxis
167 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak 167 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak
168 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak 168 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak
169 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak 169 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak
170 -webkit-column-count type_name=unsigned short, custom_all 170 -webkit-column-count type_name=unsigned short, custom_all
171 column-fill type_name=ColumnFill
171 -webkit-column-gap type_name=float, custom_all 172 -webkit-column-gap type_name=float, custom_all
172 -webkit-column-progression type_name=ColumnProgression 173 -webkit-column-progression type_name=ColumnProgression
173 -webkit-column-rule-color custom_all 174 -webkit-column-rule-color custom_all
174 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 175 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
175 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u nsigned short> 176 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u nsigned short>
176 -webkit-column-span type_name=ColumnSpan 177 -webkit-column-span type_name=ColumnSpan
177 -webkit-column-width type_name=float, custom_all 178 -webkit-column-width type_name=float, custom_all
178 -webkit-flow-from type_name=AtomicString, name_for_methods=RegionThread, convert er=convertString<CSSValueNone> 179 -webkit-flow-from type_name=AtomicString, name_for_methods=RegionThread, convert er=convertString<CSSValueNone>
179 -webkit-flow-into type_name=AtomicString, name_for_methods=FlowThread, converter =convertString<CSSValueNone> 180 -webkit-flow-into type_name=AtomicString, name_for_methods=FlowThread, converter =convertString<CSSValueNone>
180 -webkit-font-kerning custom_all 181 -webkit-font-kerning custom_all
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 color-rendering svg 257 color-rendering svg
257 dominant-baseline svg 258 dominant-baseline svg
258 fill-rule svg, type_name=WindRule 259 fill-rule svg, type_name=WindRule
259 mask-type svg 260 mask-type svg
260 shape-rendering svg 261 shape-rendering svg
261 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 262 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
262 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 263 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
263 text-anchor svg 264 text-anchor svg
264 vector-effect svg 265 vector-effect svg
265 writing-mode svg, type_name=SVGWritingMode 266 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