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

Issue 1156993015: fixes #193, factory constructors as static methods (Closed)

Created:
5 years, 6 months ago by Jennifer Messerly
Modified:
5 years, 6 months ago
Reviewers:
vsm
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: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+596 lines, -687 lines) Patch
M .gitignore View 1 chunk +2 lines, -1 line 1 comment Download
M lib/runtime/dart/_interceptors.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/runtime/dart/_internal.js View 15 chunks +19 lines, -19 lines 0 comments Download
M lib/runtime/dart/_isolate_helper.js View 18 chunks +26 lines, -26 lines 0 comments Download
M lib/runtime/dart/_js_helper.js View 21 chunks +27 lines, -27 lines 0 comments Download
M lib/runtime/dart/_js_names.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/runtime/dart/_native_typed_data.js View 44 chunks +72 lines, -96 lines 0 comments Download
M lib/runtime/dart/async.js View 36 chunks +58 lines, -72 lines 0 comments Download
M lib/runtime/dart/collection.js View 42 chunks +71 lines, -92 lines 0 comments Download
M lib/runtime/dart/convert.js View 31 chunks +35 lines, -42 lines 0 comments Download
M lib/runtime/dart/core.js View 44 chunks +69 lines, -89 lines 0 comments Download
M lib/runtime/dart/isolate.js View 7 chunks +20 lines, -21 lines 0 comments Download
M lib/runtime/dart/math.js View 5 chunks +4 lines, -6 lines 0 comments Download
M lib/runtime/dart/typed_data.js View 18 chunks +99 lines, -137 lines 0 comments Download
M lib/runtime/dart_runtime.js View 2 chunks +3 lines, -3 lines 2 comments Download
M lib/src/codegen/js_codegen.dart View 9 chunks +88 lines, -53 lines 1 comment Download
M test/codegen/expect/map_keys.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
Jennifer Messerly
https://codereview.chromium.org/1156993015/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1156993015/diff/1/lib/src/codegen/js_codegen.dart#newcode678 lib/src/codegen/js_codegen.dart:678: // Wacky factory redirecting constructors: factory Foo.q(x, y) = ...
5 years, 6 months ago (2015-05-29 19:54:53 UTC) #2
vsm
lgtm https://codereview.chromium.org/1156993015/diff/1/.gitignore File .gitignore (right): https://codereview.chromium.org/1156993015/diff/1/.gitignore#newcode18 .gitignore:18: test/generated_sdk/sdk_errors.txt thanks :-) https://codereview.chromium.org/1156993015/diff/1/lib/runtime/dart_runtime.js File lib/runtime/dart_runtime.js (right): https://codereview.chromium.org/1156993015/diff/1/lib/runtime/dart_runtime.js#newcode913 ...
5 years, 6 months ago (2015-05-29 21:08:58 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/1156993015/diff/1/lib/runtime/dart_runtime.js File lib/runtime/dart_runtime.js (right): https://codereview.chromium.org/1156993015/diff/1/lib/runtime/dart_runtime.js#newcode913 lib/runtime/dart_runtime.js:913: let map = collection.LinkedHashMap.new(); On 2015/05/29 21:08:58, vsm wrote: ...
5 years, 6 months ago (2015-05-29 21:32:17 UTC) #4
vsm
On 2015/05/29 21:32:17, John Messerly wrote: > https://codereview.chromium.org/1156993015/diff/1/lib/runtime/dart_runtime.js > File lib/runtime/dart_runtime.js (right): > > https://codereview.chromium.org/1156993015/diff/1/lib/runtime/dart_runtime.js#newcode913 ...
5 years, 6 months ago (2015-05-29 21:45:42 UTC) #5
Jennifer Messerly
5 years, 6 months ago (2015-05-29 21:52:15 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
4947b85e517c50d5039bc66e0539ec07eeb1b477 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698