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

Issue 1884793002: dart2js: remove references to compiler in ResolvedUriTranslator (Closed)

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

Description

dart2js: remove references to compiler in ResolvedUriTranslator BUG= R=johnniwinther@google.com, sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/8f3e4cff016d96de060f1a7d9d85f559a20fc309

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -165 lines) Patch
M pkg/compiler/lib/src/apiimpl.dart View 1 2 3 12 chunks +18 lines, -86 lines 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 1 2 3 4 10 chunks +9 lines, -49 lines 1 comment Download
M pkg/compiler/lib/src/dart_backend/backend.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/library_loader.dart View 1 2 2 chunks +1 line, -11 lines 0 comments Download
M pkg/compiler/lib/src/native/scanner.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/parser/diet_parser_task.dart View 1 2 2 chunks +11 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/parser/element_listener.dart View 1 chunk +0 lines, -3 lines 0 comments Download
A pkg/compiler/lib/src/resolved_uri_translator.dart View 1 2 3 4 5 1 chunk +161 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/library_resolution_test.dart View 2 chunks +3 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 4 chunks +14 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Harry Terkelsen
4 years, 8 months ago (2016-04-12 21:22:47 UTC) #2
Harry Terkelsen
4 years, 8 months ago (2016-04-12 21:23:36 UTC) #4
Johnni Winther
lgtm https://codereview.chromium.org/1884793002/diff/20001/pkg/compiler/lib/src/parser/diet_parser_task.dart File pkg/compiler/lib/src/parser/diet_parser_task.dart (right): https://codereview.chromium.org/1884793002/diff/20001/pkg/compiler/lib/src/parser/diet_parser_task.dart#newcode42 pkg/compiler/lib/src/parser/diet_parser_task.dart:42: // The error should have already been reported ...
4 years, 8 months ago (2016-04-13 08:21:43 UTC) #5
Siggi Cherem (dart-lang)
lgtm! https://codereview.chromium.org/1884793002/diff/20001/pkg/compiler/lib/src/compiler.dart File pkg/compiler/lib/src/compiler.dart (right): https://codereview.chromium.org/1884793002/diff/20001/pkg/compiler/lib/src/compiler.dart#newcode2020 pkg/compiler/lib/src/compiler.dart:2020: // translator isn't set until the compiler actually ...
4 years, 8 months ago (2016-04-13 15:53:36 UTC) #6
Harry Terkelsen
Thanks, PTAL https://codereview.chromium.org/1884793002/diff/20001/pkg/compiler/lib/src/compiler.dart File pkg/compiler/lib/src/compiler.dart (right): https://codereview.chromium.org/1884793002/diff/20001/pkg/compiler/lib/src/compiler.dart#newcode2020 pkg/compiler/lib/src/compiler.dart:2020: // translator isn't set until the compiler ...
4 years, 8 months ago (2016-04-13 20:23:40 UTC) #7
Harry Terkelsen
Thanks, PTAL
4 years, 8 months ago (2016-04-13 20:23:43 UTC) #8
Harry Terkelsen
Committed patchset #6 (id:100001) manually as 8f3e4cff016d96de060f1a7d9d85f559a20fc309 (presubmit successful).
4 years, 8 months ago (2016-04-13 20:50:07 UTC) #10
Siggi Cherem (dart-lang)
4 years, 8 months ago (2016-04-13 20:54:21 UTC) #11
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/1884793002/diff/100001/pkg/compiler/lib/src/c...
File pkg/compiler/lib/src/compiler.dart (right):

https://codereview.chromium.org/1884793002/diff/100001/pkg/compiler/lib/src/c...
pkg/compiler/lib/src/compiler.dart:338: this.resolvedUriTranslator,
nit: eventually we might want to remove `this.` here and with
`this.serialization` below.

Powered by Google App Engine
This is Rietveld 408576698