|
|
Introduce boot.js: this finally makes it possible to load and run Todomvc
without using a compiler.
Total comments: 33
Total comments: 14
Total comments: 2
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1614 lines, -852 lines) |
Patch |
 |
M |
build.dart
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
example/component/news/test/expected/news_index_test.html.txt
|
View
|
1
2
3
|
1 chunk |
+26 lines, -5 lines |
0 comments
|
Download
|
 |
M |
example/component/news/web/index.html
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
example/component/news/web/news-component.html
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/expected/todomvc_listorder_test.html.txt
|
View
|
1
2
3
|
6 chunks |
+356 lines, -16 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/expected/todomvc_mainpage2_test.html.txt
|
View
|
1
2
3
|
4 chunks |
+178 lines, -8 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/expected/todomvc_mainpage_test.html.txt
|
View
|
1
2
3
|
2 chunks |
+90 lines, -5 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/expected/todomvc_markdone_test.html.txt
|
View
|
1
2
3
|
7 chunks |
+450 lines, -25 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/todomvc_listorder_test.html
|
View
|
1
2
3
|
1 chunk |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/todomvc_mainpage2_test.html
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
example/todomvc/test/todomvc_markdone_test.html
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/app.dart
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
example/todomvc/web/editable_label.dart
|
View
|
1
2
3
4
5
6
|
3 chunks |
+17 lines, -7 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/index.html
|
View
|
1
2
3
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/model.dart
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
example/todomvc/web/router_options.dart
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/todo_row.dart
|
View
|
1
2
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
A |
lib/boot.js
|
View
|
1
2
3
|
1 chunk |
+190 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/custom_element.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -686 lines |
0 comments
|
Download
|
 |
M |
lib/event.dart
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/observe.dart
|
View
|
1
2
3
|
6 chunks |
+4 lines, -24 lines |
0 comments
|
Download
|
 |
M |
lib/observe_html.dart
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/polymer.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+122 lines, -1 line |
0 comments
|
Download
|
 |
M |
lib/polymer_element.dart
|
View
|
1
2
3
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
lib/src/emitters.dart
|
View
|
1
2
3
4
|
4 chunks |
+23 lines, -11 lines |
0 comments
|
Download
|
 |
M |
lib/src/html_css_fixup.dart
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
lib/src/observable_transform.dart
|
View
|
1
2
3
4
5
6
|
3 chunks |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/testing/content_shell_test.dart
|
View
|
1
2
3
|
3 chunks |
+28 lines, -23 lines |
0 comments
|
Download
|
 |
M |
pubspec.yaml
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
test/data/unit/event_path_test.html
|
View
|
1
2
3
|
3 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/data/unit/events_test.html
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|