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

Side by Side Diff: sky/engine/core/css/CSSProperties.in

Issue 710113003: Initial step of removing CSS zoom related properties. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
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 do not get their own enum and instead map 7 // Properties specifying alias_for do not get their own enum and instead map
8 // directly onto the CSSPropertyID they alias. Currently this means that the 8 // directly onto the CSSPropertyID they alias. Currently this means that the
9 // UseCounter will not pick up on these (crbug.com/304855) 9 // UseCounter will not pick up on these (crbug.com/304855)
10 10
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 font-stretch inherited, font, type_name=FontStretch, name_for_methods=Stretch 89 font-stretch inherited, font, type_name=FontStretch, name_for_methods=Stretch
90 font-style inherited, font, type_name=FontStyle, name_for_methods=Style 90 font-style inherited, font, type_name=FontStyle, name_for_methods=Style
91 font-variant inherited, font, type_name=FontVariant, name_for_methods=Variant 91 font-variant inherited, font, type_name=FontVariant, name_for_methods=Variant
92 font-variant-ligatures inherited, font, name_for_methods=VariantLigatures, conve rter=convertFontVariantLigatures 92 font-variant-ligatures inherited, font, name_for_methods=VariantLigatures, conve rter=convertFontVariantLigatures
93 font-weight animatable, inherited, font, type_name=FontWeight, name_for_methods= Weight, converter=convertFontWeight 93 font-weight animatable, inherited, font, type_name=FontWeight, name_for_methods= Weight, converter=convertFontWeight
94 -webkit-font-feature-settings inherited, font, name_for_methods=FeatureSettings, converter=convertFontFeatureSettings 94 -webkit-font-feature-settings inherited, font, name_for_methods=FeatureSettings, converter=convertFontFeatureSettings
95 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode 95 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode
96 -webkit-locale inherited, custom_value 96 -webkit-locale inherited, custom_value
97 -webkit-text-orientation inherited, custom_value 97 -webkit-text-orientation inherited, custom_value
98 text-rendering inherited, font, type_name=TextRenderingMode 98 text-rendering inherited, font, type_name=TextRenderingMode
99 zoom animatable, custom_all
100 line-height animatable, inherited, getter=specifiedLineHeight, custom_value 99 line-height animatable, inherited, getter=specifiedLineHeight, custom_value
101 100
102 align-content 101 align-content
103 align-items custom_all 102 align-items custom_all
104 align-self custom_all 103 align-self custom_all
105 backface-visibility 104 backface-visibility
106 background-attachment custom_all 105 background-attachment custom_all
107 background-blend-mode custom_all 106 background-blend-mode custom_all
108 background-clip custom_all 107 background-clip custom_all
109 background-color animatable, custom_all 108 background-color animatable, custom_all
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 331
333 all builder_skip 332 all builder_skip
334 animation-delay runtime_flag=CSSAnimationUnprefixed, builder_skip 333 animation-delay runtime_flag=CSSAnimationUnprefixed, builder_skip
335 animation-direction runtime_flag=CSSAnimationUnprefixed, builder_skip 334 animation-direction runtime_flag=CSSAnimationUnprefixed, builder_skip
336 animation-duration runtime_flag=CSSAnimationUnprefixed, builder_skip 335 animation-duration runtime_flag=CSSAnimationUnprefixed, builder_skip
337 animation-fill-mode runtime_flag=CSSAnimationUnprefixed, builder_skip 336 animation-fill-mode runtime_flag=CSSAnimationUnprefixed, builder_skip
338 animation-iteration-count runtime_flag=CSSAnimationUnprefixed, builder_skip 337 animation-iteration-count runtime_flag=CSSAnimationUnprefixed, builder_skip
339 animation-name runtime_flag=CSSAnimationUnprefixed, builder_skip 338 animation-name runtime_flag=CSSAnimationUnprefixed, builder_skip
340 animation-play-state runtime_flag=CSSAnimationUnprefixed, builder_skip 339 animation-play-state runtime_flag=CSSAnimationUnprefixed, builder_skip
341 animation-timing-function runtime_flag=CSSAnimationUnprefixed, builder_skip 340 animation-timing-function runtime_flag=CSSAnimationUnprefixed, builder_skip
342 max-zoom builder_skip
343 min-zoom builder_skip
344 orientation builder_skip 341 orientation builder_skip
345 page builder_skip 342 page builder_skip
346 src builder_skip 343 src builder_skip
347 transition-delay builder_skip 344 transition-delay builder_skip
348 transition-duration builder_skip 345 transition-duration builder_skip
349 transition-property builder_skip 346 transition-property builder_skip
350 transition-timing-function builder_skip 347 transition-timing-function builder_skip
351 unicode-range builder_skip 348 unicode-range builder_skip
352 user-zoom builder_skip
353 -webkit-font-size-delta builder_skip 349 -webkit-font-size-delta builder_skip
354 -webkit-text-decorations-in-effect inherited, builder_skip 350 -webkit-text-decorations-in-effect inherited, builder_skip
355 351
356 // Shorthands 352 // Shorthands
357 353
358 animation runtime_flag=CSSAnimationUnprefixed, longhands=animation-name;animatio n-duration;animation-timing-function;animation-delay;animation-iteration-count;a nimation-direction;animation-fill-mode;animation-play-state 354 animation runtime_flag=CSSAnimationUnprefixed, longhands=animation-name;animatio n-duration;animation-timing-function;animation-delay;animation-iteration-count;a nimation-direction;animation-fill-mode;animation-play-state
359 background longhands=background-image;background-position-x;background-position- y;background-size;background-repeat-x;background-repeat-y;background-attachment; background-origin;background-clip;background-color 355 background longhands=background-image;background-position-x;background-position- y;background-size;background-repeat-x;background-repeat-y;background-attachment; background-origin;background-clip;background-color
360 background-position longhands=background-position-x;background-position-y 356 background-position longhands=background-position-x;background-position-y
361 background-repeat longhands=background-repeat-x;background-repeat-y 357 background-repeat longhands=background-repeat-x;background-repeat-y
362 border longhands=border-top-color;border-top-style;border-top-width;border-right -color;border-right-style;border-right-width;border-bottom-color;border-bottom-s tyle;border-bottom-width;border-left-color;border-left-style;border-left-width 358 border longhands=border-top-color;border-top-style;border-top-width;border-right -color;border-right-style;border-right-width;border-bottom-color;border-bottom-s tyle;border-bottom-width;border-left-color;border-left-style;border-left-width
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 -webkit-flex alias_for=flex 410 -webkit-flex alias_for=flex
415 -webkit-flex-basis alias_for=flex-basis 411 -webkit-flex-basis alias_for=flex-basis
416 -webkit-flex-direction alias_for=flex-direction 412 -webkit-flex-direction alias_for=flex-direction
417 -webkit-flex-flow alias_for=flex-flow 413 -webkit-flex-flow alias_for=flex-flow
418 -webkit-flex-grow alias_for=flex-grow 414 -webkit-flex-grow alias_for=flex-grow
419 -webkit-flex-shrink alias_for=flex-shrink 415 -webkit-flex-shrink alias_for=flex-shrink
420 -webkit-flex-wrap alias_for=flex-wrap 416 -webkit-flex-wrap alias_for=flex-wrap
421 -webkit-justify-content alias_for=justify-content 417 -webkit-justify-content alias_for=justify-content
422 -webkit-opacity alias_for=opacity 418 -webkit-opacity alias_for=opacity
423 -webkit-order alias_for=order 419 -webkit-order alias_for=order
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSComputedStyleDeclaration.cpp ('k') | sky/engine/core/css/MediaValues.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698