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

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

Issue 1910263003: Generate CSSPropertyEquality instead of using hand-updated file. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests2! Created 4 years, 7 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
Index: third_party/WebKit/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index dd9a465ebe7663256e45ac43da84acb16e33359c..a3b9ecf572f7bc8aa3203afee70ba50a8000f758 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -119,14 +119,14 @@ align-content initial=initialContentAlignment, converter=convertContentAlignment
align-items initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmentData
alignment-baseline svg
align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmentData
-animation-delay custom_all
-animation-direction custom_all
-animation-duration custom_all
-animation-fill-mode custom_all
-animation-iteration-count custom_all
-animation-name custom_all
-animation-play-state custom_all
-animation-timing-function custom_all
+animation-delay custom_all, animation
+animation-direction custom_all, animation
+animation-duration custom_all, animation
+animation-fill-mode custom_all, animation
+animation-iteration-count custom_all, animation
+animation-name custom_all, animation
+animation-play-state custom_all, animation
+animation-timing-function custom_all, animation
backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CSSBackdropFilter
backface-visibility
background-attachment custom_all
@@ -322,10 +322,10 @@ transform-style name_for_methods=TransformStyle3D
translate runtime_flag=CSSIndependentTransformProperties, converter=convertTranslate, interpolable
rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate, interpolable
scale runtime_flag=CSSIndependentTransformProperties, converter=convertScale, interpolable
-transition-delay custom_all
-transition-duration custom_all
-transition-property custom_all
-transition-timing-function custom_all
+transition-delay custom_all, transition
+transition-duration custom_all, transition
+transition-property custom_all, transition
+transition-timing-function custom_all, transition
unicode-bidi
vector-effect svg
vertical-align interpolable, custom_inherit, custom_value
@@ -412,18 +412,18 @@ z-index interpolable, type_name=int, custom_all
// Non-standard direction aware properties
--webkit-border-end-color direction_aware
--webkit-border-end-style direction_aware
--webkit-border-end-width direction_aware
--webkit-border-start-color direction_aware
--webkit-border-start-style direction_aware
--webkit-border-start-width direction_aware
--webkit-border-before-color direction_aware
--webkit-border-before-style direction_aware
--webkit-border-before-width direction_aware
--webkit-border-after-color direction_aware
--webkit-border-after-style direction_aware
--webkit-border-after-width direction_aware
+-webkit-border-end-color direction_aware, getter=borderEnd().color
+-webkit-border-end-style direction_aware, getter=borderEnd().style
+-webkit-border-end-width direction_aware, getter=borderEnd().width
+-webkit-border-start-color direction_aware, getter=borderStart().color
+-webkit-border-start-style direction_aware, getter=borderStart().style
+-webkit-border-start-width direction_aware, getter=borderStart().width
+-webkit-border-before-color direction_aware, getter=borderBefore().color
+-webkit-border-before-style direction_aware, getter=borderBefore().style
+-webkit-border-before-width direction_aware, getter=borderBefore().width
+-webkit-border-after-color direction_aware, getter=borderAfter().color
+-webkit-border-after-style direction_aware, getter=borderAfter().style
+-webkit-border-after-width direction_aware, getter=borderAfter().width
-webkit-margin-end direction_aware
-webkit-margin-start direction_aware
-webkit-margin-before direction_aware
@@ -434,10 +434,10 @@ z-index interpolable, type_name=int, custom_all
-webkit-padding-after direction_aware
-webkit-logical-width direction_aware
-webkit-logical-height direction_aware
--webkit-min-logical-width direction_aware
--webkit-min-logical-height direction_aware
--webkit-max-logical-width direction_aware
--webkit-max-logical-height direction_aware
+-webkit-min-logical-width direction_aware, getter=logicalMinWidth
+-webkit-min-logical-height direction_aware, getter=logicalMinHeight
+-webkit-max-logical-width direction_aware, getter=logicalMaxWidth
+-webkit-max-logical-height direction_aware, getter=logicalMaxHeight
// Properties that we ignore in the StyleBuilder.
// TODO(timloh): This seems wrong, most of these shouldn't reach the StyleBuilder

Powered by Google App Engine
This is Rietveld 408576698