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

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

Issue 2860333002: Implements CSSPropertyAPI for the -webkit-border-[start|end|before|after]-width properties. (Closed)
Patch Set: Created 3 years, 7 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 8c214fa9c1658b8d604434080b2858ab5af481d2..c9d2a8ed3a9f277ba4c205fd3ae5b2c8018a16a9 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -2524,6 +2524,7 @@
{
name: "-webkit-border-end-width",
api_class: "CSSPropertyAPIWebkitBorderWidth",
+ api_methods: ["parseSingleValue"],
direction_aware: true,
},
{
@@ -2539,6 +2540,7 @@
{
name: "-webkit-border-start-width",
api_class: "CSSPropertyAPIWebkitBorderWidth",
+ api_methods: ["parseSingleValue"],
direction_aware: true,
},
{
@@ -2554,6 +2556,7 @@
{
name: "-webkit-border-before-width",
api_class: "CSSPropertyAPIWebkitBorderWidth",
+ api_methods: ["parseSingleValue"],
direction_aware: true,
},
{
@@ -2569,6 +2572,7 @@
{
name: "-webkit-border-after-width",
api_class: "CSSPropertyAPIWebkitBorderWidth",
+ api_methods: ["parseSingleValue"],
direction_aware: true,
},
{
« 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