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

Unified Diff: Source/core/css/CSSProperties.in

Issue 1099483002: Use alias_for with trivial property aliases (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@alias
Patch Set: rebase a couple of tests Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index b4c3887cca810b792f844e9f31f218dd8decad40..cbd9f613ed86583bede35cd90ea4a21c0932fca4 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -301,7 +301,6 @@ y animatable, svg, converter=convertLength
-webkit-animation-timing-function custom_all
-webkit-appearance type_name=ControlPart
-webkit-app-region custom_all
--webkit-backface-visibility use_handlers_for=CSSPropertyBackfaceVisibility
-webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip
-webkit-background-composite custom_all
-webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin
@@ -319,7 +318,6 @@ y animatable, svg, converter=convertLength
-webkit-box-orient
-webkit-box-pack
-webkit-box-reflect converter=convertBoxReflect
--webkit-box-shadow use_handlers_for=CSSPropertyBoxShadow
-webkit-clip-path animatable, custom_value
-webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak
-webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak
@@ -356,7 +354,6 @@ y animatable, svg, converter=convertLength
-webkit-mask-repeat-y custom_all
-webkit-mask-size animatable, custom_all
-webkit-perspective use_handlers_for=CSSPropertyPerspective
--webkit-perspective-origin use_handlers_for=CSSPropertyPerspectiveOrigin
-webkit-perspective-origin-x animatable, converter=convertLength
-webkit-perspective-origin-y animatable, converter=convertLength
-webkit-print-color-adjust inherited, type_name=PrintColorAdjust
@@ -372,11 +369,9 @@ y animatable, svg, converter=convertLength
-webkit-text-stroke-color animatable, inherited, custom_all
-webkit-text-stroke-width inherited, converter=convertTextStrokeWidth
-webkit-transform use_handlers_for=CSSPropertyTransform
--webkit-transform-origin use_handlers_for=CSSPropertyTransformOrigin
-webkit-transform-origin-x animatable, converter=convertLength
-webkit-transform-origin-y animatable, converter=convertLength
-webkit-transform-origin-z animatable, converter=convertComputedLength<float>
--webkit-transform-style name_for_methods=TransformStyle3D
-webkit-transition-delay custom_all
-webkit-transition-duration custom_all
-webkit-transition-property custom_all
@@ -517,10 +512,12 @@ transition longhands=transition-property;transition-duration;transition-timing-f
-webkit-align-content alias_for=align-content
-webkit-align-items alias_for=align-items
-webkit-align-self alias_for=align-self
+-webkit-backface-visibility alias_for=backface-visibility
-webkit-border-bottom-left-radius alias_for=border-bottom-left-radius
-webkit-border-bottom-right-radius alias_for=border-bottom-right-radius
-webkit-border-top-left-radius alias_for=border-top-left-radius
-webkit-border-top-right-radius alias_for=border-top-right-radius
+-webkit-box-shadow alias_for=box-shadow
-webkit-box-sizing alias_for=box-sizing
-webkit-flex alias_for=flex
-webkit-flex-basis alias_for=flex-basis
@@ -532,6 +529,9 @@ transition longhands=transition-property;transition-duration;transition-timing-f
-webkit-justify-content alias_for=justify-content
-webkit-opacity alias_for=opacity
-webkit-order alias_for=order
+-webkit-perspective-origin alias_for=perspective-origin
-webkit-shape-image-threshold alias_for=shape-image-threshold
-webkit-shape-margin alias_for=shape-margin
-webkit-shape-outside alias_for=shape-outside
+-webkit-transform-origin alias_for=transform-origin
+-webkit-transform-style alias_for=transform-style
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698