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

Issue 2305703002: Move V8-based serialization into dedicated classes and add support for ArrayBuffer transfer. (Closed)

Created:
4 years, 3 months ago by jbroman
Modified:
4 years, 3 months ago
Reviewers:
haraken, esprehn
CC:
blink-reviews, blink-reviews-bindings_chromium.org, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move V8-based serialization into dedicated classes and add support for ArrayBuffer transfer. Eventually these classes are intended to replace ScriptValueSerializer and ScriptValueDeserializer as they exist today. BUG=chromium:148757 Committed: https://crrev.com/8687a21473775357a6a3dd63ab4cd21f4d47f1af Cr-Commit-Position: refs/heads/master@{#416445}

Patch Set 1 #

Patch Set 2 : give V8ScriptValueDeserializer a comment, too #

Total comments: 19

Patch Set 3 : reviewer comments #

Messages

Total messages: 28 (17 generated)
jbroman
Moving the calls to the V8 serialization code to a more separate home (so it ...
4 years, 3 months ago (2016-09-01 19:41:11 UTC) #8
esprehn
lgtm https://codereview.chromium.org/2305703002/diff/20001/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h File third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h (right): https://codereview.chromium.org/2305703002/diff/20001/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h#newcode24 third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h:24: // deserialize method will be invoked exactly once. ...
4 years, 3 months ago (2016-09-01 21:41:21 UTC) #9
haraken
LGTM https://codereview.chromium.org/2305703002/diff/20001/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp File third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp (right): https://codereview.chromium.org/2305703002/diff/20001/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp#newcode60 third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp:60: if (!contents.isShared()) { if (contents.isShared()) { } else ...
4 years, 3 months ago (2016-09-02 00:19:52 UTC) #10
jbroman
https://codereview.chromium.org/2305703002/diff/20001/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp File third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp (right): https://codereview.chromium.org/2305703002/diff/20001/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp#newcode60 third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp:60: if (!contents.isShared()) { On 2016/09/02 at 00:19:51, haraken wrote: ...
4 years, 3 months ago (2016-09-02 17:22:48 UTC) #13
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/2305703002/40001
4 years, 3 months ago (2016-09-02 17:23:12 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/286645)
4 years, 3 months ago (2016-09-02 19:05:52 UTC) #19
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/2305703002/40001
4 years, 3 months ago (2016-09-02 19:09:52 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/286796)
4 years, 3 months ago (2016-09-02 21:13:11 UTC) #23
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/2305703002/40001
4 years, 3 months ago (2016-09-03 03:34:32 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-03 05:10:44 UTC) #26
commit-bot: I haz the power
4 years, 3 months ago (2016-09-03 05:12:31 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8687a21473775357a6a3dd63ab4cd21f4d47f1af
Cr-Commit-Position: refs/heads/master@{#416445}

Powered by Google App Engine
This is Rietveld 408576698