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

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

Issue 2846153002: Generate getters/setters for (/min/max)(width/height). (Closed)
Patch Set: Rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f1af4348865cc8a7344fb450e76a12ad88d0da44..946aed8875e14fbc044837910b1326e517ff0e89 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1222,7 +1222,7 @@
keywords: ["auto", "fit-content", "min-content", "max-content"],
supports_percentage: true,
typedom_types: ["Length"],
- field_template: "storage_only",
+ field_template: "external",
field_type_path: "platform/Length",
field_group: "box",
default_value: "Length()",
@@ -1433,7 +1433,7 @@
converter: "ConvertLengthMaxSizing",
is_descriptor: true,
interpolable: true,
- field_template: "storage_only",
+ field_template: "external",
field_type_path: "platform/Length",
field_group: "box",
default_value: "Length(kMaxSizeNone)",
@@ -1443,7 +1443,7 @@
converter: "ConvertLengthMaxSizing",
is_descriptor: true,
interpolable: true,
- field_template: "storage_only",
+ field_template: "external",
field_type_path: "platform/Length",
field_group: "box",
default_value: "Length(kMaxSizeNone)",
@@ -1454,7 +1454,7 @@
converter: "ConvertLengthSizing",
is_descriptor: true,
interpolable: true,
- field_template: "storage_only",
+ field_template: "external",
field_type_path: "platform/Length",
field_group: "box",
default_value: "Length()",
@@ -1465,7 +1465,7 @@
converter: "ConvertLengthSizing",
is_descriptor: true,
interpolable: true,
- field_template: "storage_only",
+ field_template: "external",
field_type_path: "platform/Length",
field_group: "box",
default_value: "Length()",
@@ -2516,7 +2516,7 @@
keywords: ["auto", "fit-content", "min-content", "max-content"],
supports_percentage: true,
typedom_types: ["Length"],
- field_template: "storage_only",
+ field_template: "external",
field_type_path: "platform/Length",
field_group: "box",
default_value: "Length()"
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698