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

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

Issue 2314013002: Remove PropertyD runtime flag (status=stable) (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 190 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
191 color-rendering inherited, svg 191 color-rendering inherited, svg
192 column-fill type_name=ColumnFill 192 column-fill type_name=ColumnFill
193 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> 193 contain runtime_flag=CSSContainment, converter=convertFlags<Containment>
194 content custom_all, typedom_types=[Image], supports_multiple 194 content custom_all, typedom_types=[Image], supports_multiple
195 counter-increment custom_all 195 counter-increment custom_all
196 counter-reset custom_all 196 counter-reset custom_all
197 cursor inherited, custom_all 197 cursor inherited, custom_all
198 cx interpolable, svg, converter=convertLength 198 cx interpolable, svg, converter=convertLength
199 cy interpolable, svg, converter=convertLength 199 cy interpolable, svg, converter=convertLength
200 d runtime_flag=CSSPropertyD, interpolable, svg, converter=convertPathOrNone 200 d interpolable, svg, converter=convertPathOrNone
201 display 201 display
202 dominant-baseline inherited, svg 202 dominant-baseline inherited, svg
203 empty-cells inherited, type_name=EEmptyCells 203 empty-cells inherited, type_name=EEmptyCells
204 fill interpolable, inherited, svg, setter=setFillPaint, custom_all 204 fill interpolable, inherited, svg, setter=setFillPaint, custom_all
205 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage 205 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage
206 fill-rule inherited, svg, type_name=WindRule 206 fill-rule inherited, svg, type_name=WindRule
207 filter interpolable, converter=convertFilterOperations 207 filter interpolable, converter=convertFilterOperations
208 flex-basis interpolable, converter=convertLengthOrAuto 208 flex-basis interpolable, converter=convertLengthOrAuto
209 flex-direction 209 flex-direction
210 flex-grow interpolable, type_name=float 210 flex-grow interpolable, type_name=float
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 -webkit-text-size-adjust alias_for=text-size-adjust 587 -webkit-text-size-adjust alias_for=text-size-adjust
588 -webkit-transform alias_for=transform 588 -webkit-transform alias_for=transform
589 -webkit-transform-origin alias_for=transform-origin 589 -webkit-transform-origin alias_for=transform-origin
590 -webkit-transform-style alias_for=transform-style 590 -webkit-transform-style alias_for=transform-style
591 -webkit-transition alias_for=transition 591 -webkit-transition alias_for=transition
592 -webkit-transition-delay alias_for=transition-delay 592 -webkit-transition-delay alias_for=transition-delay
593 -webkit-transition-duration alias_for=transition-duration 593 -webkit-transition-duration alias_for=transition-duration
594 -webkit-transition-property alias_for=transition-property 594 -webkit-transition-property alias_for=transition-property
595 -webkit-transition-timing-function alias_for=transition-timing-function 595 -webkit-transition-timing-function alias_for=transition-timing-function
596 -webkit-user-select alias_for=user-select 596 -webkit-user-select alias_for=user-select
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698