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

Issue 1200233004: fixes #168, dart:js implementation with a test (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: 9

Patch Set 2 : #

Patch Set 3 : fix error (window not defined) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1302 lines, -520 lines) Patch
M lib/runtime/_operations.js View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/runtime/dart/_foreign_helper.js View 2 chunks +0 lines, -8 lines 0 comments Download
M lib/runtime/dart/_isolate_helper.js View 5 chunks +7 lines, -7 lines 0 comments Download
M lib/runtime/dart/_js_helper.js View 2 chunks +0 lines, -5 lines 0 comments Download
M lib/runtime/dart/async.js View 4 chunks +5 lines, -6 lines 0 comments Download
M lib/runtime/dart/js.js View 6 chunks +67 lines, -118 lines 0 comments Download
M lib/src/dependency_graph.dart View 1 chunk +1 line, -0 lines 0 comments Download
M lib/src/js/nodes.dart View 1 chunk +1 line, -1 line 0 comments Download
A + test/browser/dom.dart View 3 chunks +54 lines, -7 lines 0 comments Download
D test/browser/index.html View 1 chunk +0 lines, -44 lines 0 comments Download
A test/browser/js_test.dart View 1 1 chunk +705 lines, -0 lines 0 comments Download
A test/browser/js_test.html View 1 chunk +191 lines, -0 lines 0 comments Download
A test/browser/minitest.dart View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A + test/browser/runtime_test.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/codegen/expect/html_input.html View 1 chunk +1 line, -0 lines 0 comments Download
M test/codegen/expect/sunflower/dom.js View 2 chunks +14 lines, -0 lines 0 comments Download
M test/codegen/expect/sunflower/sunflower.html View 1 chunk +1 line, -0 lines 0 comments Download
M test/codegen/sunflower/dom.dart View 3 chunks +53 lines, -8 lines 0 comments Download
M tool/input_sdk/lib/js/dart2js/js_dart2js.dart View 17 chunks +91 lines, -170 lines 0 comments Download
M tool/input_sdk/patch/async_patch.dart View 4 chunks +4 lines, -8 lines 0 comments Download
M tool/input_sdk/patch/core_patch.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tool/input_sdk/private/foreign_helper.dart View 1 chunk +0 lines, -22 lines 0 comments Download
M tool/input_sdk/private/isolate_helper.dart View 7 chunks +8 lines, -12 lines 0 comments Download
M tool/input_sdk/private/js_helper.dart View 1 chunk +0 lines, -13 lines 0 comments Download
M tool/sdk_expected_errors.txt View 6 chunks +18 lines, -90 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Jennifer Messerly
5 years, 6 months ago (2015-06-23 21:18:57 UTC) #3
vsm
lgtm https://codereview.chromium.org/1200233004/diff/10001/test/browser/js_test.dart File test/browser/js_test.dart (right): https://codereview.chromium.org/1200233004/diff/10001/test/browser/js_test.dart#newcode15 test/browser/js_test.dart:15: // import 'package:test/test.dart'; Do the tests here run ...
5 years, 6 months ago (2015-06-24 23:16:15 UTC) #4
Jennifer Messerly
Thanks! Split out the mini-test-framework ... really hope it goes away soon tho :| https://codereview.chromium.org/1200233004/diff/10001/test/browser/js_test.dart ...
5 years, 6 months ago (2015-06-25 20:11:27 UTC) #5
Jennifer Messerly
5 years, 6 months ago (2015-06-25 20:18:56 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:50001) manually as
90e63a5fa12e58c109fe9afffe51c24416007b82 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698