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

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

Issue 16690004: [CSS Regions] Rename region-overflow to region-fragment (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch 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
« 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 background-attachment custom_all 5 background-attachment custom_all
6 background-blend-mode custom_all 6 background-blend-mode custom_all
7 background-clip custom_all 7 background-clip custom_all
8 background-color custom_all 8 background-color custom_all
9 background-image custom_all 9 background-image custom_all
10 background-origin custom_all 10 background-origin custom_all
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 -webkit-mask-repeat-x custom_all 148 -webkit-mask-repeat-x custom_all
149 -webkit-mask-repeat-y custom_all 149 -webkit-mask-repeat-y custom_all
150 -webkit-mask-size custom_all 150 -webkit-mask-size custom_all
151 -webkit-order type_name=int 151 -webkit-order type_name=int
152 -webkit-perspective-origin-x apply_type=length 152 -webkit-perspective-origin-x apply_type=length
153 -webkit-perspective-origin-y apply_type=length 153 -webkit-perspective-origin-y apply_type=length
154 -webkit-print-color-adjust type_name=PrintColorAdjust 154 -webkit-print-color-adjust type_name=PrintColorAdjust
155 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak 155 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak
156 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak 156 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak
157 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak 157 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak
158 -webkit-region-overflow type_name=RegionOverflow 158 -webkit-region-fragment type_name=RegionFragment
159 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering 159 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering
160 -webkit-ruby-position type_name=RubyPosition 160 -webkit-ruby-position type_name=RubyPosition
161 -webkit-shape-margin apply_type=length 161 -webkit-shape-margin apply_type=length
162 -webkit-shape-padding apply_type=length 162 -webkit-shape-padding apply_type=length
163 -webkit-text-align-last type_name=TextAlignLast, condition=CSS3_TEXT 163 -webkit-text-align-last type_name=TextAlignLast, condition=CSS3_TEXT
164 -webkit-text-combine type_name=TextCombine 164 -webkit-text-combine type_name=TextCombine
165 -webkit-text-emphasis-color custom_all 165 -webkit-text-emphasis-color custom_all
166 -webkit-text-emphasis-position type_name=TextEmphasisPosition 166 -webkit-text-emphasis-position type_name=TextEmphasisPosition
167 -webkit-text-fill-color custom_all 167 -webkit-text-fill-color custom_all
168 -webkit-text-security 168 -webkit-text-security
169 -webkit-text-stroke-color custom_all 169 -webkit-text-stroke-color custom_all
170 -webkit-transform-origin-x apply_type=length 170 -webkit-transform-origin-x apply_type=length
171 -webkit-transform-origin-y apply_type=length 171 -webkit-transform-origin-y apply_type=length
172 -webkit-transform-style name_for_methods=TransformStyle3D 172 -webkit-transform-style name_for_methods=TransformStyle3D
173 -webkit-user-drag 173 -webkit-user-drag
174 -webkit-user-modify 174 -webkit-user-modify
175 -webkit-user-select 175 -webkit-user-select
176 -webkit-wrap-flow type_name=WrapFlow 176 -webkit-wrap-flow type_name=WrapFlow
177 -webkit-wrap-through type_name=WrapThrough 177 -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