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

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

Issue 211033002: Add runtime feature and property names for unprefixed CSS Transforms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 9 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/CSSProperty.cpp ('k') | Source/core/css/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPropertyNames.in
diff --git a/Source/core/css/CSSPropertyNames.in b/Source/core/css/CSSPropertyNames.in
index f50e88622af8a52c6fed3ed95a294ddc84478d03..d59d2f898b12e5b6026f6199c1f934522cf01048 100644
--- a/Source/core/css/CSSPropertyNames.in
+++ b/Source/core/css/CSSPropertyNames.in
@@ -234,6 +234,7 @@ word-wrap
z-index
-webkit-appearance
-webkit-aspect-ratio
+backface-visibility
-webkit-backface-visibility
-webkit-background-clip
-webkit-background-composite
@@ -372,7 +373,9 @@ order
-webkit-padding-before
-webkit-padding-end
-webkit-padding-start
+perspective
-webkit-perspective
+perspective-origin
-webkit-perspective-origin
-webkit-perspective-origin-x
-webkit-perspective-origin-y
@@ -394,11 +397,14 @@ order
-webkit-text-stroke
-webkit-text-stroke-color
-webkit-text-stroke-width
+transform
-webkit-transform
+transform-origin
-webkit-transform-origin
-webkit-transform-origin-x
-webkit-transform-origin-y
-webkit-transform-origin-z
+transform-style
-webkit-transform-style
-webkit-user-drag
-webkit-user-modify
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698