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

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

Issue 2882603002: Implemented remaining non-grouped longhand property APIs (Closed)
Patch Set: rebased onto final utils Created 3 years, 6 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.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 833718dd32ceb67e329732c64079937aca7437d3..2e12b9b8ed24d8beb97007712a2a5f9150fa093f 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -307,6 +307,8 @@
},
{
name: "animation-direction",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
custom_all: true,
keywords: ["normal", "reverse", "alternate", "alternate-reverse"],
priority: "Animation",
@@ -319,11 +321,15 @@
},
{
name: "animation-fill-mode",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
custom_all: true,
priority: "Animation",
},
{
name: "animation-iteration-count",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
custom_all: true,
keywords: ["infinite"],
priority: "Animation",
@@ -338,6 +344,8 @@
},
{
name: "animation-play-state",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
custom_all: true,
priority: "Animation",
},
@@ -358,6 +366,8 @@
},
{
name: "transition-property",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
custom_all: true,
priority: "Animation",
},
@@ -482,6 +492,8 @@
},
{
name: "font-weight",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
converter: "ConvertFontWeight",
is_descriptor: true,
font: true,
@@ -653,6 +665,8 @@
},
{
name: "background-color",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
custom_all: true,
interpolable: true,
},
@@ -935,6 +949,8 @@
},
{
name: "box-shadow",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
converter: "ConvertShadowList",
interpolable: true,
field_template: "storage_only",
@@ -1725,6 +1741,8 @@
},
{
name: "object-position",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
converter: "ConvertPosition",
interpolable: true,
field_template: "external",
@@ -1955,6 +1973,8 @@
},
{
name: "perspective-origin",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
converter: "ConvertPosition",
interpolable: true,
field_template: "external",
@@ -2555,6 +2575,8 @@
},
{
name: "text-shadow",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
converter: "ConvertShadowList",
inherited: true,
interpolable: true,
@@ -2883,6 +2905,8 @@
},
{
name: "-webkit-box-reflect",
+ api_class: true,
+ api_methods: ["parseSingleValue"],
converter: "ConvertBoxReflect",
field_template: "storage_only",
type_name: "StyleReflection",
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698