Eric Seidel
|
827e621238
|
Teach sky_viewer about the new main.dart hotness
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1147413003
|
2015-05-21 12:46:36 -07:00 |
|
Adam Barth
|
9a4feca976
|
Teach SkyView how to load the main script
This CL implements SkyView::Load to start executing Sky content directly from
Dart's main(). This code isn't currently wired up to anything, so it's not yet
tested.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/1130353009
|
2015-05-19 10:55:07 -07:00 |
|
Adam Barth
|
374a768d5b
|
Improve DartLoader error handling.
Before this if a dart import 404s, we crash.
This makes some minor improvements in our logging
for better diagnosis of future errors.
R=abarth@chromium.org
BUG=
Review URL: https://codereview.chromium.org/926753002
|
2015-02-14 20:18:00 -08:00 |
|
Adam Barth
|
c6dce9ad07
|
Add DartController and friends
This CL adds the DartController and associated classes. These classes let you
load and execute dart code.
R=rafaelw@chromium.org
BUG=454613
Review URL: https://codereview.chromium.org/921903002
|
2015-02-12 13:34:45 -08:00 |
|