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

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

Issue 2616643003: Implements CSSPropertyAPI for the webkit-box-flex-group property. (Closed)
Patch Set: rebase Created 3 years, 11 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
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 should be virtually identical to the 7 // Properties specifying alias_for should be virtually identical to the
8 // properties they alias. Minor parsing differences are allowed as long as 8 // properties they alias. Minor parsing differences are allowed as long as
9 // the CSSValues created are of the same format of the aliased property. 9 // the CSSValues created are of the same format of the aliased property.
10 10
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 -webkit-app-region custom_all 408 -webkit-app-region custom_all
409 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip 409 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip
410 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin 410 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin
411 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori zontalBorderSpacing, converter=convertComputedLength<short> 411 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori zontalBorderSpacing, converter=convertComputedLength<short>
412 -webkit-border-image initial=initialNinePieceImage, custom_value 412 -webkit-border-image initial=initialNinePieceImage, custom_value
413 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic alBorderSpacing, converter=convertComputedLength<short> 413 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic alBorderSpacing, converter=convertComputedLength<short>
414 -webkit-box-align type_name=EBoxAlignment 414 -webkit-box-align type_name=EBoxAlignment
415 -webkit-box-decoration-break 415 -webkit-box-decoration-break
416 -webkit-box-direction inherited, independent, keyword_only, keywords=[normal|rev erse], initial_keyword=normal 416 -webkit-box-direction inherited, independent, keyword_only, keywords=[normal|rev erse], initial_keyword=normal
417 -webkit-box-flex type_name=float 417 -webkit-box-flex type_name=float
418 -webkit-box-flex-group type_name=unsigned int 418 -webkit-box-flex-group type_name=unsigned int, api_class
419 -webkit-box-lines 419 -webkit-box-lines
420 -webkit-box-ordinal-group type_name=unsigned int 420 -webkit-box-ordinal-group type_name=unsigned int
421 -webkit-box-orient 421 -webkit-box-orient
422 -webkit-box-pack 422 -webkit-box-pack
423 -webkit-box-reflect converter=convertBoxReflect 423 -webkit-box-reflect converter=convertBoxReflect
424 column-count interpolable, type_name=unsigned short, custom_all 424 column-count interpolable, type_name=unsigned short, custom_all
425 column-gap interpolable, converter=convertComputedLength<float>, custom_all, api _class 425 column-gap interpolable, converter=convertComputedLength<float>, custom_all, api _class
426 column-rule-color interpolable, custom_all 426 column-rule-color interpolable, custom_all
427 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 427 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
428 column-rule-width interpolable, converter=convertLineWidth<unsigned short> 428 column-rule-width interpolable, converter=convertLineWidth<unsigned short>
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 -webkit-text-size-adjust alias_for=text-size-adjust 655 -webkit-text-size-adjust alias_for=text-size-adjust
656 -webkit-transform alias_for=transform 656 -webkit-transform alias_for=transform
657 -webkit-transform-origin alias_for=transform-origin 657 -webkit-transform-origin alias_for=transform-origin
658 -webkit-transform-style alias_for=transform-style 658 -webkit-transform-style alias_for=transform-style
659 -webkit-transition alias_for=transition 659 -webkit-transition alias_for=transition
660 -webkit-transition-delay alias_for=transition-delay 660 -webkit-transition-delay alias_for=transition-delay
661 -webkit-transition-duration alias_for=transition-duration 661 -webkit-transition-duration alias_for=transition-duration
662 -webkit-transition-property alias_for=transition-property 662 -webkit-transition-property alias_for=transition-property
663 -webkit-transition-timing-function alias_for=transition-timing-function 663 -webkit-transition-timing-function alias_for=transition-timing-function
664 -webkit-user-select alias_for=user-select 664 -webkit-user-select alias_for=user-select
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698