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

Issue 2430953006: fix #27532, implementing a native type with fields (Closed)

Created:
4 years, 2 months ago by Jennifer Messerly
Modified:
4 years, 2 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3562 lines, -170 lines) Patch
M pkg/dev_compiler/lib/js/amd/dart_sdk.js View 33 chunks +860 lines, -28 lines 2 comments Download
M pkg/dev_compiler/lib/js/common/dart_sdk.js View 33 chunks +860 lines, -28 lines 0 comments Download
M pkg/dev_compiler/lib/js/es6/dart_sdk.js View 33 chunks +860 lines, -28 lines 0 comments Download
M pkg/dev_compiler/lib/js/legacy/dart_sdk.js View 33 chunks +860 lines, -28 lines 0 comments Download
M pkg/dev_compiler/lib/src/compiler/code_generator.dart View 19 chunks +35 lines, -49 lines 0 comments Download
M pkg/dev_compiler/test/browser/language_tests.js View 1 chunk +0 lines, -1 line 0 comments Download
A pkg/dev_compiler/test/codegen/lib/math/implement_rectangle_test.dart View 1 chunk +76 lines, -0 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart View 1 chunk +0 lines, -5 lines 0 comments Download
M pkg/dev_compiler/tool/run.js View 1 chunk +11 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Jennifer Messerly
4 years, 2 months ago (2016-10-20 22:30:27 UTC) #2
vsm
https://codereview.chromium.org/2430953006/diff/1/pkg/dev_compiler/lib/js/amd/dart_sdk.js File pkg/dev_compiler/lib/js/amd/dart_sdk.js (right): https://codereview.chromium.org/2430953006/diff/1/pkg/dev_compiler/lib/js/amd/dart_sdk.js#newcode37588 pkg/dev_compiler/lib/js/amd/dart_sdk.js:37588: + super.left = value; Doesn't appear to be a ...
4 years, 2 months ago (2016-10-20 22:46:41 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/2430953006/diff/1/pkg/dev_compiler/lib/js/amd/dart_sdk.js File pkg/dev_compiler/lib/js/amd/dart_sdk.js (right): https://codereview.chromium.org/2430953006/diff/1/pkg/dev_compiler/lib/js/amd/dart_sdk.js#newcode37588 pkg/dev_compiler/lib/js/amd/dart_sdk.js:37588: + super.left = value; On 2016/10/20 22:46:41, vsm wrote: ...
4 years, 2 months ago (2016-10-20 22:54:20 UTC) #4
vsm
lgtm
4 years, 2 months ago (2016-10-20 22:57:15 UTC) #5
Jennifer Messerly
4 years, 2 months ago (2016-10-20 22:59:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
cc1ad8cdde8dd31cb7a1e15930ff799f646afd5c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698