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

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

Issue 22839023: Add support for the object-position CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master Created 7 years, 3 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/CSSParser-in.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 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu to 75 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu to
76 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA uto 76 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA uto
77 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut o 77 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut o
78 mask-source-type custom_all 78 mask-source-type custom_all
79 max-height type_name=Length, initial=initialMaxSize, converter=convertLengthMaxS izing 79 max-height type_name=Length, initial=initialMaxSize, converter=convertLengthMaxS izing
80 max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi zing 80 max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi zing
81 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi ng 81 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi ng
82 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizin g 82 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizin g
83 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode 83 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode
84 object-fit type_name=ObjectFit 84 object-fit type_name=ObjectFit
85 object-position type_name=LengthPoint, initial=initialObjectPosition, converter= convertLengthPoint
85 opacity type_name=float 86 opacity type_name=float
86 order type_name=int 87 order type_name=int
87 orphans type_name=short, custom_all 88 orphans type_name=short, custom_all
88 outline-color custom_all 89 outline-color custom_all
89 outline-offset type_name=int, converter=convertComputedLength<int> 90 outline-offset type_name=int, converter=convertComputedLength<int>
90 outline-style custom_all 91 outline-style custom_all
91 outline-width type_name=unsigned short, converter=convertLineWidth<unsigned shor t> 92 outline-width type_name=unsigned short, converter=convertLineWidth<unsigned shor t>
92 overflow-wrap 93 overflow-wrap
93 overflow-x type_name=EOverflow 94 overflow-x type_name=EOverflow
94 overflow-y type_name=EOverflow 95 overflow-y type_name=EOverflow
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 color-rendering svg 254 color-rendering svg
254 dominant-baseline svg 255 dominant-baseline svg
255 fill-rule svg, type_name=WindRule 256 fill-rule svg, type_name=WindRule
256 mask-type svg 257 mask-type svg
257 shape-rendering svg 258 shape-rendering svg
258 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 259 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
259 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 260 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
260 text-anchor svg 261 text-anchor svg
261 vector-effect svg 262 vector-effect svg
262 writing-mode svg, type_name=SVGWritingMode 263 writing-mode svg, type_name=SVGWritingMode
OLDNEW
« no previous file with comments | « Source/core/css/CSSParser-in.cpp ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698