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

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

Issue 134473008: Remove CSS regions support, keeping a bare minimum to support "region-based" multicol. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak 180 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak
181 -webkit-column-count type_name=unsigned short, custom_all 181 -webkit-column-count type_name=unsigned short, custom_all
182 column-fill type_name=ColumnFill 182 column-fill type_name=ColumnFill
183 -webkit-column-gap type_name=float, custom_all 183 -webkit-column-gap type_name=float, custom_all
184 -webkit-column-progression type_name=ColumnProgression 184 -webkit-column-progression type_name=ColumnProgression
185 -webkit-column-rule-color custom_all 185 -webkit-column-rule-color custom_all
186 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 186 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
187 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u nsigned short> 187 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u nsigned short>
188 -webkit-column-span type_name=ColumnSpan 188 -webkit-column-span type_name=ColumnSpan
189 -webkit-column-width type_name=float, custom_all 189 -webkit-column-width type_name=float, custom_all
190 -webkit-flow-from type_name=AtomicString, name_for_methods=RegionThread, convert er=convertString<CSSValueNone>
191 -webkit-flow-into type_name=AtomicString, name_for_methods=FlowThread, converter =convertString<CSSValueNone>
192 -webkit-font-smoothing custom_all 190 -webkit-font-smoothing 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-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-margin-after-collapse type_name=EMarginCollapse 195 -webkit-margin-after-collapse type_name=EMarginCollapse
198 -webkit-margin-before-collapse type_name=EMarginCollapse 196 -webkit-margin-before-collapse type_name=EMarginCollapse
199 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 197 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
200 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse 198 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
201 -internal-marquee-direction type_name=EMarqueeDirection, name_for_methods=Marque eDirection 199 -internal-marquee-direction type_name=EMarqueeDirection, name_for_methods=Marque eDirection
(...skipping 12 matching lines...) Expand all
214 -webkit-mask-origin custom_all 212 -webkit-mask-origin custom_all
215 -webkit-mask-position-x custom_all 213 -webkit-mask-position-x custom_all
216 -webkit-mask-position-y custom_all 214 -webkit-mask-position-y custom_all
217 -webkit-mask-repeat-x custom_all 215 -webkit-mask-repeat-x custom_all
218 -webkit-mask-repeat-y custom_all 216 -webkit-mask-repeat-y custom_all
219 -webkit-mask-size custom_all 217 -webkit-mask-size custom_all
220 -webkit-perspective-origin custom_all 218 -webkit-perspective-origin custom_all
221 -webkit-perspective-origin-x type_name=Length, converter=convertLength 219 -webkit-perspective-origin-x type_name=Length, converter=convertLength
222 -webkit-perspective-origin-y type_name=Length, converter=convertLength 220 -webkit-perspective-origin-y type_name=Length, converter=convertLength
223 -webkit-print-color-adjust type_name=PrintColorAdjust 221 -webkit-print-color-adjust type_name=PrintColorAdjust
224 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak
225 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak
226 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak
227 -webkit-region-fragment type_name=RegionFragment
228 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering 222 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering
229 -webkit-ruby-position type_name=RubyPosition 223 -webkit-ruby-position type_name=RubyPosition
230 -webkit-text-combine type_name=TextCombine 224 -webkit-text-combine type_name=TextCombine
231 -webkit-text-emphasis-color custom_all 225 -webkit-text-emphasis-color custom_all
232 -webkit-text-emphasis-position type_name=TextEmphasisPosition 226 -webkit-text-emphasis-position type_name=TextEmphasisPosition
233 -webkit-text-emphasis-style custom_all 227 -webkit-text-emphasis-style custom_all
234 -webkit-text-fill-color custom_all 228 -webkit-text-fill-color custom_all
235 -webkit-text-security 229 -webkit-text-security
236 -webkit-text-stroke-color custom_all 230 -webkit-text-stroke-color custom_all
237 text-underline-position custom_value 231 text-underline-position custom_value
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 265 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
272 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 266 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
273 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 267 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
274 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 268 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
275 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 269 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
276 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 270 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
277 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 271 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
278 text-anchor svg 272 text-anchor svg
279 vector-effect svg 273 vector-effect svg
280 writing-mode svg, type_name=SVGWritingMode 274 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