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

Issue 1071393007: fuse List and js Array together and a few other misc fixes. (Closed)

Created:
5 years, 8 months ago by Jacob
Modified:
5 years, 8 months ago
Reviewers:
Jennifer Messerly
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dart-dev-compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

fuse List and js Array together and a few other misc fixes. BUG= R=jmesserly@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/9027fd9cd4f86b756af3337ab3ff1df0e12660a0

Patch Set 1 #

Total comments: 16

Patch Set 2 : ptal #

Patch Set 3 : ptal #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1467 lines, -221 lines) Patch
M lib/runtime/dart/_js_helper.js View 5 chunks +29 lines, -6 lines 0 comments Download
M lib/runtime/dart/collection.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/runtime/dart/core.js View 1 43 chunks +468 lines, -94 lines 0 comments Download
M lib/runtime/dart_runtime.js View 1 3 chunks +9 lines, -4 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 8 chunks +23 lines, -4 lines 0 comments Download
M test/dart_codegen/expect/core/list.dart View 1 1 chunk +240 lines, -27 lines 0 comments Download
M test/dart_codegen/expect/core/stopwatch.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/core/uri.dart View 1 9 chunks +14 lines, -14 lines 0 comments Download
M test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart View 1 5 chunks +42 lines, -4 lines 0 comments Download
M test/generated_sdk/lib/core/list.dart View 1 23 chunks +299 lines, -31 lines 0 comments Download
M tool/input_sdk/lib/core/list.dart View 22 chunks +287 lines, -27 lines 0 comments Download
M tool/input_sdk/patch/core_patch.dart View 1 1 chunk +12 lines, -4 lines 0 comments Download
M tool/input_sdk/private/js_helper.dart View 1 5 chunks +42 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Jacob
5 years, 8 months ago (2015-04-22 21:00:37 UTC) #2
Jennifer Messerly
https://codereview.chromium.org/1071393007/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1071393007/diff/1/lib/src/codegen/js_codegen.dart#newcode356 lib/src/codegen/js_codegen.dart:356: JS.Statement _finishClassDef(ParameterizedType type, JS.Statement body, String jsPeerName) { long ...
5 years, 8 months ago (2015-04-22 21:14:19 UTC) #3
Jacob
ptal https://codereview.chromium.org/1071393007/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1071393007/diff/1/lib/src/codegen/js_codegen.dart#newcode356 lib/src/codegen/js_codegen.dart:356: JS.Statement _finishClassDef(ParameterizedType type, JS.Statement body, String jsPeerName) { ...
5 years, 8 months ago (2015-04-22 22:58:32 UTC) #4
Jennifer Messerly
lgtm
5 years, 8 months ago (2015-04-23 00:14:39 UTC) #5
Jacob
5 years, 8 months ago (2015-04-23 00:23:38 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
9027fd9cd4f86b756af3337ab3ff1df0e12660a0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698