Commit graph

4 commits

Author SHA1 Message Date
floitsch@google.com a5f3c39b21 Isolates: allow sending of arbitrary objects in dart2js.
BUG= http://dartbug.com/12628
BUG= http://dartbug.com/9245
R=lrn@google.com, sigurdm@google.com, sra@google.com

Committed: https://code.google.com/p/dart/source/detail?r=42161
Reverted: https://code.google.com/p/dart/source/detail?r=42206

Review URL: https://codereview.chromium.org//742873002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42209 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-09 16:41:58 +00:00
floitsch@google.com 67dff7ca30 Revert "Isolates: allow sending of arbitrary objects in dart2js."
This reverts commit r42161.

Revert "Update status file."

This reverts commit r42163.

Revert "Update test."

This reverts commit r42165.

Revert "Update status file."

This reverts commit r42166.

Review URL: https://codereview.chromium.org//791543004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42206 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-09 13:25:23 +00:00
floitsch@google.com dc062cc0e1 Update test.
Now that dart2js can send arbitrary objects, this test went through a different route, where it encountered non-zero timers. These are not supported for jsshell.

I rewrote the test not to use a timer, but wait for a reply from the spawned isolate instead.

Review URL: https://codereview.chromium.org//789503002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42165 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-08 14:13:57 +00:00
lrn@google.com 9d5fb7e12f Dart2js: Fix object leaking between isolates.
BUG= http://dartbug.com/18942
R=floitsch@google.com

Review URL: https://codereview.chromium.org//296513012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36484 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-22 11:09:37 +00:00