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

Issue 2760923004: Eliminate multi-callback structure for LibraryLoader. (Closed)

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

Description

Eliminate multi-callback structure for LibraryLoader. BUG= R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/4156ca6a2b3338849136a8e2b3646aab66a9c7aa

Patch Set 1 : . #

Total comments: 26
Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -311 lines) Patch
M pkg/compiler/lib/src/apiimpl.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 15 chunks +56 lines, -74 lines 6 comments Download
M pkg/compiler/lib/src/js_backend/annotations.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 4 chunks +16 lines, -58 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel.dart View 2 chunks +4 lines, -1 line 2 comments Download
M pkg/compiler/lib/src/library_loader.dart View 21 chunks +137 lines, -126 lines 15 comments Download
M pkg/compiler/lib/src/patch_parser.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/serialization/task.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/exit_code_test.dart View 2 chunks +4 lines, -10 lines 0 comments Download
M tests/compiler/dart2js/kernel/class_hierarchy_test.dart View 2 chunks +6 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/kernel/visitor_test.dart View 2 chunks +7 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/library_resolution_test.dart View 3 chunks +5 lines, -3 lines 2 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 4 chunks +8 lines, -13 lines 1 comment Download
M tests/compiler/dart2js/mock_compiler.dart View 2 chunks +6 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/part_of_test.dart View 1 chunk +15 lines, -13 lines 0 comments Download
M tests/compiler/dart2js/reexport_handled_test.dart View 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (8 generated)
Emily Fortuna
3 years, 9 months ago (2017-03-24 01:04:26 UTC) #7
Siggi Cherem (dart-lang)
lgtm! woohoo! Only minor suggestions below. https://codereview.chromium.org/2760923004/diff/100001/pkg/compiler/lib/src/compiler.dart File pkg/compiler/lib/src/compiler.dart (right): https://codereview.chromium.org/2760923004/diff/100001/pkg/compiler/lib/src/compiler.dart#newcode10 pkg/compiler/lib/src/compiler.dart:10: import 'io/source_file.dart' show ...
3 years, 9 months ago (2017-03-24 17:40:28 UTC) #8
Emily Fortuna
https://codereview.chromium.org/2760923004/diff/100001/pkg/compiler/lib/src/compiler.dart File pkg/compiler/lib/src/compiler.dart (right): https://codereview.chromium.org/2760923004/diff/100001/pkg/compiler/lib/src/compiler.dart#newcode10 pkg/compiler/lib/src/compiler.dart:10: import 'io/source_file.dart' show SourceFile; On 2017/03/24 17:40:27, Siggi Cherem ...
3 years, 9 months ago (2017-03-24 18:30:20 UTC) #9
Emily Fortuna
3 years, 9 months ago (2017-03-24 19:20:52 UTC) #12
Message was sent while issue was closed.
Committed patchset #1 (id:100001) manually as
4156ca6a2b3338849136a8e2b3646aab66a9c7aa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698