Adam Barth
cc12331d63
Update references to Mojo core and bindings
...
Build fix after recent Dart bindings refactoring. Now that these libraries are
not included in the snapshot, we need to load them from the mojo package.
R=zra@google.com
TBR=zra@chromium.org
Review URL: https://codereview.chromium.org/1029683002
2015-03-23 13:22:38 -07:00
Adam Barth
6d1228a2f3
Enable tracing in SkyShell
...
This CL teaches shelldb how to trace SkyShell.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/1027903002
2015-03-20 14:16:43 -07:00
Adam Barth
d761ebde59
Update shelldb to work with new sky_sdk
...
We need to teach shelldb to deploy the Sky SDK and run SkyServer with the right
package root.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/1007393002
2015-03-16 09:15:18 -07:00
Zachary Anderson
3cc4de9295
Dart: Rename mojo:X -> dart:mojo.X
...
This is to better support integration with Dart SDK tools.
BUG=
R=erg@chromium.org
Review URL: https://codereview.chromium.org/998933005
2015-03-11 16:22:21 -07:00
Eric Seidel
ebc0dd2c09
Re-enable dart:sky in shelldb analyze.
...
It show 600+ "native" warnings, but those can be ignored
for now.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/981103002
2015-03-05 16:22:50 -08:00
Eric Seidel
e3a8059796
Fix all dartanalyzer errors in dart:sky except the Native ones.
...
I also fixed all warnings. :)
This is the only error remaining:
[error] Native functions can only be declared in the SDK and code
that is loaded through native extensions
My understanding is that we need to do something similar to:
https://codereview.chromium.org/950063002/
in order to work around the 'native' issue.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/981733009
2015-03-05 13:36:48 -08:00
Eric Seidel
e7335d39f4
Add a new analyze command to shelldb to run the dart analyzer
...
This just makes it easier to run with the correct flags.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/982093003
2015-03-05 11:28:57 -08:00
Eric Seidel
2959de0e37
Make shelldb not crash.
...
I clearly hadn't actually tested it. Sorry.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/955263004
2015-03-03 12:49:56 -08:00
Eric Seidel
9e08140a15
Add super-primitive shelldb
...
This is basically skydb v2, except only for android.
I revisited some of the architecture decisions I made
in writing skydb. I also separated skyserver.py from
dependency on skypy/paths.py since it wasn't really adding
any value.
We could make this way fancier, but this should at least
make working with SkyDemo.apk easier for now.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/960233007
2015-03-03 10:55:22 -08:00