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

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

Issue 167603002: Implement 'will-change' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 text-transform 130 text-transform
131 top type_name=Length, initial=initialOffset, converter=convertLengthOrAuto 131 top type_name=Length, initial=initialOffset, converter=convertLengthOrAuto
132 touch-action type_name=TouchAction, custom_value 132 touch-action type_name=TouchAction, custom_value
133 touch-action-delay type_name=TouchActionDelay, initial=initialTouchActionDelay 133 touch-action-delay type_name=TouchActionDelay, initial=initialTouchActionDelay
134 unicode-bidi 134 unicode-bidi
135 vertical-align custom_value 135 vertical-align custom_value
136 visibility 136 visibility
137 white-space 137 white-space
138 widows type_name=short, custom_all 138 widows type_name=short, custom_all
139 width type_name=Length, initial=initialSize, converter=convertLengthSizing 139 width type_name=Length, initial=initialSize, converter=convertLengthSizing
140 will-change custom_all
140 word-break 141 word-break
141 word-spacing type_name=float, initial=initialLetterWordSpacing, converter=conver tSpacing 142 word-spacing type_name=float, initial=initialLetterWordSpacing, converter=conver tSpacing
142 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers. 143 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers.
143 word-wrap name_for_methods=OverflowWrap 144 word-wrap name_for_methods=OverflowWrap
144 zoom custom_all 145 zoom custom_all
145 z-index type_name=int, custom_all 146 z-index type_name=int, custom_all
146 147
147 -webkit-animation-delay custom_all 148 -webkit-animation-delay custom_all
148 -webkit-animation-direction custom_all 149 -webkit-animation-direction custom_all
149 -webkit-animation-duration custom_all 150 -webkit-animation-duration custom_all
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
266 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
267 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
268 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
269 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
270 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
271 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
272 text-anchor svg 273 text-anchor svg
273 vector-effect svg 274 vector-effect svg
274 writing-mode svg, type_name=SVGWritingMode 275 writing-mode svg, type_name=SVGWritingMode
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698