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

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

Issue 2653733005: Added parseShorthand method from the parser to CSSPropertyAPI.h. (Closed)
Patch Set: rebase Created 3 years, 10 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 d855ab2136cba82d6ac376d7e9f2736aff9b97b9..92f87cc1f6dd2c7826a8c0ac480769d04ba7a724 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -52,7 +52,7 @@
valid_type: "list",
// This list must be an ordered, complete list of methods whose names match those
// defined in CSSPropertyDescriptor.h.
- valid_values: ["parseSingleValue"],
+ valid_values: ["parseSingleValue", "parseShorthand"],
},
// - keyword_only
@@ -522,7 +522,6 @@
api_methods: ["parseSingleValue"],
converter: "convertSelfOrDefaultAlignmentData",
initial: "initialDefaultAlignment",
- api_class: true,
},
{
name: "alignment-baseline",
@@ -1073,7 +1072,6 @@
converter: "convertSelfOrDefaultAlignmentData",
initial: "initialSelfAlignment",
runtime_flag: "CSSGridLayout",
- api_class: true,
},
{
name: "justify-self",

Powered by Google App Engine
This is Rietveld 408576698