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

Issue 1308143002: dart2js: fetch http Resources (Closed)

Created:
5 years, 4 months ago by Harry Terkelsen
Modified:
5 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 15

Patch Set 2 : #

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -9 lines) Patch
M pkg/compiler/lib/src/compiler.dart View 4 chunks +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/core_types.dart View 2 chunks +4 lines, -1 line 0 comments Download
M sdk/lib/_internal/js_runtime/lib/core_patch.dart View 1 2 3 2 chunks +42 lines, -6 lines 0 comments Download
M sdk/lib/_internal/js_runtime/lib/js_helper.dart View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download
M sdk/lib/_internal/js_runtime/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/mock_libraries.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/corelib/corelib.status View 1 1 chunk +1 line, -1 line 0 comments Download
A tests/html/resource_data.txt View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A tests/html/resource_http_test.dart View 1 2 3 4 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Harry Terkelsen
5 years, 4 months ago (2015-08-21 23:02:03 UTC) #2
Siggi Cherem (dart-lang)
very cool! It would be great to add a couple tests for us too (unless ...
5 years, 4 months ago (2015-08-22 02:21:16 UTC) #3
Harry Terkelsen
Thanks Siggi, PTAL https://codereview.chromium.org/1308143002/diff/1/sdk/lib/_internal/js_runtime/lib/core_patch.dart File sdk/lib/_internal/js_runtime/lib/core_patch.dart (right): https://codereview.chromium.org/1308143002/diff/1/sdk/lib/_internal/js_runtime/lib/core_patch.dart#newcode580 sdk/lib/_internal/js_runtime/lib/core_patch.dart:580: var controller = new StreamController(); On ...
5 years, 4 months ago (2015-08-25 00:03:57 UTC) #4
Siggi Cherem (dart-lang)
nice! Just minor things below, but otherwise lgtm! https://codereview.chromium.org/1308143002/diff/40001/sdk/lib/_internal/js_runtime/lib/js_helper.dart File sdk/lib/_internal/js_runtime/lib/js_helper.dart (right): https://codereview.chromium.org/1308143002/diff/40001/sdk/lib/_internal/js_runtime/lib/js_helper.dart#newcode3918 sdk/lib/_internal/js_runtime/lib/js_helper.dart:3918: completer.future.whenComplete(() ...
5 years, 4 months ago (2015-08-25 00:43:27 UTC) #5
Harry Terkelsen
Thanks Siggi! https://codereview.chromium.org/1308143002/diff/40001/sdk/lib/_internal/js_runtime/lib/js_helper.dart File sdk/lib/_internal/js_runtime/lib/js_helper.dart (right): https://codereview.chromium.org/1308143002/diff/40001/sdk/lib/_internal/js_runtime/lib/js_helper.dart#newcode3918 sdk/lib/_internal/js_runtime/lib/js_helper.dart:3918: completer.future.whenComplete(() => leaveJsAsync()); On 2015/08/25 00:43:27, Siggi ...
5 years, 4 months ago (2015-08-25 17:45:06 UTC) #6
Harry Terkelsen
5 years, 4 months ago (2015-08-25 17:46:31 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
bc0deb66d786e73b8ccdc01e15bdf3045c33533b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698