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

Issue 10843007: Cleanup isolate library after frog removal. (Closed)

Created:
8 years, 4 months ago by Mads Ager (google)
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Cleanup isolate library after frog removal. Remove parts only used by frog and rename. R=kasperl@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=10051

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1300 lines) Patch
M lib/compiler/implementation/library_map.dart View 1 chunk +5 lines, -9 lines 0 comments Download
A + lib/isolate/dart2js/compiler_hooks.dart View 1 chunk +6 lines, -5 lines 0 comments Download
A + lib/isolate/dart2js/isolateimpl.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/isolate/dart2js/messages.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/isolate/dart2js/ports.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
D lib/isolate/frog/compiler_hooks.dart View 1 chunk +0 lines, -31 lines 0 comments Download
D lib/isolate/frog/isolateimpl.dart View 1 chunk +0 lines, -646 lines 0 comments Download
D lib/isolate/frog/messages.dart View 1 chunk +0 lines, -164 lines 0 comments Download
D lib/isolate/frog/natives.js View 1 chunk +0 lines, -78 lines 1 comment Download
D lib/isolate/frog/ports.dart View 1 chunk +0 lines, -253 lines 0 comments Download
M lib/isolate/isolate_compiler.dart View 2 chunks +1 line, -2 lines 0 comments Download
A + lib/isolate/isolate_dart2js.dart View 1 chunk +4 lines, -4 lines 0 comments Download
D lib/isolate/isolate_frog.dart View 1 chunk +0 lines, -50 lines 0 comments Download
D lib/isolate/isolate_leg.dart View 1 chunk +0 lines, -61 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
8 years, 4 months ago (2012-07-31 11:15:56 UTC) #1
kasperl
LGTM.
8 years, 4 months ago (2012-07-31 11:17:10 UTC) #2
Siggi Cherem (dart-lang)
8 years, 4 months ago (2012-08-01 21:17:29 UTC) #3
https://chromiumcodereview.appspot.com/10843007/diff/1/lib/isolate/frog/nativ...
File lib/isolate/frog/natives.js (left):

https://chromiumcodereview.appspot.com/10843007/diff/1/lib/isolate/frog/nativ...
lib/isolate/frog/natives.js:12: var $supportsWorkers =
please note: the current code for isolates in dart2js is not working correctly:
spawnFunction should spawn an isolate in a worker, and it's currently spawning
the new isolate in the DOM UI thread.

This bug is because we are not including some of the initialization of this file
in the dart2js generated code.

Powered by Google App Engine
This is Rietveld 408576698