Ivan Posva
|
3b2a695d71
|
- Properly return null if an unknown package is resolved.
- Allow short form package:foo imports.
R=asiva@google.com
Review URL: https://codereview.chromium.org/1822863002 .
|
2016-03-22 09:02:04 -07:00 |
|
Ivan Posva
|
4f54e6aee5
|
- Add support for passing data: based URIs as packageConfig to
Isolate.spawnUri.
- Loosen the expected mimeType and encoding for data: URI based
file loading.
BUG=
R=rmacnak@google.com
Review URL: https://codereview.chromium.org/1585103006 .
|
2016-01-15 17:01:58 -08:00 |
|
Ivan Posva
|
7b75f2dbb7
|
- Allow specifying of package: URIs for packageConfig and packageRoot when
spawning a new isolate.
BUG=
R=rmacnak@google.com
Review URL: https://codereview.chromium.org/1586653003 .
|
2016-01-14 08:20:59 -08:00 |
|
Ivan Posva
|
d3b2afc6e0
|
Fix static warning in test:
- Remove void type from async function.
BUG=
Review URL: https://codereview.chromium.org/1585503003 .
|
2016-01-12 19:27:39 -08:00 |
|
Ivan Posva
|
cf502e87f4
|
- Add packages directory missed by .gitignore file.
BUG=
Review URL: https://codereview.chromium.org/1588453002 .
|
2016-01-12 19:18:11 -08:00 |
|
Ivan Posva
|
6d066c7e53
|
Add package config support to dart:isolate
- Add "static Future<Uri> get packageRoot;",
"static Future<Uri> get packageConfig;" and
"static Future<Uri> resolvePackageUri(Uri packageUri)" to Isolate class.
- Added "Uri packageRoot, Uri packageConfig, bool automaticPackageResolution: false" parameters to spawnUri.
BUG=
R=rmacnak@google.com
Review URL: https://codereview.chromium.org/1553233002 .
|
2016-01-12 18:19:04 -08:00 |
|