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

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

Issue 2912923003: Generate enum/getters/setters/mappings for user-modify. (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
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 f7342bc61402320c05d7a25f2e0f3b322b40ac69..1fc15f4cf6b7e9ca37ce2dab51afde16971afd29 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -2690,10 +2690,9 @@
{
name: "-webkit-user-modify",
inherited: true,
- field_template: "storage_only",
- type_name: "EUserModify",
- default_value: "EUserModify::kReadOnly",
- field_size: 2,
+ field_template: "keyword",
+ keywords: ["read-only", "read-write", "read-write-plaintext-only"],
+ default_value: "read-only",
field_group: "rare-inherited",
},
{
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h ('k') | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698