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

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

Issue 2911583002: Generate enum/getters/setters/mappings for text-security. (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 e06e3ddda923b8afdb142156471868a393eb6a47..b57bb23e726f4b5c42a6af4e10192f2ba778b75d 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -2597,10 +2597,9 @@
{
name: "-webkit-text-security",
inherited: true,
- field_template: "storage_only",
- type_name: "ETextSecurity",
- default_value: "ETextSecurity::kNone",
- field_size: 2,
+ field_template: "keyword",
+ keywords: ["none", "disc", "circle", "square"],
+ default_value: "none",
field_group: "rare-inherited",
},
{

Powered by Google App Engine
This is Rietveld 408576698