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

Issue 12938010: Implement creation of ByteData objects using the Dart API. (Closed)

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

Description

Implement creation of ByteData objects using the Dart API. Committed: https://code.google.com/p/dart/source/detail?r=20396

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -23 lines) Patch
M runtime/lib/typeddata.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 9 chunks +118 lines, -21 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 1 chunk +111 lines, -0 lines 0 comments Download
M runtime/vm/symbols.h View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
siva
7 years, 9 months ago (2013-03-21 18:29:33 UTC) #1
Anton Muhin
lgtm
7 years, 9 months ago (2013-03-21 18:35:02 UTC) #2
vsm
DBC https://chromiumcodereview.appspot.com/12938010/diff/1/runtime/lib/typeddata.dart File runtime/lib/typeddata.dart (right): https://chromiumcodereview.appspot.com/12938010/diff/1/runtime/lib/typeddata.dart#newcode234 runtime/lib/typeddata.dart:234: /* patch */ factory ByteData.transferable(int length) { I ...
7 years, 9 months ago (2013-03-21 18:35:27 UTC) #3
siva
https://chromiumcodereview.appspot.com/12938010/diff/1/runtime/lib/typeddata.dart File runtime/lib/typeddata.dart (right): https://chromiumcodereview.appspot.com/12938010/diff/1/runtime/lib/typeddata.dart#newcode234 runtime/lib/typeddata.dart:234: /* patch */ factory ByteData.transferable(int length) { I think ...
7 years, 9 months ago (2013-03-22 01:42:11 UTC) #4
Mads Ager (google)
lgtm
7 years, 9 months ago (2013-03-22 07:28:20 UTC) #5
Mads Ager (google)
https://chromiumcodereview.appspot.com/12938010/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://chromiumcodereview.appspot.com/12938010/diff/1/runtime/vm/dart_api_impl.cc#newcode2410 runtime/vm/dart_api_impl.cc:2410: String::Handle(isolate, OneByteString::New("ByteData")); Does it make sense to have symbols ...
7 years, 9 months ago (2013-03-22 08:29:09 UTC) #6
siva
https://chromiumcodereview.appspot.com/12938010/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://chromiumcodereview.appspot.com/12938010/diff/1/runtime/vm/dart_api_impl.cc#newcode2410 runtime/vm/dart_api_impl.cc:2410: String::Handle(isolate, OneByteString::New("ByteData")); Yes, added "ByteData" and "view" to the ...
7 years, 9 months ago (2013-03-22 18:03:03 UTC) #7
siva
7 years, 9 months ago (2013-03-22 18:14:46 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 manually as r20396 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698