|
More changes for CSS to run under VM.
Need unique name for library collision with template parser.
Few more changes to work under VM.
More changes for lang.dart seperation.
Seperation from lang.dart (tokenizer can't access private fields of base class in another library). This was allowed in frog but not in the VM. VM is right so need to sever dependency.
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=5544
Total comments: 25
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+6966 lines, -222 lines) |
Patch |
|
A |
utils/css/css
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
|
M |
utils/css/css.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+23 lines, -17 lines |
0 comments
|
Download
|
|
A |
utils/css/css.html
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/css/cssoptions.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
|
M |
utils/css/cssselectorexception.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
utils/css/generate.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
utils/css/parser.dart
|
View
|
1
|
9 chunks |
+63 lines, -27 lines |
0 comments
|
Download
|
|
A |
utils/css/source.dart
|
View
|
|
1 chunk |
+186 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/css/token.dart
|
View
|
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
|
M |
utils/css/tokenizer.dart
|
View
|
1
2
3
4
5
|
9 chunks |
+38 lines, -21 lines |
0 comments
|
Download
|
|
A |
utils/css/tokenizer_base.dart
|
View
|
|
1 chunk |
+454 lines, -0 lines |
0 comments
|
Download
|
|
M |
utils/css/tokenkind.dart
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
utils/css/tool.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
utils/css/tree.dart
|
View
|
|
49 chunks |
+90 lines, -90 lines |
0 comments
|
Download
|
|
A |
utils/css/treebase.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+124 lines, -0 lines |
0 comments
|
Download
|
|
M |
utils/css/uitest.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+24 lines, -17 lines |
0 comments
|
Download
|
|
M |
utils/css/validate.dart
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A |
utils/css/world.dart
|
View
|
1
2
3
4
5
|
1 chunk |
+170 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/lib/file_system.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/lib/file_system_memory.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/lib/file_system_vm.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/codegen.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+767 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/htmltree.dart
|
View
|
1
2
3
|
1 chunk |
+348 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/parser.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+567 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/source.dart
|
View
|
1
2
3
|
1 chunk |
+186 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/template
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/template.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/template.html
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/temploptions.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/token.dart
|
View
|
1
2
3
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/tokenizer.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+302 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/tokenizer_base.dart
|
View
|
1
2
3
|
1 chunk |
+464 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/tokenkind.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+456 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/tool.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+109 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/tree.dart
|
View
|
1
2
3
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/uitest.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+572 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/utils.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/template/world.dart
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+169 lines, -0 lines |
0 comments
|
Download
|
|
M |
utils/tests/css/src/DeclarationTest.dart
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
utils/tests/css/src/ExpressionTest.dart
|
View
|
1
2
3
4
5
6
7
|
14 chunks |
+20 lines, -21 lines |
0 comments
|
Download
|
|
M |
utils/tests/css/src/SelectorLiteralTest.dart
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/README.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/applications.tmpl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/complex_datamodel.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+122 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/name_entry.tmpl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/name_entry2.tmpl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/name_entry_css.tmpl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/productview.tmpl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/productview2.tmpl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/real_app.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/realviews.tmpl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/run
|
View
|
1
2
3
4
5
6
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/sample.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+243 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/test_complex.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/test_complex2.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/test_list.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/test_simple.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/test_with.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/top_searches.tmpl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/top_searches2.tmpl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
|
A |
utils/tests/template/top_searches_css.tmpl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|