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

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

Issue 1987943002: [wip] unprefix filter Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 cursor inherited, custom_all 186 cursor inherited, custom_all
187 cx interpolable, svg, converter=convertLength 187 cx interpolable, svg, converter=convertLength
188 cy interpolable, svg, converter=convertLength 188 cy interpolable, svg, converter=convertLength
189 d runtime_flag=CSSPropertyD, interpolable, svg, converter=convertPathOrNone 189 d runtime_flag=CSSPropertyD, interpolable, svg, converter=convertPathOrNone
190 display 190 display
191 dominant-baseline inherited, svg 191 dominant-baseline inherited, svg
192 empty-cells inherited, type_name=EEmptyCells 192 empty-cells inherited, type_name=EEmptyCells
193 fill interpolable, inherited, svg, setter=setFillPaint, custom_all 193 fill interpolable, inherited, svg, setter=setFillPaint, custom_all
194 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage 194 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage
195 fill-rule inherited, svg, type_name=WindRule 195 fill-rule inherited, svg, type_name=WindRule
196 filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier 196 filter interpolable, converter=convertFilterOperations
197 flex-basis interpolable, converter=convertLengthOrAuto 197 flex-basis interpolable, converter=convertLengthOrAuto
198 flex-direction 198 flex-direction
199 flex-grow interpolable, type_name=float 199 flex-grow interpolable, type_name=float
200 flex-shrink interpolable, type_name=float 200 flex-shrink interpolable, type_name=float
201 flex-wrap 201 flex-wrap
202 float type_name=EFloat, name_for_methods=Floating 202 float type_name=EFloat, name_for_methods=Floating
203 flood-color interpolable, svg, converter=convertColor 203 flood-color interpolable, svg, converter=convertColor
204 flood-opacity interpolable, svg, converter=convertNumberOrPercentage 204 flood-opacity interpolable, svg, converter=convertNumberOrPercentage
205 grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSize 205 grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSize
206 grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow, type_n ame=GridAutoFlow 206 grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow, type_n ame=GridAutoFlow
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 -webkit-box-pack 350 -webkit-box-pack
351 -webkit-box-reflect converter=convertBoxReflect 351 -webkit-box-reflect converter=convertBoxReflect
352 -webkit-clip-path interpolable, custom_value 352 -webkit-clip-path interpolable, custom_value
353 column-count interpolable, type_name=unsigned short, custom_all 353 column-count interpolable, type_name=unsigned short, custom_all
354 column-gap interpolable, converter=convertComputedLength<float>, custom_all 354 column-gap interpolable, converter=convertComputedLength<float>, custom_all
355 column-rule-color interpolable, custom_all 355 column-rule-color interpolable, custom_all
356 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 356 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
357 column-rule-width interpolable, converter=convertLineWidth<unsigned short> 357 column-rule-width interpolable, converter=convertLineWidth<unsigned short>
358 column-span type_name=ColumnSpan 358 column-span type_name=ColumnSpan
359 column-width interpolable, converter=convertComputedLength<float>, custom_all 359 column-width interpolable, converter=convertComputedLength<float>, custom_all
360 -webkit-filter interpolable, converter=convertFilterOperations
361 -webkit-highlight inherited, converter=convertString<CSSValueNone> 360 -webkit-highlight inherited, converter=convertString<CSSValueNone>
362 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto> 361 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto>
363 -webkit-line-break inherited, type_name=LineBreak 362 -webkit-line-break inherited, type_name=LineBreak
364 -webkit-line-clamp type_name=LineClampValue 363 -webkit-line-clamp type_name=LineClampValue
365 -webkit-margin-after-collapse type_name=EMarginCollapse 364 -webkit-margin-after-collapse type_name=EMarginCollapse
366 -webkit-margin-before-collapse type_name=EMarginCollapse 365 -webkit-margin-before-collapse type_name=EMarginCollapse
367 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 366 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
368 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse 367 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
369 -webkit-mask-box-image-outset interpolable, custom_all 368 -webkit-mask-box-image-outset interpolable, custom_all
370 -webkit-mask-box-image-repeat custom_all 369 -webkit-mask-box-image-repeat custom_all
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 -webkit-box-sizing alias_for=box-sizing 544 -webkit-box-sizing alias_for=box-sizing
546 -webkit-column-count alias_for=column-count 545 -webkit-column-count alias_for=column-count
547 -webkit-column-gap alias_for=column-gap 546 -webkit-column-gap alias_for=column-gap
548 -webkit-column-rule alias_for=column-rule 547 -webkit-column-rule alias_for=column-rule
549 -webkit-column-rule-color alias_for=column-rule-color 548 -webkit-column-rule-color alias_for=column-rule-color
550 -webkit-column-rule-style alias_for=column-rule-style 549 -webkit-column-rule-style alias_for=column-rule-style
551 -webkit-column-rule-width alias_for=column-rule-width 550 -webkit-column-rule-width alias_for=column-rule-width
552 -webkit-column-span alias_for=column-span 551 -webkit-column-span alias_for=column-span
553 -webkit-column-width alias_for=column-width 552 -webkit-column-width alias_for=column-width
554 -webkit-columns alias_for=columns 553 -webkit-columns alias_for=columns
554 -webkit-filter alias_for=filter
555 -webkit-flex alias_for=flex 555 -webkit-flex alias_for=flex
556 -webkit-flex-basis alias_for=flex-basis 556 -webkit-flex-basis alias_for=flex-basis
557 -webkit-flex-direction alias_for=flex-direction 557 -webkit-flex-direction alias_for=flex-direction
558 -webkit-flex-flow alias_for=flex-flow 558 -webkit-flex-flow alias_for=flex-flow
559 -webkit-flex-grow alias_for=flex-grow 559 -webkit-flex-grow alias_for=flex-grow
560 -webkit-flex-shrink alias_for=flex-shrink 560 -webkit-flex-shrink alias_for=flex-shrink
561 -webkit-flex-wrap alias_for=flex-wrap 561 -webkit-flex-wrap alias_for=flex-wrap
562 -webkit-font-feature-settings alias_for=font-feature-settings 562 -webkit-font-feature-settings alias_for=font-feature-settings
563 -webkit-justify-content alias_for=justify-content 563 -webkit-justify-content alias_for=justify-content
564 -webkit-opacity alias_for=opacity 564 -webkit-opacity alias_for=opacity
565 -webkit-order alias_for=order 565 -webkit-order alias_for=order
566 -webkit-perspective alias_for=perspective 566 -webkit-perspective alias_for=perspective
567 -webkit-perspective-origin alias_for=perspective-origin 567 -webkit-perspective-origin alias_for=perspective-origin
568 -webkit-shape-image-threshold alias_for=shape-image-threshold 568 -webkit-shape-image-threshold alias_for=shape-image-threshold
569 -webkit-shape-margin alias_for=shape-margin 569 -webkit-shape-margin alias_for=shape-margin
570 -webkit-shape-outside alias_for=shape-outside 570 -webkit-shape-outside alias_for=shape-outside
571 -webkit-transform alias_for=transform 571 -webkit-transform alias_for=transform
572 -webkit-transform-origin alias_for=transform-origin 572 -webkit-transform-origin alias_for=transform-origin
573 -webkit-transform-style alias_for=transform-style 573 -webkit-transform-style alias_for=transform-style
574 -webkit-transition alias_for=transition 574 -webkit-transition alias_for=transition
575 -webkit-transition-delay alias_for=transition-delay 575 -webkit-transition-delay alias_for=transition-delay
576 -webkit-transition-duration alias_for=transition-duration 576 -webkit-transition-duration alias_for=transition-duration
577 -webkit-transition-property alias_for=transition-property 577 -webkit-transition-property alias_for=transition-property
578 -webkit-transition-timing-function alias_for=transition-timing-function 578 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698