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

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

Issue 607593002: Remove -webkit-border-fit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 2 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/CSSValueKeywords.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 -webkit-animation-play-state custom_all 292 -webkit-animation-play-state custom_all
293 -webkit-animation-timing-function custom_all 293 -webkit-animation-timing-function custom_all
294 -webkit-appearance type_name=ControlPart 294 -webkit-appearance type_name=ControlPart
295 -webkit-app-region custom_all 295 -webkit-app-region custom_all
296 -webkit-aspect-ratio inherited, custom_all 296 -webkit-aspect-ratio inherited, custom_all
297 -webkit-backface-visibility use_handlers_for=CSSPropertyBackfaceVisibility 297 -webkit-backface-visibility use_handlers_for=CSSPropertyBackfaceVisibility
298 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip 298 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip
299 -webkit-background-composite custom_all 299 -webkit-background-composite custom_all
300 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin 300 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin
301 -webkit-background-size animatable, use_handlers_for=CSSPropertyBackgroundSize 301 -webkit-background-size animatable, use_handlers_for=CSSPropertyBackgroundSize
302 -webkit-border-fit
303 -webkit-border-horizontal-spacing animatable, inherited, name_for_methods=Horizo ntalBorderSpacing, converter=convertComputedLength<short> 302 -webkit-border-horizontal-spacing animatable, inherited, name_for_methods=Horizo ntalBorderSpacing, converter=convertComputedLength<short>
304 -webkit-border-image initial=initialNinePieceImage, custom_value 303 -webkit-border-image initial=initialNinePieceImage, custom_value
305 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical BorderSpacing, converter=convertComputedLength<short> 304 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical BorderSpacing, converter=convertComputedLength<short>
306 -webkit-box-align type_name=EBoxAlignment 305 -webkit-box-align type_name=EBoxAlignment
307 -webkit-box-decoration-break 306 -webkit-box-decoration-break
308 -webkit-box-direction inherited 307 -webkit-box-direction inherited
309 -webkit-box-flex type_name=float 308 -webkit-box-flex type_name=float
310 -webkit-box-flex-group type_name=unsigned int 309 -webkit-box-flex-group type_name=unsigned int
311 -webkit-box-lines 310 -webkit-box-lines
312 -webkit-box-ordinal-group type_name=unsigned int 311 -webkit-box-ordinal-group type_name=unsigned int
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 -webkit-flex-flow alias_for=flex-flow 527 -webkit-flex-flow alias_for=flex-flow
529 -webkit-flex-grow alias_for=flex-grow 528 -webkit-flex-grow alias_for=flex-grow
530 -webkit-flex-shrink alias_for=flex-shrink 529 -webkit-flex-shrink alias_for=flex-shrink
531 -webkit-flex-wrap alias_for=flex-wrap 530 -webkit-flex-wrap alias_for=flex-wrap
532 -webkit-justify-content alias_for=justify-content 531 -webkit-justify-content alias_for=justify-content
533 -webkit-opacity alias_for=opacity 532 -webkit-opacity alias_for=opacity
534 -webkit-order alias_for=order 533 -webkit-order alias_for=order
535 -webkit-shape-image-threshold alias_for=shape-image-threshold 534 -webkit-shape-image-threshold alias_for=shape-image-threshold
536 -webkit-shape-margin alias_for=shape-margin 535 -webkit-shape-margin alias_for=shape-margin
537 -webkit-shape-outside alias_for=shape-outside 536 -webkit-shape-outside alias_for=shape-outside
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698