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

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

Issue 1835303002: Implementation of the GreenWeb language extensions. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change GreenWeb-related CSS property names such that they apply in the desired order at runtime. Created 4 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
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 aeeb0567013598e54110acb3b3c9455f4ce0e7c4..bf14eaf06871d9b097abd109fc61b014e720f1fa 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -396,6 +396,26 @@ word-spacing interpolable, inherited, initial=initialLetterWordSpacing, converte
// UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' property. So using the same handlers.
word-wrap inherited, name_for_methods=OverflowWrap
z-index interpolable, type_name=int, custom_all
+onclick-type
+onclick-vduration
+onclick-vpi type_name=int
+onclick-vpu type_name=int
+onscroll-type
+onscroll-vduration
+onscroll-vpi type_name=int
+onscroll-vpu type_name=int
+ontouchstart-type
+ontouchstart-vduration
+ontouchstart-vpi type_name=int
+ontouchstart-vpu type_name=int
+ontouchend-type
+ontouchend-vduration
+ontouchend-vpi type_name=int
+ontouchend-vpu type_name=int
+ontouchmove-type
+ontouchmove-vduration
+ontouchmove-vpi type_name=int
+ontouchmove-vpu type_name=int
// Non-standard direction aware properties
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h ('k') | third_party/WebKit/Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698