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

Issue 17376005: Correctly reflect on intercepted classes. (Closed)

Created:
7 years, 6 months ago by ahe
Modified:
7 years, 6 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org, ngeoffray, Johnni Winther, karlklose, kasperl
Visibility:
Public.

Description

Correctly reflect on intercepted classes. BUG=http://dartbug.com/11309 R=ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=24129 Committed: https://code.google.com/p/dart/source/detail?r=24134

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Take two #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -9 lines) Patch
M dart/sdk/lib/_internal/lib/js_helper.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/sdk/lib/_internal/lib/js_mirrors.dart View 1 6 chunks +21 lines, -8 lines 2 comments Download
M dart/tests/lib/lib.status View 1 chunk +2 lines, -0 lines 0 comments Download
A dart/tests/lib/mirrors/intercepted_class_test.dart View 1 1 chunk +31 lines, -0 lines 0 comments Download
A dart/tests/lib/mirrors/intercepted_object_test.dart View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ahe
7 years, 6 months ago (2013-06-18 09:10:44 UTC) #1
ngeoffray
LGTM https://codereview.chromium.org/17376005/diff/4001/dart/sdk/lib/_internal/lib/js_helper.dart File dart/sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/17376005/diff/4001/dart/sdk/lib/_internal/lib/js_helper.dart#newcode571 dart/sdk/lib/_internal/lib/js_helper.dart:571: static getConstructor(String className) { Note that if you ...
7 years, 6 months ago (2013-06-18 09:17:15 UTC) #2
ahe
Thank you, Nicolas! https://codereview.chromium.org/17376005/diff/4001/dart/sdk/lib/_internal/lib/js_helper.dart File dart/sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/17376005/diff/4001/dart/sdk/lib/_internal/lib/js_helper.dart#newcode571 dart/sdk/lib/_internal/lib/js_helper.dart:571: static getConstructor(String className) { On 2013/06/18 ...
7 years, 6 months ago (2013-06-18 09:25:36 UTC) #3
ahe
Committed patchset #1 manually as r24129 (presubmit successful).
7 years, 6 months ago (2013-06-18 09:26:44 UTC) #4
ahe
PTAL second attempt, had to revert the first attempt.
7 years, 6 months ago (2013-06-18 11:08:40 UTC) #5
ngeoffray
LGTM https://codereview.chromium.org/17376005/diff/12001/dart/sdk/lib/_internal/lib/js_mirrors.dart File dart/sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/17376005/diff/12001/dart/sdk/lib/_internal/lib/js_mirrors.dart#newcode247 dart/sdk/lib/_internal/lib/js_mirrors.dart:247: if (constructorOrInterceptor == null) { Is the code ...
7 years, 6 months ago (2013-06-18 11:17:27 UTC) #6
ahe
Thank you, Nicolas. https://codereview.chromium.org/17376005/diff/12001/dart/sdk/lib/_internal/lib/js_mirrors.dart File dart/sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/17376005/diff/12001/dart/sdk/lib/_internal/lib/js_mirrors.dart#newcode247 dart/sdk/lib/_internal/lib/js_mirrors.dart:247: if (constructorOrInterceptor == null) { On ...
7 years, 6 months ago (2013-06-18 11:19:56 UTC) #7
ahe
7 years, 6 months ago (2013-06-18 11:20:30 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 manually as r24134 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698