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

Unified Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.in

Issue 2537393002: Added ordering warnings back for CSSValueKeywords.in (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSValueKeywords.in
diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.in b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
index d8fd3d9adf18bafbcfba84ac324059c0404d2df7..09a4e504bdb4bf82b707d8ebd30572d7690a90f6 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.in
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
@@ -246,6 +246,7 @@ bottom
-webkit-baseline-middle
//
// text-align
+// The order of this enum must match the order found in CSSParserFastPaths::isValidKeywordPropertyAndValue().
//
-webkit-auto
left
@@ -359,6 +360,7 @@ contents
-webkit-inline-flex
//
// cursor
+// The order of this enum must match the order found in CSSParserFastPaths::isValidKeywordPropertyAndValue().
alancutter (OOO until 2018) 2016/11/30 03:46:49 Which property in isValidKeywordPropertyAndValue()
sashab 2016/11/30 06:57:25 You're right; updated to point to the real functio
alancutter (OOO until 2018) 2016/11/30 22:50:42 SGTM. Also there's no new patch uploaded.
//
auto
crosshair
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698