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

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

Issue 1481683002: CSS: Retire runtime flag CSSMotionPath (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/css/ComputedStyleCSSValueMapping.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 // 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier 218 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier
219 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier 219 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier
220 mask svg, name_for_methods=MaskerResource, converter=convertFragmentIdentifier 220 mask svg, name_for_methods=MaskerResource, converter=convertFragmentIdentifier
221 mask-source-type runtime_flag=CSSMaskSourceType, custom_all 221 mask-source-type runtime_flag=CSSMaskSourceType, custom_all
222 mask-type svg 222 mask-type svg
223 max-height interpolable, initial=initialMaxSize, converter=convertLengthMaxSizin g 223 max-height interpolable, initial=initialMaxSize, converter=convertLengthMaxSizin g
224 max-width interpolable, initial=initialMaxSize, converter=convertLengthMaxSizing 224 max-width interpolable, initial=initialMaxSize, converter=convertLengthMaxSizing
225 min-height interpolable, initial=initialMinSize, converter=convertLengthSizing 225 min-height interpolable, initial=initialMinSize, converter=convertLengthSizing
226 min-width interpolable, initial=initialMinSize, converter=convertLengthSizing 226 min-width interpolable, initial=initialMinSize, converter=convertLengthSizing
227 mix-blend-mode runtime_flag=CSSCompositing, type_name=blink::WebBlendMode, name_ for_methods=BlendMode 227 mix-blend-mode runtime_flag=CSSCompositing, type_name=blink::WebBlendMode, name_ for_methods=BlendMode
228 motion-offset runtime_flag=CSSMotionPath, interpolable, converter=convertLength 228 motion-offset interpolable, converter=convertLength
229 motion-path runtime_flag=CSSMotionPath, custom_all 229 motion-path custom_all
230 motion-rotation runtime_flag=CSSMotionPath, interpolable, custom_all 230 motion-rotation interpolable, custom_all
231 object-fit type_name=ObjectFit 231 object-fit type_name=ObjectFit
232 object-position interpolable, converter=convertPosition 232 object-position interpolable, converter=convertPosition
233 opacity interpolable, type_name=float 233 opacity interpolable, type_name=float
234 order type_name=int 234 order type_name=int
235 orphans interpolable, inherited, type_name=short, custom_all 235 orphans interpolable, inherited, type_name=short, custom_all
236 outline-color interpolable, custom_all 236 outline-color interpolable, custom_all
237 outline-offset interpolable, converter=convertComputedLength<int> 237 outline-offset interpolable, converter=convertComputedLength<int>
238 outline-style custom_all 238 outline-style custom_all
239 outline-width interpolable, converter=convertLineWidth<unsigned short> 239 outline-width interpolable, converter=convertLineWidth<unsigned short>
240 overflow-wrap inherited 240 overflow-wrap inherited
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 font longhands=font-style;font-variant;font-weight;font-stretch;font-size;line-h eight;font-family 462 font longhands=font-style;font-variant;font-weight;font-stretch;font-size;line-h eight;font-family
463 grid runtime_flag=CSSGridLayout, longhands=grid-template-columns;grid-template-r ows;grid-template-areas;grid-auto-flow;grid-auto-columns;grid-auto-rows 463 grid runtime_flag=CSSGridLayout, longhands=grid-template-columns;grid-template-r ows;grid-template-areas;grid-auto-flow;grid-auto-columns;grid-auto-rows
464 grid-area runtime_flag=CSSGridLayout, longhands=grid-row-start;grid-column-start ;grid-row-end;grid-column-end 464 grid-area runtime_flag=CSSGridLayout, longhands=grid-row-start;grid-column-start ;grid-row-end;grid-column-end
465 grid-column runtime_flag=CSSGridLayout, longhands=grid-column-start;grid-column- end 465 grid-column runtime_flag=CSSGridLayout, longhands=grid-column-start;grid-column- end
466 grid-gap runtime_flag=CSSGridLayout, longhands=grid-column-gap;grid-row-gap 466 grid-gap runtime_flag=CSSGridLayout, longhands=grid-column-gap;grid-row-gap
467 grid-row runtime_flag=CSSGridLayout, longhands=grid-row-start;grid-row-end 467 grid-row runtime_flag=CSSGridLayout, longhands=grid-row-start;grid-row-end
468 grid-template runtime_flag=CSSGridLayout, longhands=grid-template-columns;grid-t emplate-rows;grid-template-areas 468 grid-template runtime_flag=CSSGridLayout, longhands=grid-template-columns;grid-t emplate-rows;grid-template-areas
469 list-style longhands=list-style-type;list-style-position;list-style-image 469 list-style longhands=list-style-type;list-style-position;list-style-image
470 margin longhands=margin-top;margin-right;margin-bottom;margin-left 470 margin longhands=margin-top;margin-right;margin-bottom;margin-left
471 marker longhands=marker-start;marker-mid;marker-end 471 marker longhands=marker-start;marker-mid;marker-end
472 motion runtime_flag=CSSMotionPath, longhands=motion-path;motion-offset;motion-ro tation 472 motion longhands=motion-path;motion-offset;motion-rotation
473 outline longhands=outline-color;outline-style;outline-width 473 outline longhands=outline-color;outline-style;outline-width
474 overflow longhands=overflow-x;overflow-y 474 overflow longhands=overflow-x;overflow-y
475 padding longhands=padding-top;padding-right;padding-bottom;padding-left 475 padding longhands=padding-top;padding-right;padding-bottom;padding-left
476 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay 476 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay
477 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color 477 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color
478 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color 478 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color
479 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color 479 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color
480 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color 480 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color
481 -webkit-column-rule longhands=-webkit-column-rule-width;-webkit-column-rule-styl e;-webkit-column-rule-color 481 -webkit-column-rule longhands=-webkit-column-rule-width;-webkit-column-rule-styl e;-webkit-column-rule-color
482 -webkit-columns longhands=-webkit-column-width;-webkit-column-count 482 -webkit-columns longhands=-webkit-column-width;-webkit-column-count
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 -webkit-shape-margin alias_for=shape-margin 539 -webkit-shape-margin alias_for=shape-margin
540 -webkit-shape-outside alias_for=shape-outside 540 -webkit-shape-outside alias_for=shape-outside
541 -webkit-transform alias_for=transform 541 -webkit-transform alias_for=transform
542 -webkit-transform-origin alias_for=transform-origin 542 -webkit-transform-origin alias_for=transform-origin
543 -webkit-transform-style alias_for=transform-style 543 -webkit-transform-style alias_for=transform-style
544 -webkit-transition alias_for=transition 544 -webkit-transition alias_for=transition
545 -webkit-transition-delay alias_for=transition-delay 545 -webkit-transition-delay alias_for=transition-delay
546 -webkit-transition-duration alias_for=transition-duration 546 -webkit-transition-duration alias_for=transition-duration
547 -webkit-transition-property alias_for=transition-property 547 -webkit-transition-property alias_for=transition-property
548 -webkit-transition-timing-function alias_for=transition-timing-function 548 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698