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

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

Issue 153233002: *** DO NOT LAND *** Remove regions support, keeping a bare minimum to support "region-based"... (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak 179 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak
180 -webkit-column-count type_name=unsigned short, custom_all 180 -webkit-column-count type_name=unsigned short, custom_all
181 column-fill type_name=ColumnFill 181 column-fill type_name=ColumnFill
182 -webkit-column-gap type_name=float, custom_all 182 -webkit-column-gap type_name=float, custom_all
183 -webkit-column-progression type_name=ColumnProgression 183 -webkit-column-progression type_name=ColumnProgression
184 -webkit-column-rule-color custom_all 184 -webkit-column-rule-color custom_all
185 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 185 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
186 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u nsigned short> 186 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u nsigned short>
187 -webkit-column-span type_name=ColumnSpan 187 -webkit-column-span type_name=ColumnSpan
188 -webkit-column-width type_name=float, custom_all 188 -webkit-column-width type_name=float, custom_all
189 -webkit-flow-from type_name=AtomicString, name_for_methods=RegionThread, convert er=convertString<CSSValueNone>
190 -webkit-flow-into type_name=AtomicString, name_for_methods=FlowThread, converter =convertString<CSSValueNone>
191 -webkit-font-smoothing custom_all 189 -webkit-font-smoothing custom_all
192 -webkit-font-variant-ligatures custom_all 190 -webkit-font-variant-ligatures custom_all
193 -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone> 191 -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone>
194 -webkit-hyphenate-character type_name=AtomicString, name_for_methods=Hyphenation String, converter=convertString<CSSValueAuto> 192 -webkit-hyphenate-character type_name=AtomicString, name_for_methods=Hyphenation String, converter=convertString<CSSValueAuto>
195 -webkit-line-align type_name=LineAlign 193 -webkit-line-align type_name=LineAlign
196 -webkit-line-break type_name=LineBreak 194 -webkit-line-break type_name=LineBreak
197 -webkit-line-clamp type_name=LineClampValue 195 -webkit-line-clamp type_name=LineClampValue
198 -webkit-line-grid type_name=AtomicString, converter=convertString<CSSValueNone> 196 -webkit-line-grid type_name=AtomicString, converter=convertString<CSSValueNone>
199 -webkit-line-snap type_name=LineSnap 197 -webkit-line-snap type_name=LineSnap
200 -webkit-margin-after-collapse type_name=EMarginCollapse 198 -webkit-margin-after-collapse type_name=EMarginCollapse
(...skipping 16 matching lines...) Expand all
217 -webkit-mask-origin custom_all 215 -webkit-mask-origin custom_all
218 -webkit-mask-position-x custom_all 216 -webkit-mask-position-x custom_all
219 -webkit-mask-position-y custom_all 217 -webkit-mask-position-y custom_all
220 -webkit-mask-repeat-x custom_all 218 -webkit-mask-repeat-x custom_all
221 -webkit-mask-repeat-y custom_all 219 -webkit-mask-repeat-y custom_all
222 -webkit-mask-size custom_all 220 -webkit-mask-size custom_all
223 -webkit-perspective-origin custom_all 221 -webkit-perspective-origin custom_all
224 -webkit-perspective-origin-x type_name=Length, converter=convertLength 222 -webkit-perspective-origin-x type_name=Length, converter=convertLength
225 -webkit-perspective-origin-y type_name=Length, converter=convertLength 223 -webkit-perspective-origin-y type_name=Length, converter=convertLength
226 -webkit-print-color-adjust type_name=PrintColorAdjust 224 -webkit-print-color-adjust type_name=PrintColorAdjust
227 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak
228 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak
229 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak
230 -webkit-region-fragment type_name=RegionFragment
231 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering 225 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering
232 -webkit-ruby-position type_name=RubyPosition 226 -webkit-ruby-position type_name=RubyPosition
233 -webkit-text-combine type_name=TextCombine 227 -webkit-text-combine type_name=TextCombine
234 -webkit-text-emphasis-color custom_all 228 -webkit-text-emphasis-color custom_all
235 -webkit-text-emphasis-position type_name=TextEmphasisPosition 229 -webkit-text-emphasis-position type_name=TextEmphasisPosition
236 -webkit-text-emphasis-style custom_all 230 -webkit-text-emphasis-style custom_all
237 -webkit-text-fill-color custom_all 231 -webkit-text-fill-color custom_all
238 -webkit-text-security 232 -webkit-text-security
239 -webkit-text-stroke-color custom_all 233 -webkit-text-stroke-color custom_all
240 text-underline-position custom_value 234 text-underline-position custom_value
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 268 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
275 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 269 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
276 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 270 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
277 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 271 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
278 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 272 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
279 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 273 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
280 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 274 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
281 text-anchor svg 275 text-anchor svg
282 vector-effect svg 276 vector-effect svg
283 writing-mode svg, type_name=SVGWritingMode 277 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