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

Issue 2307603002: Throw exceptions for errors in v8::ValueSerializer. (Closed)

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

Description

Throw exceptions for errors in v8::ValueSerializer. BUG=chromium:148757, chromium:641964 Committed: https://crrev.com/f72351f5400151d9a4b63da2be4049f4c8155e75 Cr-Commit-Position: refs/heads/master@{#39140}

Patch Set 1 #

Patch Set 2 : virtual destructor to make clang happy #

Total comments: 6

Patch Set 3 : fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -17 lines) Patch
M include/v8.h View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 1 chunk +7 lines, -2 lines 0 comments Download
M src/messages.h View 1 chunk +8 lines, -1 line 0 comments Download
M src/value-serializer.h View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M src/value-serializer.cc View 12 chunks +44 lines, -13 lines 0 comments Download

Messages

Total messages: 18 (12 generated)
jbroman
This provides a facility whereby Blink can throw DOMException (with a suitably-formatted message which includes ...
4 years, 3 months ago (2016-09-01 17:55:47 UTC) #10
Jakob Kummerow
LGTM. https://codereview.chromium.org/2307603002/diff/20001/src/value-serializer.cc File src/value-serializer.cc (right): https://codereview.chromium.org/2307603002/diff/20001/src/value-serializer.cc#newcode253 src/value-serializer.cc:253: ThrowDataCloneError(MessageTemplate::kDataCloneError, object); I'm not sure about this case. ...
4 years, 3 months ago (2016-09-02 10:20:28 UTC) #11
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/2307603002/40001
4 years, 3 months ago (2016-09-02 14:51:07 UTC) #14
jbroman
https://codereview.chromium.org/2307603002/diff/20001/src/value-serializer.cc File src/value-serializer.cc (right): https://codereview.chromium.org/2307603002/diff/20001/src/value-serializer.cc#newcode253 src/value-serializer.cc:253: ThrowDataCloneError(MessageTemplate::kDataCloneError, object); On 2016/09/02 at 10:20:28, Jakob wrote: > ...
4 years, 3 months ago (2016-09-02 14:51:09 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-02 15:16:31 UTC) #16
commit-bot: I haz the power
4 years, 3 months ago (2016-09-02 15:17:16 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f72351f5400151d9a4b63da2be4049f4c8155e75
Cr-Commit-Position: refs/heads/master@{#39140}

Powered by Google App Engine
This is Rietveld 408576698