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

Side by Side Diff: packages/html/lib/src/constants.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « packages/html/lib/src/char_encodings.dart ('k') | packages/html/lib/src/css_class_set.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library constants; 1 library constants;
2 2
3 import 'utils.dart'; 3 import 'utils.dart';
4 4
5 // TODO(jmesserly): fix up the const lists. For the bigger ones, we need faster 5 // TODO(jmesserly): fix up the const lists. For the bigger ones, we need faster
6 // lookup than linear search "contains". In the Python code they were 6 // lookup than linear search "contains". In the Python code they were
7 // frozensets. 7 // frozensets.
8 8
9 final String EOF = null; 9 final String EOF = null;
10 10
(...skipping 3062 matching lines...) Expand 10 before | Expand all | Expand 10 after
3073 'windows1252': 'cp1252', 3073 'windows1252': 'cp1252',
3074 'windows1253': 'cp1253', 3074 'windows1253': 'cp1253',
3075 'windows1254': 'cp1254', 3075 'windows1254': 'cp1254',
3076 'windows1255': 'cp1255', 3076 'windows1255': 'cp1255',
3077 'windows1256': 'cp1256', 3077 'windows1256': 'cp1256',
3078 'windows1257': 'cp1257', 3078 'windows1257': 'cp1257',
3079 'windows1258': 'cp1258', 3079 'windows1258': 'cp1258',
3080 'windows936': 'gbk', 3080 'windows936': 'gbk',
3081 'x-x-big5': 'big5' 3081 'x-x-big5': 'big5'
3082 }; 3082 };
OLDNEW
« no previous file with comments | « packages/html/lib/src/char_encodings.dart ('k') | packages/html/lib/src/css_class_set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698