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

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

Issue 2668753005: Revert of Implements CSSPropertyAPI for the margin properties. (Closed)
Patch Set: Created 3 years, 11 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 a5347e8010932c3d5df4d7d3f6137b60cd12dba2..72b537e7f3266f566a50e0c2309dd9aa0307f732 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -711,7 +711,6 @@
},
{
name: "bottom",
- api_class: "CSSPropertyAPIMargin",
converter: "convertLengthOrAuto",
initial: "initialOffset",
interpolable: true,
@@ -1035,7 +1034,6 @@
},
{
name: "left",
- api_class: "CSSPropertyAPIMargin",
converter: "convertLengthOrAuto",
initial: "initialOffset",
interpolable: true,
@@ -1092,28 +1090,24 @@
},
{
name: "margin-bottom",
- api_class: "CSSPropertyAPIMargin",
converter: "convertQuirkyLength",
initial: "initialMargin",
interpolable: true,
},
{
name: "margin-left",
- api_class: "CSSPropertyAPIMargin",
converter: "convertQuirkyLength",
initial: "initialMargin",
interpolable: true,
},
{
name: "margin-right",
- api_class: "CSSPropertyAPIMargin",
converter: "convertQuirkyLength",
initial: "initialMargin",
interpolable: true,
},
{
name: "margin-top",
- api_class: "CSSPropertyAPIMargin",
converter: "convertQuirkyLength",
initial: "initialMargin",
interpolable: true,
@@ -1365,7 +1359,6 @@
},
{
name: "right",
- api_class: "CSSPropertyAPIMargin",
converter: "convertLengthOrAuto",
initial: "initialOffset",
interpolable: true,
@@ -1656,7 +1649,6 @@
},
{
name: "top",
- api_class: "CSSPropertyAPIMargin",
converter: "convertLengthOrAuto",
initial: "initialOffset",
interpolable: true,
@@ -2213,22 +2205,18 @@
},
{
name: "-webkit-margin-end",
- api_class: "CSSPropertyAPIWebkitMargin",
direction_aware: true,
},
{
name: "-webkit-margin-start",
- api_class: "CSSPropertyAPIWebkitMargin",
direction_aware: true,
},
{
name: "-webkit-margin-before",
- api_class: "CSSPropertyAPIWebkitMargin",
direction_aware: true,
},
{
name: "-webkit-margin-after",
- api_class: "CSSPropertyAPIWebkitMargin",
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