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

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

Issue 1407123011: Use a converter to resolve style for -webkit-filter and backdrop-filter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/resolver/FilterOperationResolver.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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 alignment-baseline svg 107 alignment-baseline svg
108 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment Data 108 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment Data
109 animation-delay custom_all 109 animation-delay custom_all
110 animation-direction custom_all 110 animation-direction custom_all
111 animation-duration custom_all 111 animation-duration custom_all
112 animation-fill-mode custom_all 112 animation-fill-mode custom_all
113 animation-iteration-count custom_all 113 animation-iteration-count custom_all
114 animation-name custom_all 114 animation-name custom_all
115 animation-play-state custom_all 115 animation-play-state custom_all
116 animation-timing-function custom_all 116 animation-timing-function custom_all
117 backdrop-filter interpolable, custom_value, runtime_flag=CSSBackdropFilter 117 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS SBackdropFilter
118 backface-visibility 118 backface-visibility
119 background-attachment custom_all 119 background-attachment custom_all
120 background-blend-mode custom_all 120 background-blend-mode custom_all
121 background-clip custom_all 121 background-clip custom_all
122 background-color interpolable, custom_all 122 background-color interpolable, custom_all
123 background-image interpolable, custom_all 123 background-image interpolable, custom_all
124 background-origin custom_all 124 background-origin custom_all
125 background-position-x interpolable, custom_all 125 background-position-x interpolable, custom_all
126 background-position-y interpolable, custom_all 126 background-position-y interpolable, custom_all
127 background-repeat-x custom_all 127 background-repeat-x custom_all
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak 337 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak
338 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak 338 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak
339 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak 339 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak
340 -webkit-column-count interpolable, type_name=unsigned short, custom_all 340 -webkit-column-count interpolable, type_name=unsigned short, custom_all
341 -webkit-column-gap interpolable, converter=convertComputedLength<float>, custom_ all 341 -webkit-column-gap interpolable, converter=convertComputedLength<float>, custom_ all
342 -webkit-column-rule-color interpolable, custom_all 342 -webkit-column-rule-color interpolable, custom_all
343 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 343 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
344 -webkit-column-rule-width interpolable, converter=convertLineWidth<unsigned shor t> 344 -webkit-column-rule-width interpolable, converter=convertLineWidth<unsigned shor t>
345 -webkit-column-span type_name=ColumnSpan 345 -webkit-column-span type_name=ColumnSpan
346 -webkit-column-width interpolable, converter=convertComputedLength<float>, custo m_all 346 -webkit-column-width interpolable, converter=convertComputedLength<float>, custo m_all
347 -webkit-filter interpolable, custom_value 347 -webkit-filter interpolable, converter=convertFilterOperations
348 -webkit-highlight inherited, converter=convertString<CSSValueNone> 348 -webkit-highlight inherited, converter=convertString<CSSValueNone>
349 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto> 349 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto>
350 -webkit-line-break inherited, type_name=LineBreak 350 -webkit-line-break inherited, type_name=LineBreak
351 -webkit-line-clamp type_name=LineClampValue 351 -webkit-line-clamp type_name=LineClampValue
352 -webkit-margin-after-collapse type_name=EMarginCollapse 352 -webkit-margin-after-collapse type_name=EMarginCollapse
353 -webkit-margin-before-collapse type_name=EMarginCollapse 353 -webkit-margin-before-collapse type_name=EMarginCollapse
354 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 354 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
355 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse 355 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
356 -webkit-mask-box-image-outset interpolable, custom_all 356 -webkit-mask-box-image-outset interpolable, custom_all
357 -webkit-mask-box-image-repeat custom_all 357 -webkit-mask-box-image-repeat custom_all
(...skipping 181 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/resolver/FilterOperationResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698