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

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

Issue 15758002: Unprefix Flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 6 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
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('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
6 align-items
7 align-self type_name=EAlignItems
5 background-attachment custom_all 8 background-attachment custom_all
6 background-blend-mode custom_all 9 background-blend-mode custom_all
7 background-clip custom_all 10 background-clip custom_all
8 background-color custom_all 11 background-color custom_all
9 background-image custom_all 12 background-image custom_all
10 background-origin custom_all 13 background-origin custom_all
11 background-position-x custom_all 14 background-position-x custom_all
12 background-position-y custom_all 15 background-position-y custom_all
13 background-repeat-x custom_all 16 background-repeat-x custom_all
14 background-repeat-y custom_all 17 background-repeat-y custom_all
15 background-size custom_all 18 background-size custom_all
16 border-bottom-color custom_all 19 border-bottom-color custom_all
17 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle 20 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
18 border-collapse 21 border-collapse
19 border-left-color custom_all 22 border-left-color custom_all
20 border-left-style type_name=EBorderStyle, initial=initialBorderStyle 23 border-left-style type_name=EBorderStyle, initial=initialBorderStyle
21 border-right-color custom_all 24 border-right-color custom_all
22 border-right-style type_name=EBorderStyle, initial=initialBorderStyle 25 border-right-style type_name=EBorderStyle, initial=initialBorderStyle
23 border-top-color custom_all 26 border-top-color custom_all
24 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 27 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
25 bottom apply_type=length, initial=initialOffset, use_auto 28 bottom apply_type=length, initial=initialOffset, use_auto
26 box-sizing 29 box-sizing
27 caption-side 30 caption-side
28 clear 31 clear
29 color custom_all 32 color custom_all
30 empty-cells type_name=EEmptyCell 33 empty-cells type_name=EEmptyCell
34 flex-basis apply_type=length, use_auto
35 flex-direction
36 flex-grow type_name=float
37 flex-shrink type_name=float
38 flex-wrap
31 float type_name=EFloat, name_for_methods=Floating 39 float type_name=EFloat, name_for_methods=Floating
32 grid-auto-flow type_name=GridAutoFlow 40 grid-auto-flow type_name=GridAutoFlow
33 height apply_type=length, initial=initialSize, use_auto, use_intrinsic 41 height apply_type=length, initial=initialSize, use_auto, use_intrinsic
42 justify-content
34 image-rendering 43 image-rendering
35 left apply_type=length, initial=initialOffset, use_auto 44 left apply_type=length, initial=initialOffset, use_auto
36 list-style-position 45 list-style-position
37 list-style-type 46 list-style-type
38 margin-bottom apply_type=length, initial=initialMargin, use_auto 47 margin-bottom apply_type=length, initial=initialMargin, use_auto
39 margin-left apply_type=length, initial=initialMargin, use_auto 48 margin-left apply_type=length, initial=initialMargin, use_auto
40 margin-right apply_type=length, initial=initialMargin, use_auto 49 margin-right apply_type=length, initial=initialMargin, use_auto
41 margin-top apply_type=length, initial=initialMargin, use_auto 50 margin-top apply_type=length, initial=initialMargin, use_auto
42 max-height apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, u se_none 51 max-height apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, u se_none
43 max-width apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, us e_none 52 max-width apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, us e_none
44 min-height apply_type=length, initial=initialMinSize, use_auto, use_intrinsic, u se_none 53 min-height apply_type=length, initial=initialMinSize, use_auto, use_intrinsic, u se_none
45 min-width apply_type=length, initial=initialMinSize, use_auto, use_intrinsic 54 min-width apply_type=length, initial=initialMinSize, use_auto, use_intrinsic
46 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode 55 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode
47 opacity type_name=float 56 opacity type_name=float
57 order type_name=int
48 orphans type_name=short, custom_all 58 orphans type_name=short, custom_all
49 outline-color custom_all 59 outline-color custom_all
50 overflow-wrap 60 overflow-wrap
51 overflow-x type_name=EOverflow 61 overflow-x type_name=EOverflow
52 overflow-y type_name=EOverflow 62 overflow-y type_name=EOverflow
53 padding-bottom apply_type=length, initial=initialPadding 63 padding-bottom apply_type=length, initial=initialPadding
54 padding-left apply_type=length, initial=initialPadding 64 padding-left apply_type=length, initial=initialPadding
55 padding-right apply_type=length, initial=initialPadding 65 padding-right apply_type=length, initial=initialPadding
56 padding-top apply_type=length, initial=initialPadding 66 padding-top apply_type=length, initial=initialPadding
57 page-break-after type_name=EPageBreak, initial=initialPageBreak 67 page-break-after type_name=EPageBreak, initial=initialPageBreak
(...skipping 15 matching lines...) Expand all
73 visibility 83 visibility
74 white-space 84 white-space
75 widows type_name=short, custom_all 85 widows type_name=short, custom_all
76 width apply_type=length, initial=initialSize, use_auto, use_intrinsic 86 width apply_type=length, initial=initialSize, use_auto, use_intrinsic
77 word-break 87 word-break
78 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers. 88 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers.
79 word-wrap name_for_methods=OverflowWrap 89 word-wrap name_for_methods=OverflowWrap
80 zoom custom_all 90 zoom custom_all
81 z-index type_name=int, custom_all 91 z-index type_name=int, custom_all
82 92
83 -webkit-align-content
84 -webkit-align-items
85 -webkit-align-self type_name=EAlignItems
86 -webkit-animation-delay custom_all 93 -webkit-animation-delay custom_all
87 -webkit-animation-direction custom_all 94 -webkit-animation-direction custom_all
88 -webkit-animation-duration custom_all 95 -webkit-animation-duration custom_all
89 -webkit-animation-fillMode custom_all 96 -webkit-animation-fillMode custom_all
90 -webkit-animation-iteration-count custom_all 97 -webkit-animation-iteration-count custom_all
91 -webkit-animation-name custom_all 98 -webkit-animation-name custom_all
92 -webkit-animation-play-state custom_all 99 -webkit-animation-play-state custom_all
93 -webkit-animation-timing-function custom_all 100 -webkit-animation-timing-function custom_all
94 -webkit-appearance type_name=ControlPart 101 -webkit-appearance type_name=ControlPart
95 -webkit-backface-visibility 102 -webkit-backface-visibility
(...skipping 16 matching lines...) Expand all
112 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak 119 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak
113 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak 120 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak
114 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak 121 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak
115 -webkit-column-count type_name=unsigned short, custom_all 122 -webkit-column-count type_name=unsigned short, custom_all
116 -webkit-column-gap type_name=float, custom_all 123 -webkit-column-gap type_name=float, custom_all
117 -webkit-column-progression type_name=ColumnProgression 124 -webkit-column-progression type_name=ColumnProgression
118 -webkit-column-rule-color custom_all 125 -webkit-column-rule-color custom_all
119 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 126 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
120 -webkit-column-span type_name=ColumnSpan 127 -webkit-column-span type_name=ColumnSpan
121 -webkit-column-width type_name=float, custom_all 128 -webkit-column-width type_name=float, custom_all
122 -webkit-flex-basis apply_type=length, use_auto
123 -webkit-flex-direction
124 -webkit-flex-grow type_name=float
125 -webkit-flex-shrink type_name=float
126 -webkit-flex-wrap
127 -webkit-flow-from type_name=const AtomicString&, name_for_methods=RegionThread, custom_value 129 -webkit-flow-from type_name=const AtomicString&, name_for_methods=RegionThread, custom_value
128 -webkit-flow-into type_name=const AtomicString&, name_for_methods=FlowThread, cu stom_value 130 -webkit-flow-into type_name=const AtomicString&, name_for_methods=FlowThread, cu stom_value
129 -webkit-highlight type_name=const AtomicString&, custom_value 131 -webkit-highlight type_name=const AtomicString&, custom_value
130 -webkit-hyphenate-character type_name=const AtomicString&, name_for_methods=Hyph enationString, custom_value 132 -webkit-hyphenate-character type_name=const AtomicString&, name_for_methods=Hyph enationString, custom_value
131 -webkit-hyphenate-limit-after type_name=short, name_for_methods=HyphenationLimit After, custom_value 133 -webkit-hyphenate-limit-after type_name=short, name_for_methods=HyphenationLimit After, custom_value
132 -webkit-hyphenate-limit-before type_name=short, name_for_methods=HyphenationLimi tBefore, custom_value 134 -webkit-hyphenate-limit-before type_name=short, name_for_methods=HyphenationLimi tBefore, custom_value
133 -webkit-hyphenate-limit-lines type_name=short, name_for_methods=HyphenationLimit Lines, custom_value 135 -webkit-hyphenate-limit-lines type_name=short, name_for_methods=HyphenationLimit Lines, custom_value
134 -webkit-hyphens type_name=Hyphens 136 -webkit-hyphens type_name=Hyphens
135 -webkit-justify-content
136 -webkit-line-align type_name=LineAlign 137 -webkit-line-align type_name=LineAlign
137 -webkit-line-break type_name=LineBreak 138 -webkit-line-break type_name=LineBreak
138 -webkit-line-clamp type_name=LineClampValue 139 -webkit-line-clamp type_name=LineClampValue
139 -webkit-line-grid type_name=const AtomicString&, custom_value 140 -webkit-line-grid type_name=const AtomicString&, custom_value
140 -webkit-line-snap type_name=LineSnap 141 -webkit-line-snap type_name=LineSnap
141 -webkit-margin-after-collapse type_name=EMarginCollapse 142 -webkit-margin-after-collapse type_name=EMarginCollapse
142 -webkit-margin-before-collapse type_name=EMarginCollapse 143 -webkit-margin-before-collapse type_name=EMarginCollapse
143 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 144 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
144 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse 145 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
145 -webkit-marquee-direction 146 -webkit-marquee-direction
146 -webkit-marquee-increment custom_value 147 -webkit-marquee-increment custom_value
147 -webkit-marquee-repetition type_name=int, name_for_methods=MarqueeLoopCount, cus tom_value 148 -webkit-marquee-repetition type_name=int, name_for_methods=MarqueeLoopCount, cus tom_value
148 -webkit-marquee-style name_for_methods=MarqueeBehavior 149 -webkit-marquee-style name_for_methods=MarqueeBehavior
149 -webkit-mask-box-image initial=initialNinePieceImage, custom_value 150 -webkit-mask-box-image initial=initialNinePieceImage, custom_value
150 -webkit-mask-clip custom_all 151 -webkit-mask-clip custom_all
151 -webkit-mask-composite custom_all 152 -webkit-mask-composite custom_all
152 -webkit-mask-image custom_all 153 -webkit-mask-image custom_all
153 -webkit-mask-origin custom_all 154 -webkit-mask-origin custom_all
154 -webkit-mask-position-x custom_all 155 -webkit-mask-position-x custom_all
155 -webkit-mask-position-y custom_all 156 -webkit-mask-position-y custom_all
156 -webkit-mask-repeat-x custom_all 157 -webkit-mask-repeat-x custom_all
157 -webkit-mask-repeat-y custom_all 158 -webkit-mask-repeat-y custom_all
158 -webkit-mask-size custom_all 159 -webkit-mask-size custom_all
159 -webkit-order type_name=int
160 -webkit-perspective-origin-x apply_type=length 160 -webkit-perspective-origin-x apply_type=length
161 -webkit-perspective-origin-y apply_type=length 161 -webkit-perspective-origin-y apply_type=length
162 -webkit-print-color-adjust type_name=PrintColorAdjust 162 -webkit-print-color-adjust type_name=PrintColorAdjust
163 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak 163 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak
164 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak 164 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak
165 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak 165 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak
166 -webkit-region-fragment type_name=RegionFragment 166 -webkit-region-fragment type_name=RegionFragment
167 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering 167 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering
168 -webkit-ruby-position type_name=RubyPosition 168 -webkit-ruby-position type_name=RubyPosition
169 -webkit-shape-margin apply_type=length 169 -webkit-shape-margin apply_type=length
(...skipping 10 matching lines...) Expand all
180 -webkit-transform-style name_for_methods=TransformStyle3D 180 -webkit-transform-style name_for_methods=TransformStyle3D
181 -webkit-transition-delay custom_all 181 -webkit-transition-delay custom_all
182 -webkit-transition-duration custom_all 182 -webkit-transition-duration custom_all
183 -webkit-transition-property custom_all 183 -webkit-transition-property custom_all
184 -webkit-transition-timing-function custom_all 184 -webkit-transition-timing-function custom_all
185 -webkit-user-drag 185 -webkit-user-drag
186 -webkit-user-modify 186 -webkit-user-modify
187 -webkit-user-select 187 -webkit-user-select
188 -webkit-wrap-flow type_name=WrapFlow 188 -webkit-wrap-flow type_name=WrapFlow
189 -webkit-wrap-through type_name=WrapThrough 189 -webkit-wrap-through type_name=WrapThrough
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698