|
Update README.md and HACKING.md and resulting yak shave.
Update sky_server:
- update its help string to admit that it wants the package path as well.
- be quiet by default, since it makes the build chatty.
- have a -v for verbose mode, for people who like it chatty.
- have a default port of 8000, since that's what everyone used.
- have a -p option to set the port, for people who don't use the default.
- remove its mapping for gen/, since a TODO told me to.
- remove the dependency on the build configuration, since it's no longer used.
- teach it about .dart files.
- rename sky_server/README to README.md, for consistency with other READMEs.
Update shelldb to speak the new sky_server protocol.
Update tests/services/iframe-embed-vmc.sky since the sky_server change broke the hack it was using.
Update skyserver.py to speak the new sky_server protocol.
Make webkitpy use SkyServer instead of spawning sky_server itself, since a TODO told me to.
Teach webkitpy about dart files.
Teach test_perf about dart files. (untested)
Teach sky_tool about main.dart, main.sky is deprecated. (untested)
R=eseidel@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/2914b244c54a5207d7768eaad1e9399001448d82
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+119 lines, -149 lines) |
Patch |
 |
M |
sky/HACKING.md
|
View
|
|
2 chunks |
+31 lines, -39 lines |
0 comments
|
Download
|
 |
M |
sky/README.md
|
View
|
|
1 chunk |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sky/sdk/lib/sky_tool
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sky/tests/services/iframe-embed-vmc.sky
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
sky/tools/shelldb
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
D |
sky/tools/skygo/README
|
View
|
|
1 chunk |
+0 lines, -19 lines |
1 comment
|
Download
|
 |
A + |
sky/tools/skygo/README.md
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sky/tools/skygo/linux64/sky_server.sha1
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sky/tools/skygo/sky_server.go
|
View
|
|
2 chunks |
+42 lines, -33 lines |
0 comments
|
Download
|
 |
M |
sky/tools/skypy/skyserver.py
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sky/tools/test_perf
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
sky/tools/webkitpy/layout_tests/controllers/manager.py
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sky/tools/webkitpy/layout_tests/port/android.py
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
sky/tools/webkitpy/layout_tests/port/base.py
|
View
|
|
5 chunks |
+13 lines, -22 lines |
0 comments
|
Download
|
 |
M |
sky/tools/webkitpy/layout_tests/port/mock_drt.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sky/tools/webkitpy/layout_tests/port/test.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sky/tools/webkitpy/layout_tests/views/printing.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 3 (1 generated)
|