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

Issue 12937010: Handle TypedDataView objects in Dart_TypedDataAcquireData and (Closed)

Created:
7 years, 9 months ago by siva
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Handle TypedDataView objects in Dart_TypedDataAcquireData and Dart_TypedDataReleaseData Committed: https://code.google.com/p/dart/source/detail?r=20482

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+457 lines, -137 lines) Patch
M runtime/lib/typeddata.dart View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 6 chunks +41 lines, -23 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 2 4 chunks +72 lines, -4 lines 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 chunks +28 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 4 chunks +29 lines, -2 lines 0 comments Download
M runtime/vm/raw_object.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/snapshot.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/snapshot.cc View 1 2 8 chunks +154 lines, -102 lines 0 comments Download
M runtime/vm/symbols.h View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M tests/isolate/isolate.status View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A tests/isolate/typed_data_message_test.dart View 1 2 3 1 chunk +97 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
siva
7 years, 9 months ago (2013-03-22 01:38:23 UTC) #1
Ivan Posva
https://codereview.chromium.org/12937010/diff/11/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/12937010/diff/11/runtime/vm/dart_api_impl.cc#newcode2630 runtime/vm/dart_api_impl.cc:2630: // the fields using offsets for a more efficient ...
7 years, 9 months ago (2013-03-22 04:50:01 UTC) #2
Mads Ager (google)
LGTM for the API part.
7 years, 9 months ago (2013-03-22 08:45:13 UTC) #3
siva
https://codereview.chromium.org/12937010/diff/11/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/12937010/diff/11/runtime/vm/dart_api_impl.cc#newcode2630 runtime/vm/dart_api_impl.cc:2630: // the fields using offsets for a more efficient ...
7 years, 9 months ago (2013-03-25 17:20:34 UTC) #4
Ivan Posva
LGTM -ip
7 years, 9 months ago (2013-03-25 17:55:14 UTC) #5
siva
7 years, 9 months ago (2013-03-25 20:18:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r20482 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698