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

Issue 23121004: Re-try of Tightening up dart2js load timing. (Closed)

Created:
7 years, 4 months ago by blois
Modified:
7 years, 3 months ago
Reviewers:
vsm, ricow1, ahe
CC:
reviews_dartlang.org, ricow1, kustermann
Visibility:
Public.

Description

Re-try of Tightening up dart2js load timing. This is a fixup of https://codereview.chromium.org/22488002/, first patch is the original, subsequent the fixes. BUG= R=ahe@google.com, vsm@google.com Committed: https://code.google.com/p/dart/source/detail?r=26244

Patch Set 1 #

Patch Set 2 : Fixing dart2js #

Total comments: 8

Patch Set 3 : Fix for IE #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -43 lines) Patch
M pkg/browser/lib/dart.js View 1 2 chunks +23 lines, -22 lines 0 comments Download
M samples/third_party/dromaeo/generate_dart2js_tests.py View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 3 2 chunks +36 lines, -18 lines 0 comments Download
M tools/testing/dart/browser_test.dart View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
blois
I have not gotten my enlistment working on IE yet, so not sure if this ...
7 years, 4 months ago (2013-08-15 21:38:48 UTC) #1
vsm
lgtm
7 years, 4 months ago (2013-08-15 22:05:59 UTC) #2
ahe
LGTM! https://codereview.chromium.org/23121004/diff/16001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/23121004/diff/16001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode2982 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:2982: ;(function (callback) { Why the extra semicolon? https://codereview.chromium.org/23121004/diff/16001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode3017 ...
7 years, 4 months ago (2013-08-15 22:20:27 UTC) #3
ahe
https://codereview.chromium.org/23121004/diff/16001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/23121004/diff/16001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode2993 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:2993: function onLoad() { Shouldn't this function have a parameter ...
7 years, 4 months ago (2013-08-15 22:24:38 UTC) #4
blois
https://codereview.chromium.org/23121004/diff/16001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/23121004/diff/16001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode2982 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:2982: ;(function (callback) { On 2013/08/15 22:20:27, ahe wrote: > ...
7 years, 4 months ago (2013-08-15 22:38:48 UTC) #5
ahe
LGTM https://codereview.chromium.org/23121004/diff/16001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/23121004/diff/16001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode2982 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:2982: ;(function (callback) { On 2013/08/15 22:38:48, blois wrote: ...
7 years, 4 months ago (2013-08-15 22:43:48 UTC) #6
blois
Committed patchset #4 manually as r26244 (presubmit successful).
7 years, 4 months ago (2013-08-15 23:57:16 UTC) #7
ricow1
7 years, 4 months ago (2013-08-16 05:33:55 UTC) #8
Message was sent while issue was closed.
Thanks a lot for fixing this Pete

Powered by Google App Engine
This is Rietveld 408576698