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

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

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