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

Side by Side Diff: sky/engine/core/css/CSSProperties.in

Issue 761283002: Remove webkit-line-clamp (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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
OLDNEW
1 // This file specifies all the CSS properties we support and the necessary 1 // This file specifies all the CSS properties we support and the necessary
2 // information for our code generation. The various supported arguments 2 // information for our code generation. The various supported arguments
3 // are described below with example usage 3 // are described below with example usage
4 4
5 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for do not get their own enum and instead map 7 // Properties specifying alias_for do not get their own enum and instead map
8 // directly onto the CSSPropertyID they alias. Currently this means that the 8 // directly onto the CSSPropertyID they alias. Currently this means that the
9 // UseCounter will not pick up on these (crbug.com/304855) 9 // UseCounter will not pick up on these (crbug.com/304855)
10 10
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 -webkit-border-image initial=initialNinePieceImage, custom_value 232 -webkit-border-image initial=initialNinePieceImage, custom_value
233 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical BorderSpacing, converter=convertComputedLength<short> 233 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical BorderSpacing, converter=convertComputedLength<short>
234 -webkit-box-decoration-break 234 -webkit-box-decoration-break
235 -webkit-box-shadow animatable, use_handlers_for=CSSPropertyBoxShadow 235 -webkit-box-shadow animatable, use_handlers_for=CSSPropertyBoxShadow
236 -webkit-clip-path animatable, custom_value 236 -webkit-clip-path animatable, custom_value
237 -webkit-filter animatable, custom_value 237 -webkit-filter animatable, custom_value
238 -webkit-highlight inherited, converter=convertString<CSSValueNone> 238 -webkit-highlight inherited, converter=convertString<CSSValueNone>
239 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto> 239 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto>
240 -webkit-line-box-contain inherited, converter=convertLineBoxContain 240 -webkit-line-box-contain inherited, converter=convertLineBoxContain
241 -webkit-line-break inherited, type_name=LineBreak 241 -webkit-line-break inherited, type_name=LineBreak
242 -webkit-line-clamp type_name=LineClampValue
243 -webkit-margin-after-collapse type_name=EMarginCollapse 242 -webkit-margin-after-collapse type_name=EMarginCollapse
244 -webkit-margin-before-collapse type_name=EMarginCollapse 243 -webkit-margin-before-collapse type_name=EMarginCollapse
245 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 244 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
246 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse 245 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
ojan 2014/11/28 20:44:59 If you're looking for more easy stuff, you can del
247 -webkit-mask-box-image-outset animatable, custom_all 246 -webkit-mask-box-image-outset animatable, custom_all
248 -webkit-mask-box-image-repeat custom_all 247 -webkit-mask-box-image-repeat custom_all
249 -webkit-mask-box-image-slice animatable, custom_all 248 -webkit-mask-box-image-slice animatable, custom_all
250 -webkit-mask-box-image-source animatable, custom_value 249 -webkit-mask-box-image-source animatable, custom_value
251 -webkit-mask-box-image-width animatable, custom_all 250 -webkit-mask-box-image-width animatable, custom_all
252 -webkit-mask-clip custom_all 251 -webkit-mask-clip custom_all
253 -webkit-mask-composite custom_all 252 -webkit-mask-composite custom_all
254 -webkit-mask-image animatable, custom_all 253 -webkit-mask-image animatable, custom_all
255 -webkit-mask-origin custom_all 254 -webkit-mask-origin custom_all
256 -webkit-mask-position-x animatable, custom_all 255 -webkit-mask-position-x animatable, custom_all
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 -webkit-flex alias_for=flex 406 -webkit-flex alias_for=flex
408 -webkit-flex-basis alias_for=flex-basis 407 -webkit-flex-basis alias_for=flex-basis
409 -webkit-flex-direction alias_for=flex-direction 408 -webkit-flex-direction alias_for=flex-direction
410 -webkit-flex-flow alias_for=flex-flow 409 -webkit-flex-flow alias_for=flex-flow
411 -webkit-flex-grow alias_for=flex-grow 410 -webkit-flex-grow alias_for=flex-grow
412 -webkit-flex-shrink alias_for=flex-shrink 411 -webkit-flex-shrink alias_for=flex-shrink
413 -webkit-flex-wrap alias_for=flex-wrap 412 -webkit-flex-wrap alias_for=flex-wrap
414 -webkit-justify-content alias_for=justify-content 413 -webkit-justify-content alias_for=justify-content
415 -webkit-opacity alias_for=opacity 414 -webkit-opacity alias_for=opacity
416 -webkit-order alias_for=order 415 -webkit-order alias_for=order
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698