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

Unified Diff: Source/build/scripts/make_css_tokenizer_codepoints.py

Issue 825063004: CSS Parser: Support CDO and CDC tokens (<!--, -->) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@lang
Patch Set: Created 5 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
« no previous file with comments | « no previous file | Source/core/css/parser/CSSParserImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/make_css_tokenizer_codepoints.py
diff --git a/Source/build/scripts/make_css_tokenizer_codepoints.py b/Source/build/scripts/make_css_tokenizer_codepoints.py
index e32119e78f0e399a1371fee93faae750a27eaf3d..f0491a680ff9edaccf1d5c97b6fd2427df870459 100755
--- a/Source/build/scripts/make_css_tokenizer_codepoints.py
+++ b/Source/build/scripts/make_css_tokenizer_codepoints.py
@@ -36,6 +36,7 @@ def token_type(i):
'.': 'plusOrFullStop',
'-': 'hyphenMinus',
'*': 'asterisk',
+ '<': 'lessThan',
',': 'comma',
'/': 'solidus',
'\\': 'reverseSolidus',
« no previous file with comments | « no previous file | Source/core/css/parser/CSSParserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698