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

Issue 15001041: Externalization API for ArrayBuffer (Closed)

Created:
7 years, 7 months ago by Dmitry Lomov (no reviews)
Modified:
7 years, 7 months ago
Reviewers:
Sven Panne
CC:
v8-dev, Mike West
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : A bit of cleanup #

Patch Set 4 : #

Total comments: 22

Patch Set 5 : CR feedback #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -53 lines) Patch
M include/v8.h View 1 2 3 4 2 chunks +48 lines, -5 lines 1 comment Download
M src/api.cc View 1 2 3 4 2 chunks +26 lines, -8 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
M src/d8.cc View 1 2 3 4 2 chunks +18 lines, -3 lines 0 comments Download
M src/objects.h View 1 2 3 4 2 chunks +11 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 2 3 4 2 chunks +11 lines, -1 line 0 comments Download
M src/runtime.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime.cc View 1 2 3 4 2 chunks +17 lines, -9 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 4 6 chunks +70 lines, -21 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Dmitry Lomov (no reviews)
Preparing new ArrayBuffer for use in Blink - add new externalization API for ArrayBuffer. Externalization ...
7 years, 7 months ago (2013-05-22 17:08:07 UTC) #1
Sven Panne
https://chromiumcodereview.appspot.com/15001041/diff/7001/include/v8.h File include/v8.h (right): https://chromiumcodereview.appspot.com/15001041/diff/7001/include/v8.h#newcode2342 include/v8.h:2342: ArrayBufferContents() : data_(NULL), byte_length_(0) {} Nit: We usually put ...
7 years, 7 months ago (2013-05-23 07:57:01 UTC) #2
Dmitry Lomov (no reviews)
Thanks for review, all comments addressed https://codereview.chromium.org/15001041/diff/7001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/15001041/diff/7001/include/v8.h#newcode2342 include/v8.h:2342: ArrayBufferContents() : data_(NULL), ...
7 years, 7 months ago (2013-05-23 08:42:15 UTC) #3
Sven Panne
LGTM with a nit https://chromiumcodereview.appspot.com/15001041/diff/17001/include/v8.h File include/v8.h (right): https://chromiumcodereview.appspot.com/15001041/diff/17001/include/v8.h#newcode2346 include/v8.h:2346: ArrayBufferContents(void* data, size_t byte_length) No ...
7 years, 7 months ago (2013-05-23 09:08:41 UTC) #4
Dmitry Lomov (no reviews)
7 years, 7 months ago (2013-05-23 10:01:53 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 manually as r14770 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698