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

Issue 2897903003: Support loading binary data in dart2js (Closed)

Created:
3 years, 7 months ago by Johnni Winther
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 7

Patch Set 2 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -126 lines) Patch
M pkg/compiler/lib/compiler_new.dart View 2 chunks +26 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/apiimpl.dart View 1 8 chunks +45 lines, -39 lines 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 4 chunks +14 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/dart2js.dart View 2 chunks +5 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/diagnostics/messages.dart View 1 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/io/source_file.dart View 6 chunks +20 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/library_loader.dart View 3 chunks +7 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/old_to_new_api.dart View 2 chunks +22 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/platform_configuration.dart View 2 chunks +5 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/serialization/equivalence.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/compiler/lib/src/source_file_provider.dart View 8 chunks +48 lines, -25 lines 0 comments Download
M tests/compiler/dart2js/bad_loop_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/dill_loader_test.dart View 2 chunks +4 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/import_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/library_env_test.dart View 4 chunks +12 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/library_resolution_test.dart View 1 2 chunks +7 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/memory_source_file_helper.dart View 3 chunks +26 lines, -12 lines 0 comments Download
M tests/compiler/dart2js/missing_file_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/package_root_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/serialization/equivalence_test.dart View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
3 years, 7 months ago (2017-05-22 10:38:53 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2897903003/diff/1/pkg/compiler/lib/src/apiimpl.dart File pkg/compiler/lib/src/apiimpl.dart (right): https://codereview.chromium.org/2897903003/diff/1/pkg/compiler/lib/src/apiimpl.dart#newcode147 pkg/compiler/lib/src/apiimpl.dart:147: void reportReadError(exception) { should we pull out this ...
3 years, 7 months ago (2017-05-22 22:21:36 UTC) #3
Johnni Winther
https://codereview.chromium.org/2897903003/diff/1/pkg/compiler/lib/src/apiimpl.dart File pkg/compiler/lib/src/apiimpl.dart (right): https://codereview.chromium.org/2897903003/diff/1/pkg/compiler/lib/src/apiimpl.dart#newcode147 pkg/compiler/lib/src/apiimpl.dart:147: void reportReadError(exception) { On 2017/05/22 22:21:36, Siggi Cherem (dart-lang) ...
3 years, 7 months ago (2017-05-23 08:43:15 UTC) #4
Johnni Winther
3 years, 7 months ago (2017-05-23 08:43:35 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
ebe69e6060ae36221ba2f876f02d6483e566b9a3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698