|
Change the URL-space exposed by the browser server.
This is a step towards Dartium support. Rather than only serving the compiled JS
and the HTML necessary to run it, the entire package is now served with the
compiled JS and HTML wrappers overlayed on top. This will allow Dartium to load
all necessary sources from the server, and incidentally also allows tests to
access assets.
See #60
Closes #27
R=kevmoo@google.com
Committed: https://github.com/dart-lang/test/commit/d2828edbef5ca921b60a363888f953661262eaf2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+343 lines, -74 lines) |
Patch |
 |
M |
CHANGELOG.md
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/pub_serve.dart
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
lib/src/runner/browser/server.dart
|
View
|
|
9 chunks |
+105 lines, -46 lines |
0 comments
|
Download
|
 |
M |
lib/src/runner/loader.dart
|
View
|
|
5 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
lib/src/util/one_off_handler.dart
|
View
|
|
2 chunks |
+7 lines, -11 lines |
0 comments
|
Download
|
 |
A |
lib/src/util/path_handler.dart
|
View
|
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/src/utils.dart
|
View
|
|
2 chunks |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pubspec.yaml
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
test/runner/browser/loader_test.dart
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
test/runner/loader_test.dart
|
View
|
|
2 chunks |
+3 lines, -2 lines |
1 comment
|
Download
|
 |
M |
test/runner/pub_serve_test.dart
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
test/util/path_handler_test.dart
|
View
|
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|