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

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

Issue 22482004: Add support for the object-fit CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oops, sorry! Forgot to update UseCounter.cpp Created 7 years, 4 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 align-items 6 align-items
7 align-self type_name=EAlignItems 7 align-self type_name=EAlignItems
8 background-attachment custom_all 8 background-attachment custom_all
9 background-blend-mode custom_all 9 background-blend-mode custom_all
10 background-clip custom_all 10 background-clip custom_all
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 list-style-type 73 list-style-type
74 margin-bottom apply_type=length, initial=initialMargin, use_auto 74 margin-bottom apply_type=length, initial=initialMargin, use_auto
75 margin-left apply_type=length, initial=initialMargin, use_auto 75 margin-left apply_type=length, initial=initialMargin, use_auto
76 margin-right apply_type=length, initial=initialMargin, use_auto 76 margin-right apply_type=length, initial=initialMargin, use_auto
77 margin-top apply_type=length, initial=initialMargin, use_auto 77 margin-top apply_type=length, initial=initialMargin, use_auto
78 max-height apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, u se_none 78 max-height apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, u se_none
79 max-width apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, us e_none 79 max-width apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, us e_none
80 min-height apply_type=length, initial=initialMinSize, use_auto, use_intrinsic 80 min-height apply_type=length, initial=initialMinSize, use_auto, use_intrinsic
81 min-width apply_type=length, initial=initialMinSize, use_auto, use_intrinsic 81 min-width apply_type=length, initial=initialMinSize, use_auto, use_intrinsic
82 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode 82 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode
83 object-fit type_name=EObjectFit
83 opacity type_name=float 84 opacity type_name=float
84 order type_name=int 85 order type_name=int
85 orphans type_name=short, custom_all 86 orphans type_name=short, custom_all
86 outline-color custom_all 87 outline-color custom_all
87 outline-offset type_name=int, custom_value 88 outline-offset type_name=int, custom_value
88 outline-style custom_all 89 outline-style custom_all
89 outline-width type_name=unsigned short, custom_value 90 outline-width type_name=unsigned short, custom_value
90 overflow-wrap 91 overflow-wrap
91 overflow-x type_name=EOverflow 92 overflow-x type_name=EOverflow
92 overflow-y type_name=EOverflow 93 overflow-y type_name=EOverflow
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 color-rendering svg 252 color-rendering svg
252 dominant-baseline svg 253 dominant-baseline svg
253 fill-rule svg, type_name=WindRule 254 fill-rule svg, type_name=WindRule
254 mask-type svg 255 mask-type svg
255 shape-rendering svg 256 shape-rendering svg
256 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 257 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
257 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 258 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
258 text-anchor svg 259 text-anchor svg
259 vector-effect svg 260 vector-effect svg
260 writing-mode svg, type_name=SVGWritingMode 261 writing-mode svg, type_name=SVGWritingMode
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698