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

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

Issue 2563353002: Generate storage for -webkit-box-direction in ComputedStyleBase (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('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 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 y interpolable, svg, converter=convertLength 377 y interpolable, svg, converter=convertLength
378 -webkit-appearance type_name=ControlPart 378 -webkit-appearance type_name=ControlPart
379 -webkit-app-region custom_all 379 -webkit-app-region custom_all
380 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip 380 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip
381 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin 381 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin
382 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori zontalBorderSpacing, converter=convertComputedLength<short> 382 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori zontalBorderSpacing, converter=convertComputedLength<short>
383 -webkit-border-image initial=initialNinePieceImage, custom_value 383 -webkit-border-image initial=initialNinePieceImage, custom_value
384 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic alBorderSpacing, converter=convertComputedLength<short> 384 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic alBorderSpacing, converter=convertComputedLength<short>
385 -webkit-box-align type_name=EBoxAlignment 385 -webkit-box-align type_name=EBoxAlignment
386 -webkit-box-decoration-break 386 -webkit-box-decoration-break
387 -webkit-box-direction inherited 387 -webkit-box-direction inherited, keyword_only, keywords=[normal|reverse], initia l_keyword=normal
388 -webkit-box-flex type_name=float 388 -webkit-box-flex type_name=float
389 -webkit-box-flex-group type_name=unsigned int 389 -webkit-box-flex-group type_name=unsigned int
390 -webkit-box-lines 390 -webkit-box-lines
391 -webkit-box-ordinal-group type_name=unsigned int 391 -webkit-box-ordinal-group type_name=unsigned int
392 -webkit-box-orient 392 -webkit-box-orient
393 -webkit-box-pack 393 -webkit-box-pack
394 -webkit-box-reflect converter=convertBoxReflect 394 -webkit-box-reflect converter=convertBoxReflect
395 column-count interpolable, type_name=unsigned short, custom_all 395 column-count interpolable, type_name=unsigned short, custom_all
396 column-gap interpolable, converter=convertComputedLength<float>, custom_all 396 column-gap interpolable, converter=convertComputedLength<float>, custom_all
397 column-rule-color interpolable, custom_all 397 column-rule-color interpolable, custom_all
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 -webkit-text-size-adjust alias_for=text-size-adjust 618 -webkit-text-size-adjust alias_for=text-size-adjust
619 -webkit-transform alias_for=transform 619 -webkit-transform alias_for=transform
620 -webkit-transform-origin alias_for=transform-origin 620 -webkit-transform-origin alias_for=transform-origin
621 -webkit-transform-style alias_for=transform-style 621 -webkit-transform-style alias_for=transform-style
622 -webkit-transition alias_for=transition 622 -webkit-transition alias_for=transition
623 -webkit-transition-delay alias_for=transition-delay 623 -webkit-transition-delay alias_for=transition-delay
624 -webkit-transition-duration alias_for=transition-duration 624 -webkit-transition-duration alias_for=transition-duration
625 -webkit-transition-property alias_for=transition-property 625 -webkit-transition-property alias_for=transition-property
626 -webkit-transition-timing-function alias_for=transition-timing-function 626 -webkit-transition-timing-function alias_for=transition-timing-function
627 -webkit-user-select alias_for=user-select 627 -webkit-user-select alias_for=user-select
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698