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

Issue 11549017: Clean up the patch file for the isolate library by introducing a new builtin library: isolate_helpe… (Closed)

Created:
8 years ago by ngeoffray
Modified:
8 years ago
Reviewers:
ahe, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Clean up the patch file for the isolate library by introducing a new builtin library: isolate_helper.dart. Committed: https://code.google.com/p/dart/source/detail?r=16029

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -1355 lines) Patch
M runtime/lib/isolate_patch.dart View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/compiler.dart View 4 chunks +27 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart View 1 13 chunks +56 lines, -71 lines 2 comments Download
M sdk/lib/_internal/compiler/implementation/lib/isolate_patch.dart View 1 1 chunk +13 lines, -1263 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/native_handler.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/libraries.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/isolate/timer.dart View 1 2 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
https://codereview.chromium.org/11549017/diff/1/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart File sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart (right): https://codereview.chromium.org/11549017/diff/1/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart#newcode1232 sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart:1232: int setTimeout(_TimeoutHandler handler, int timeout) { This class does ...
8 years ago (2012-12-12 10:54:15 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/11549017/diff/1/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart File sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart (right): https://codereview.chromium.org/11549017/diff/1/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart#newcode380 sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart:380: void terminate(); So this is the only function ...
8 years ago (2012-12-12 11:24:00 UTC) #2
ngeoffray
Thanks Kasper https://codereview.chromium.org/11549017/diff/1/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart File sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart (right): https://codereview.chromium.org/11549017/diff/1/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart#newcode380 sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart:380: void terminate(); On 2012/12/12 11:24:00, kasperl wrote: ...
8 years ago (2012-12-12 11:27:59 UTC) #3
ahe
8 years ago (2012-12-14 08:49:15 UTC) #4
Message was sent while issue was closed.
LGTM

https://codereview.chromium.org/11549017/diff/7002/sdk/lib/_internal/compiler...
File sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart (right):

https://codereview.chromium.org/11549017/diff/7002/sdk/lib/_internal/compiler...
sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart:373: //
@Native("*Worker");
Add a comment explaining why you're commenting this out for now.

https://codereview.chromium.org/11549017/diff/7002/sdk/lib/_internal/compiler...
sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart:1230: //
@Native("*DOMWindow");
Ditto.

Powered by Google App Engine
This is Rietveld 408576698