Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Issue 16092007: HTTP loading tests and package root support (Closed)

Created:
7 years, 6 months ago by Cutch
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 12

Patch Set 6 : #

Patch Set 7 : #

Total comments: 9

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -13 lines) Patch
M runtime/bin/builtin.dart View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -1 line 0 comments Download
M runtime/bin/dartutils.cc View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -5 lines 0 comments Download
tests/standalone/http_launch_data/http_isolate_main.dart View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
A + tests/standalone/http_launch_data/http_launch_main.dart View 1 2 3 4 5 1 chunk +6 lines, -2 lines 0 comments Download
A tests/standalone/http_launch_data/http_spawn_main.dart View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
A + tests/standalone/http_launch_data/packages/simple/simple.dart View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
A tests/standalone/http_launch_test.dart View 1 2 3 4 5 6 7 1 chunk +90 lines, -0 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Cutch
Fixes breakage caused by Uri class renaming "domain" to "host". Fixes automatic package root resolving ...
7 years, 6 months ago (2013-05-29 20:13:05 UTC) #1
Søren Gjesse
dbc https://codereview.chromium.org/16092007/diff/3001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://codereview.chromium.org/16092007/diff/3001/runtime/bin/builtin.dart#newcode191 runtime/bin/builtin.dart:191: return uri.host; Sorry I missed this when landing ...
7 years, 6 months ago (2013-05-30 09:13:03 UTC) #2
Cutch
https://codereview.chromium.org/16092007/diff/3001/tests/standalone/http_launch_test.dart File tests/standalone/http_launch_test.dart (right): https://codereview.chromium.org/16092007/diff/3001/tests/standalone/http_launch_test.dart#newcode33 tests/standalone/http_launch_test.dart:33: file.fullPath().then((String fullPath) { On 2013/05/30 09:13:03, Søren Gjesse wrote: ...
7 years, 6 months ago (2013-05-30 13:44:09 UTC) #3
siva
lgtm with some comments. https://codereview.chromium.org/16092007/diff/19001/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): https://codereview.chromium.org/16092007/diff/19001/runtime/bin/dartutils.cc#newcode411 runtime/bin/dartutils.cc:411: } We seem to parse ...
7 years, 6 months ago (2013-05-31 20:36:29 UTC) #4
Cutch
https://codereview.chromium.org/16092007/diff/19001/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): https://codereview.chromium.org/16092007/diff/19001/runtime/bin/dartutils.cc#newcode411 runtime/bin/dartutils.cc:411: } On 2013/05/31 20:36:29, siva wrote: > We seem ...
7 years, 6 months ago (2013-05-31 22:37:19 UTC) #5
Søren Gjesse
lgtm https://codereview.chromium.org/16092007/diff/31001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://codereview.chromium.org/16092007/diff/31001/runtime/bin/builtin.dart#newcode76 runtime/bin/builtin.dart:76: if (scriptUri.scheme == 'http') { How about https? ...
7 years, 6 months ago (2013-06-03 07:12:07 UTC) #6
Ivan Posva
LGTM When we get some time we should reconsider how all of this loading is ...
7 years, 6 months ago (2013-06-03 07:22:56 UTC) #7
Søren Gjesse
https://codereview.chromium.org/16092007/diff/31001/tests/standalone/http_launch_test.dart File tests/standalone/http_launch_test.dart (right): https://codereview.chromium.org/16092007/diff/31001/tests/standalone/http_launch_test.dart#newcode4 tests/standalone/http_launch_test.dart:4: // With dart:io being used for the HTTP client ...
7 years, 6 months ago (2013-06-03 09:23:49 UTC) #8
Cutch
https://codereview.chromium.org/16092007/diff/31001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://codereview.chromium.org/16092007/diff/31001/runtime/bin/builtin.dart#newcode76 runtime/bin/builtin.dart:76: if (scriptUri.scheme == 'http') { On 2013/06/03 07:12:07, Søren ...
7 years, 6 months ago (2013-06-03 17:55:37 UTC) #9
Cutch
7 years, 6 months ago (2013-06-04 13:52:53 UTC) #10
Message was sent while issue was closed.
Committed patchset #10 manually as r23593 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698