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

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

Issue 195823006: Revert 169264 "Add plumbing for font-stretch" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 | Annotate | Revision Log
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 empty-cells type_name=EEmptyCell 51 empty-cells type_name=EEmptyCell
52 flex-basis type_name=Length, converter=convertLengthOrAuto 52 flex-basis type_name=Length, converter=convertLengthOrAuto
53 flex-direction 53 flex-direction
54 flex-grow type_name=float 54 flex-grow type_name=float
55 flex-shrink type_name=float 55 flex-shrink type_name=float
56 flex-wrap 56 flex-wrap
57 float type_name=EFloat, name_for_methods=Floating 57 float type_name=EFloat, name_for_methods=Floating
58 font-family custom_all 58 font-family custom_all
59 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning 59 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning
60 font-size custom_all 60 font-size custom_all
61 font-stretch custom_all
62 font-style font, type_name=FontItalic, name_for_methods=Italic 61 font-style font, type_name=FontItalic, name_for_methods=Italic
63 font-variant font, type_name=FontVariant, name_for_methods=Variant 62 font-variant font, type_name=FontVariant, name_for_methods=Variant
64 font-variant-ligatures custom_all 63 font-variant-ligatures custom_all
65 font-weight custom_all 64 font-weight custom_all
66 grid-auto-flow type_name=GridAutoFlow 65 grid-auto-flow type_name=GridAutoFlow
67 height type_name=Length, initial=initialSize, converter=convertLengthSizing 66 height type_name=Length, initial=initialSize, converter=convertLengthSizing
68 justify-content 67 justify-content
69 image-rendering 68 image-rendering
70 isolation 69 isolation
71 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto 70 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
268 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
269 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
270 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
271 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
272 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
273 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
274 text-anchor svg 273 text-anchor svg
275 vector-effect svg 274 vector-effect svg
276 writing-mode svg, type_name=SVGWritingMode 275 writing-mode svg, type_name=SVGWritingMode
OLDNEW
« no previous file with comments | « trunk/Source/core/css/CSSPrimitiveValueMappings.h ('k') | trunk/Source/core/css/CSSPropertyNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698