dart-sdk/runtime
sgjesse@google.com 52f54a2edd Add support for typed data views on native threads
The deserializer running outside the VM can now decode typed data
views. As the typed data views are implemented as normal Dart
instances and not a internal VM object the deserializer have been
expanded to process serialized objects of the type used to create
these views. The typed data object that the view is based on will
always be serialized as part of the message.

Currently only vews created with constructor Uint8List.view on top of
an Uint8List are supported.

R=ager@google.com

BUG=https://code.google.com/p/dart/issues/detail?id=9484

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21252 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-11 07:15:08 +00:00
..
bin Debugger wire protocol cleanups 2013-04-10 23:37:21 +00:00
embedders/openglui Cleaned up OpenGLUI samples and added Blasteroids. 2013-04-01 19:48:38 +00:00
include Changelist to land https://codereview.chromium.org/13452007/ for Siva. 2013-04-09 17:51:24 +00:00
lib BREAKING CHANGE: Rename InstanceMIrror.invoke, .getField, .setField to invokeAsync, getFieldAsync, setFieldAsync. Likewise ClosureMirror.apply and ClassMIrror.newInstance. This is in preparation of new synchronous versions of the originals. 2013-04-10 23:58:22 +00:00
platform Updated VM stacktrace support (20898) with platform- 2013-04-04 18:48:24 +00:00
tests/vm BREAKING CHANGE: Rename InstanceMIrror.invoke, .getField, .setField to invokeAsync, getFieldAsync, setFieldAsync. Likewise ClosureMirror.apply and ClassMIrror.newInstance. This is in preparation of new synchronous versions of the originals. 2013-04-10 23:58:22 +00:00
third_party Fixed warnings reported by clang compiler. 2013-01-11 19:17:28 +00:00
tools Pass flag --error_on_malformed_type when running gen_snapshot. 2013-04-10 23:02:10 +00:00
vm Add support for typed data views on native threads 2013-04-11 07:15:08 +00:00
.gitignore Ignore runtime/pkg/. 2012-12-19 11:25:41 +00:00
codereview.settings
dart-runtime.gyp - Disable source_filter.gypi. 2013-02-20 23:40:32 +00:00
PRESUBMIT.py