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

Issue 1993813003: implement top-level JS annotated getters (Closed)

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

Description

Patch Set 1 #

Total comments: 26

Patch Set 2 : #

Patch Set 3 : #

Total comments: 11

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -30 lines) Patch
M lib/src/compiler/code_generator.dart View 1 2 3 4 5 chunks +48 lines, -24 lines 0 comments Download
M test/browser/language_tests.js View 1 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Harry Terkelsen
4 years, 7 months ago (2016-05-18 17:08:45 UTC) #2
Jennifer Messerly
Hey! This is a great start. I have a handful of comments mainly because this ...
4 years, 7 months ago (2016-05-18 22:20:27 UTC) #3
Harry Terkelsen
thanks John, PTAL https://codereview.chromium.org/1993813003/diff/1/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1993813003/diff/1/lib/src/compiler/code_generator.dart#newcode84 lib/src/compiler/code_generator.dart:84: /// The top-level reference to 'self' ...
4 years, 7 months ago (2016-05-19 16:56:19 UTC) #4
Jennifer Messerly
LGTM with one tweak to where _libraryJSPrefixes is computed https://codereview.chromium.org/1993813003/diff/40001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (left): https://codereview.chromium.org/1993813003/diff/40001/lib/src/compiler/code_generator.dart#oldcode3043 lib/src/compiler/code_generator.dart:3043: ...
4 years, 7 months ago (2016-05-19 17:38:05 UTC) #5
Harry Terkelsen
https://codereview.chromium.org/1993813003/diff/40001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1993813003/diff/40001/lib/src/compiler/code_generator.dart#newcode89 lib/src/compiler/code_generator.dart:89: final _libraryJsPrefixes = new HashMap<LibraryElement, List<String>>(); On 2016/05/19 17:38:04, ...
4 years, 7 months ago (2016-05-19 18:10:10 UTC) #6
Harry Terkelsen
4 years, 7 months ago (2016-05-19 18:10:30 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
9c39ea05b06506fa0b6596ecb5413c23221931f5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698