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

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

Issue 20526006: Remove -webkit-hyphens and -webkit-hyphenate-limit-* properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: init removal Created 7 years, 5 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 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 -webkit-column-rule-width type_name=unsigned short, custom_value 171 -webkit-column-rule-width type_name=unsigned short, custom_value
172 -webkit-column-span type_name=ColumnSpan 172 -webkit-column-span type_name=ColumnSpan
173 -webkit-column-width type_name=float, custom_all 173 -webkit-column-width type_name=float, custom_all
174 -webkit-flow-from type_name=const AtomicString&, name_for_methods=RegionThread, custom_value 174 -webkit-flow-from type_name=const AtomicString&, name_for_methods=RegionThread, custom_value
175 -webkit-flow-into type_name=const AtomicString&, name_for_methods=FlowThread, cu stom_value 175 -webkit-flow-into type_name=const AtomicString&, name_for_methods=FlowThread, cu stom_value
176 -webkit-font-kerning custom_all 176 -webkit-font-kerning custom_all
177 -webkit-font-smoothing custom_all 177 -webkit-font-smoothing custom_all
178 -webkit-font-variant-ligatures custom_all 178 -webkit-font-variant-ligatures custom_all
179 -webkit-highlight type_name=const AtomicString&, custom_value 179 -webkit-highlight type_name=const AtomicString&, custom_value
180 -webkit-hyphenate-character type_name=const AtomicString&, name_for_methods=Hyph enationString, custom_value 180 -webkit-hyphenate-character type_name=const AtomicString&, name_for_methods=Hyph enationString, custom_value
181 -webkit-hyphenate-limit-after type_name=short, name_for_methods=HyphenationLimit After, custom_value
182 -webkit-hyphenate-limit-before type_name=short, name_for_methods=HyphenationLimi tBefore, custom_value
183 -webkit-hyphenate-limit-lines type_name=short, name_for_methods=HyphenationLimit Lines, custom_value
184 -webkit-hyphens type_name=Hyphens
185 -webkit-line-align type_name=LineAlign 181 -webkit-line-align type_name=LineAlign
186 -webkit-line-break type_name=LineBreak 182 -webkit-line-break type_name=LineBreak
187 -webkit-line-clamp type_name=LineClampValue 183 -webkit-line-clamp type_name=LineClampValue
188 -webkit-line-grid type_name=const AtomicString&, custom_value 184 -webkit-line-grid type_name=const AtomicString&, custom_value
189 -webkit-line-snap type_name=LineSnap 185 -webkit-line-snap type_name=LineSnap
190 -webkit-margin-after-collapse type_name=EMarginCollapse 186 -webkit-margin-after-collapse type_name=EMarginCollapse
191 -webkit-margin-before-collapse type_name=EMarginCollapse 187 -webkit-margin-before-collapse type_name=EMarginCollapse
192 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 188 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
193 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse 189 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
194 -webkit-marquee-direction 190 -webkit-marquee-direction
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 -webkit-transform-style name_for_methods=TransformStyle3D 235 -webkit-transform-style name_for_methods=TransformStyle3D
240 -webkit-transition-delay custom_all 236 -webkit-transition-delay custom_all
241 -webkit-transition-duration custom_all 237 -webkit-transition-duration custom_all
242 -webkit-transition-property custom_all 238 -webkit-transition-property custom_all
243 -webkit-transition-timing-function custom_all 239 -webkit-transition-timing-function custom_all
244 -webkit-user-drag 240 -webkit-user-drag
245 -webkit-user-modify 241 -webkit-user-modify
246 -webkit-user-select 242 -webkit-user-select
247 -webkit-wrap-flow type_name=WrapFlow 243 -webkit-wrap-flow type_name=WrapFlow
248 -webkit-wrap-through type_name=WrapThrough 244 -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