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

Issue 1011153002: js: fix core.Object, output order, static const fields (Closed)

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

js: fix core.Object, output order, static const fields These are a few fixes trying to get the compiled SDK to load R=vsm@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/b6d4a590e1bb7edca10dd4dce28157e134e0fe10

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10259 lines, -10207 lines) Patch
M lib/devc.dart View 1 2 3 chunks +7 lines, -6 lines 0 comments Download
M lib/runtime/dart_runtime.js View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M lib/src/codegen/code_generator.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/codegen/dart_codegen.dart View 1 2 2 chunks +9 lines, -19 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 2 12 chunks +74 lines, -36 lines 0 comments Download
M lib/src/info.dart View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M lib/src/js/nodes.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lib/src/js/printer.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/BenchmarkBase.js View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M test/codegen/expect/DeltaBlue.js View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M test/codegen/expect/cascade.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/constructors.js View 1 2 5 chunks +11 lines, -11 lines 0 comments Download
M test/codegen/expect/dart/_foreign_helper.js View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M test/codegen/expect/dart/_interceptors.js View 1 2 5 chunks +227 lines, -227 lines 0 comments Download
M test/codegen/expect/dart/_internal.js View 1 2 39 chunks +54 lines, -54 lines 0 comments Download
M test/codegen/expect/dart/_isolate_helper.js View 1 2 1 chunk +1130 lines, -1130 lines 0 comments Download
M test/codegen/expect/dart/_js_helper.js View 1 2 2 chunks +3394 lines, -3394 lines 0 comments Download
M test/codegen/expect/dart/_native_typed_data.js View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M test/codegen/expect/dart/async.js View 1 2 120 chunks +246 lines, -246 lines 0 comments Download
M test/codegen/expect/dart/collection.js View 1 2 3 chunks +4058 lines, -4058 lines 0 comments Download
M test/codegen/expect/dart/convert.js View 1 2 26 chunks +553 lines, -553 lines 0 comments Download
M test/codegen/expect/dart/core.js View 1 2 74 chunks +168 lines, -162 lines 0 comments Download
M test/codegen/expect/dart/isolate.js View 1 2 8 chunks +16 lines, -16 lines 0 comments Download
M test/codegen/expect/dart/math.js View 1 2 9 chunks +225 lines, -225 lines 0 comments Download
M test/codegen/expect/dart/typed_data.js View 1 2 19 chunks +22 lines, -22 lines 0 comments Download
M test/codegen/expect/dom.js View 1 2 4 chunks +14 lines, -14 lines 0 comments Download
M test/codegen/expect/fieldtest.js View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M test/codegen/expect/methods.js View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M test/codegen/expect/server_mode/html_input.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/sunflower.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Jennifer Messerly
5 years, 9 months ago (2015-03-17 15:52:38 UTC) #3
vsm
lgtm https://codereview.chromium.org/1011153002/diff/10001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1011153002/diff/10001/lib/src/codegen/js_codegen.dart#newcode69 lib/src/codegen/js_codegen.dart:69: // in the main library's compilation unit. Is ...
5 years, 9 months ago (2015-03-17 18:27:32 UTC) #4
Jennifer Messerly
thanks Vijay! Please take another look https://codereview.chromium.org/1011153002/diff/10001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1011153002/diff/10001/lib/src/codegen/js_codegen.dart#newcode69 lib/src/codegen/js_codegen.dart:69: // in the ...
5 years, 9 months ago (2015-03-17 18:58:45 UTC) #5
Jennifer Messerly
https://codereview.chromium.org/1011153002/diff/20001/lib/src/info.dart File lib/src/info.dart (right): https://codereview.chromium.org/1011153002/diff/20001/lib/src/info.dart#newcode57 lib/src/info.dart:57: yield library; on second thought... we could just reverse ...
5 years, 9 months ago (2015-03-17 19:03:05 UTC) #6
Jennifer Messerly
https://codereview.chromium.org/1011153002/diff/20001/lib/src/info.dart File lib/src/info.dart (right): https://codereview.chromium.org/1011153002/diff/20001/lib/src/info.dart#newcode57 lib/src/info.dart:57: yield library; On 2015/03/17 19:03:05, John Messerly wrote: > ...
5 years, 9 months ago (2015-03-17 19:11:52 UTC) #7
vsm
lgtm
5 years, 9 months ago (2015-03-17 19:25:58 UTC) #8
Jennifer Messerly
5 years, 9 months ago (2015-03-17 20:11:38 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:30001) manually as
b6d4a590e1bb7edca10dd4dce28157e134e0fe10 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698