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

Issue 2275033003: Blink-compatible serialization of ArrayBuffer transfer. (Closed)

Created:
4 years, 3 months ago by jbroman
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Blink-compatible serialization of ArrayBuffer transfer. The embedder is expected to arrange for the array buffer contents to be transferred into a v8::ArrayBuffer in the receiving context (generally by assuming ownership of the externalized backing store). BUG=chromium:148757 Committed: https://crrev.com/864728085d8eaa04199bd8f741e00beaaa58e3d4 Cr-Commit-Position: refs/heads/master@{#38948}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Accepts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -2 lines) Patch
M include/v8.h View 1 3 chunks +16 lines, -0 lines 0 comments Download
M src/api.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M src/value-serializer.h View 1 5 chunks +23 lines, -1 line 0 comments Download
M src/value-serializer.cc View 7 chunks +63 lines, -1 line 0 comments Download
M test/unittests/value-serializer-unittest.cc View 6 chunks +77 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (12 generated)
jbroman
SharedArrayBuffer will share the same map (because today they are indexed into the same vector ...
4 years, 3 months ago (2016-08-25 19:52:39 UTC) #6
Jakob Kummerow
lgtm https://codereview.chromium.org/2275033003/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2275033003/diff/1/include/v8.h#newcode1734 include/v8.h:1734: * Provides the array buffer corresponding to the ...
4 years, 3 months ago (2016-08-26 12:22:40 UTC) #7
jbroman
+jochen for include/ https://codereview.chromium.org/2275033003/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/2275033003/diff/1/include/v8.h#newcode1734 include/v8.h:1734: * Provides the array buffer corresponding ...
4 years, 3 months ago (2016-08-26 15:16:24 UTC) #11
jochen (gone - plz use gerrit)
lgtm
4 years, 3 months ago (2016-08-26 15:18:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2275033003/20001
4 years, 3 months ago (2016-08-26 15:31:51 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-08-26 15:47:23 UTC) #17
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 15:47:49 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/864728085d8eaa04199bd8f741e00beaaa58e3d4
Cr-Commit-Position: refs/heads/master@{#38948}

Powered by Google App Engine
This is Rietveld 408576698