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

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

Issue 98663004: Add support 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 8b9d78cb58bdb3e4476db0c889aecaae4eef9157..e3649f9f5e5ddeffaa94f294d0df23b93a3a887d 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
@@ -374,7 +375,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
@@ -396,11 +399,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