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

Issue 1143953004: Fixes for sunflower (Closed)

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

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Null to void #

Patch Set 3 : Wrap handler #

Patch Set 4 : Rediff against https://codereview.chromium.org/1154213008/ #

Total comments: 2

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -38 lines) Patch
M lib/runtime/dart/_js_helper.js View 1 2 3 chunks +2 lines, -4 lines 0 comments Download
M lib/runtime/dart_runtime.js View 1 1 chunk +9 lines, -3 lines 0 comments Download
M test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M tool/input_sdk/private/js_helper.dart View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M tool/sdk_expected_errors.txt View 1 2 3 1 chunk +21 lines, -27 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
vsm
https://codereview.chromium.org/1143953004/diff/1/lib/runtime/dart_runtime.js File lib/runtime/dart_runtime.js (right): https://codereview.chromium.org/1143953004/diff/1/lib/runtime/dart_runtime.js#newcode102 lib/runtime/dart_runtime.js:102: return f.apply(obj, args); We were breaking in a DOM ...
5 years, 7 months ago (2015-05-26 13:40:58 UTC) #2
Leaf
https://codereview.chromium.org/1143953004/diff/1/lib/runtime/dart_runtime.js File lib/runtime/dart_runtime.js (right): https://codereview.chromium.org/1143953004/diff/1/lib/runtime/dart_runtime.js#newcode102 lib/runtime/dart_runtime.js:102: return f.apply(obj, args); On 2015/05/26 13:40:58, vsm wrote: > ...
5 years, 7 months ago (2015-05-26 18:19:46 UTC) #3
vsm
https://codereview.chromium.org/1143953004/diff/1/tool/input_sdk/private/js_helper.dart File tool/input_sdk/private/js_helper.dart (right): https://codereview.chromium.org/1143953004/diff/1/tool/input_sdk/private/js_helper.dart#newcode585 tool/input_sdk/private/js_helper.dart:585: static Null _throwFormatException(String string) { On 2015/05/26 18:19:45, Leaf ...
5 years, 7 months ago (2015-05-27 13:37:21 UTC) #4
Leaf
https://codereview.chromium.org/1143953004/diff/1/tool/input_sdk/private/js_helper.dart File tool/input_sdk/private/js_helper.dart (right): https://codereview.chromium.org/1143953004/diff/1/tool/input_sdk/private/js_helper.dart#newcode585 tool/input_sdk/private/js_helper.dart:585: static Null _throwFormatException(String string) { On 2015/05/27 13:37:21, vsm ...
5 years, 7 months ago (2015-05-27 22:16:34 UTC) #5
vsm
PTAL Note: this is rebased against https://codereview.chromium.org/1154213008/, which is still pending. https://codereview.chromium.org/1143953004/diff/60001/lib/runtime/dart/_js_helper.js File lib/runtime/dart/_js_helper.js (right): ...
5 years, 6 months ago (2015-05-28 15:49:57 UTC) #6
Leaf
lgtm https://codereview.chromium.org/1143953004/diff/60001/lib/runtime/dart/_js_helper.js File lib/runtime/dart/_js_helper.js (right): https://codereview.chromium.org/1143953004/diff/60001/lib/runtime/dart/_js_helper.js#newcode1896 lib/runtime/dart/_js_helper.js:1896: handleError = dart.fn(s => dart.as(Primitives._throwFormatException(dart.as(s, core.String)), core.int), core.int, ...
5 years, 6 months ago (2015-05-28 15:53:20 UTC) #7
vsm
Committed patchset #5 (id:80001) manually as e485df088816b93a8a83cb2e58e45666ce31996e (presubmit successful).
5 years, 6 months ago (2015-05-28 16:29:05 UTC) #8
Jennifer Messerly
5 years, 6 months ago (2015-05-28 21:02:06 UTC) #10
Message was sent while issue was closed.
lgtm too

Powered by Google App Engine
This is Rietveld 408576698