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

Issue 1085723002: fixes for angular hello: String + and disable broken arg parsing (Closed)

Created:
5 years, 8 months ago by Jennifer Messerly
Modified:
5 years, 8 months ago
Reviewers:
Jacob
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

fixes for angular hello: String + and disable broken arg parsing R=jacobr@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/24da83ce6b846fc8f9c3ed9118426aee50cb47db

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -101 lines) Patch
M lib/runtime/dart/_interceptors.js View 4 chunks +5 lines, -5 lines 0 comments Download
M lib/runtime/dart/_internal.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lib/runtime/dart/_isolate_helper.js View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M lib/runtime/dart/_js_helper.js View 1 2 12 chunks +47 lines, -47 lines 0 comments Download
M lib/runtime/dart/async.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lib/runtime/dart/collection.js View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M lib/runtime/dart/convert.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lib/runtime/dart/core.js View 1 2 20 chunks +30 lines, -30 lines 0 comments Download
M lib/runtime/dart_runtime.js View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 2 4 chunks +13 lines, -8 lines 0 comments Download
M test/codegen/expect/fieldtest.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
Jennifer Messerly
5 years, 8 months ago (2015-04-13 23:15:01 UTC) #3
Jennifer Messerly
note: many more fixes needed for angular hello. this just gets it a little closer ...
5 years, 8 months ago (2015-04-13 23:15:27 UTC) #4
Jacob
lgtm https://codereview.chromium.org/1085723002/diff/20001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1085723002/diff/20001/lib/src/codegen/js_codegen.dart#newcode1452 lib/src/codegen/js_codegen.dart:1452: bool typeIsPrimitiveInJS(DartType t) => (rules.isIntType(t) || was !rules.isDynamic(t) ...
5 years, 8 months ago (2015-04-13 23:23:16 UTC) #5
Jennifer Messerly
https://codereview.chromium.org/1085723002/diff/20001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1085723002/diff/20001/lib/src/codegen/js_codegen.dart#newcode1452 lib/src/codegen/js_codegen.dart:1452: bool typeIsPrimitiveInJS(DartType t) => (rules.isIntType(t) || On 2015/04/13 23:23:16, ...
5 years, 8 months ago (2015-04-14 17:44:02 UTC) #6
Jennifer Messerly
5 years, 8 months ago (2015-04-15 01:04:18 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:60001) manually as
24da83ce6b846fc8f9c3ed9118426aee50cb47db (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698