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

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

Issue 17450016: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased once again to master, fixed layout test. Created 6 years, 8 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
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr Auto 76 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr Auto
77 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu to 77 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu to
78 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA uto 78 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA uto
79 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut o 79 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut o
80 mask-source-type custom_all 80 mask-source-type custom_all
81 max-height type_name=Length, initial=initialMaxSize, converter=convertLengthMaxS izing 81 max-height type_name=Length, initial=initialMaxSize, converter=convertLengthMaxS izing
82 max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi zing 82 max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi zing
83 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi ng 83 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi ng
84 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizin g 84 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizin g
85 mix-blend-mode type_name=blink::WebBlendMode, name_for_methods=BlendMode 85 mix-blend-mode type_name=blink::WebBlendMode, name_for_methods=BlendMode
86 nav-down custom_all
fs 2014/04/14 12:32:01 Could you perhaps try to make these less "custom"
Krzysztof Olczyk 2014/04/17 13:48:40 Done.
87 nav-left custom_all
88 nav-right custom_all
89 nav-up custom_all
86 object-fit type_name=ObjectFit 90 object-fit type_name=ObjectFit
87 object-position type_name=LengthPoint, initial=initialObjectPosition, converter= convertLengthPoint 91 object-position type_name=LengthPoint, initial=initialObjectPosition, converter= convertLengthPoint
88 opacity type_name=float 92 opacity type_name=float
89 order type_name=int 93 order type_name=int
90 orphans type_name=short, custom_all 94 orphans type_name=short, custom_all
91 outline-color custom_all 95 outline-color custom_all
92 outline-offset type_name=int, converter=convertComputedLength<int> 96 outline-offset type_name=int, converter=convertComputedLength<int>
93 outline-style custom_all 97 outline-style custom_all
94 outline-width type_name=unsigned short, converter=convertLineWidth<unsigned shor t> 98 outline-width type_name=unsigned short, converter=convertLineWidth<unsigned shor t>
95 overflow-wrap 99 overflow-wrap
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 270 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 271 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 272 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 273 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 274 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 275 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 276 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
273 text-anchor svg 277 text-anchor svg
274 vector-effect svg 278 vector-effect svg
275 writing-mode svg, type_name=SVGWritingMode 279 writing-mode svg, type_name=SVGWritingMode
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698