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

Issue 839063002: Handle platform access through prefix in dart2dart (Closed)

Created:
5 years, 11 months ago by Johnni Winther
Modified:
5 years, 11 months ago
Reviewers:
sigurdm
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Handle platform access through prefix in dart2dart BUG= R=sigurdm@google.com Committed: https://code.google.com/p/dart/source/detail?r=42726

Patch Set 1 #

Patch Set 2 : Split fixed names into static and dynamic to avoid unneeded prefixes. #

Total comments: 4

Patch Set 3 : Updated cf. comments + fix bug for named arguments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -61 lines) Patch
M pkg/compiler/lib/src/dart_backend/outputter.dart View 1 2 7 chunks +30 lines, -25 lines 0 comments Download
M pkg/compiler/lib/src/dart_backend/placeholder_collector.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/dart_backend/renamer.dart View 1 5 chunks +23 lines, -10 lines 0 comments Download
M tests/compiler/dart2js/mirror_helper_test.dart View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + tests/language/regress_21998_1_test.dart View 1 chunk +11 lines, -5 lines 0 comments Download
A tests/language/regress_21998_2_test.dart View 1 chunk +19 lines, -0 lines 0 comments Download
A tests/language/regress_21998_3_test.dart View 1 chunk +20 lines, -0 lines 0 comments Download
A tests/language/regress_21998_4_test.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A + tests/language/regress_21998_lib1.dart View 1 chunk +3 lines, -5 lines 0 comments Download
A + tests/language/regress_21998_lib2.dart View 1 chunk +4 lines, -5 lines 0 comments Download
A + tests/language/regress_21998_lib3.dart View 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Johnni Winther
5 years, 11 months ago (2015-01-08 14:25:43 UTC) #2
Johnni Winther
Uploaded a new patch.
5 years, 11 months ago (2015-01-09 09:38:55 UTC) #3
sigurdm
LGTM https://codereview.chromium.org/839063002/diff/20001/pkg/compiler/lib/src/dart_backend/outputter.dart File pkg/compiler/lib/src/dart_backend/outputter.dart (right): https://codereview.chromium.org/839063002/diff/20001/pkg/compiler/lib/src/dart_backend/outputter.dart#newcode526 pkg/compiler/lib/src/dart_backend/outputter.dart:526: if (library.isPlatformLibrary && !library.isInternalLibrary) { Can the library ...
5 years, 11 months ago (2015-01-09 09:51:52 UTC) #4
Johnni Winther
https://codereview.chromium.org/839063002/diff/20001/pkg/compiler/lib/src/dart_backend/outputter.dart File pkg/compiler/lib/src/dart_backend/outputter.dart (right): https://codereview.chromium.org/839063002/diff/20001/pkg/compiler/lib/src/dart_backend/outputter.dart#newcode526 pkg/compiler/lib/src/dart_backend/outputter.dart:526: if (library.isPlatformLibrary && !library.isInternalLibrary) { On 2015/01/09 09:51:52, sigurdm ...
5 years, 11 months ago (2015-01-09 10:21:19 UTC) #5
Johnni Winther
5 years, 11 months ago (2015-01-09 10:30:39 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 42726 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698