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

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

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty Created 6 years, 9 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/CSSComputedStyleDeclaration.cpp ('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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 padding-top type_name=Length, initial=initialPadding, converter=convertLength 101 padding-top type_name=Length, initial=initialPadding, converter=convertLength
102 page-break-after type_name=EPageBreak, initial=initialPageBreak 102 page-break-after type_name=EPageBreak, initial=initialPageBreak
103 page-break-before type_name=EPageBreak, initial=initialPageBreak 103 page-break-before type_name=EPageBreak, initial=initialPageBreak
104 page-break-inside type_name=EPageBreak, initial=initialPageBreak 104 page-break-inside type_name=EPageBreak, initial=initialPageBreak
105 pointer-events 105 pointer-events
106 position 106 position
107 resize custom_value 107 resize custom_value
108 right type_name=Length, initial=initialOffset, converter=convertLengthOrAuto 108 right type_name=Length, initial=initialOffset, converter=convertLengthOrAuto
109 scroll-behavior type_name=ScrollBehavior 109 scroll-behavior type_name=ScrollBehavior
110 shape-image-threshold type_name=float 110 shape-image-threshold type_name=float
111 shape-inside type_name=ShapeValue*, custom_value
112 shape-margin type_name=Length, converter=convertLength 111 shape-margin type_name=Length, converter=convertLength
113 shape-outside type_name=ShapeValue*, custom_value 112 shape-outside type_name=ShapeValue*, custom_value
114 shape-padding type_name=Length, converter=convertLength 113 shape-padding type_name=Length, converter=convertLength
115 size custom_all 114 size custom_all
116 speak 115 speak
117 table-layout 116 table-layout
118 tab-size type_name=unsigned 117 tab-size type_name=unsigned
119 text-align custom_value 118 text-align custom_value
120 text-align-last type_name=TextAlignLast 119 text-align-last type_name=TextAlignLast
121 text-decoration custom_value 120 text-decoration custom_value
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 263 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
265 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 264 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
266 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 265 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
267 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 266 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
268 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 267 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
269 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 268 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
270 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 269 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
271 text-anchor svg 270 text-anchor svg
272 vector-effect svg 271 vector-effect svg
273 writing-mode svg, type_name=SVGWritingMode 272 writing-mode svg, type_name=SVGWritingMode
OLDNEW
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698