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

Issue 1891203002: Expose JSON stringifier through V8 API (Closed)

Created:
4 years, 8 months ago by haavardm
Modified:
4 years, 8 months ago
CC:
Paweł Hajdan Jr., v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Expose JSON stringifier through V8 API BUG=602659 LOG=N Committed: https://crrev.com/0ba934d7bff00298511e38139c7f1dda076fc179 Cr-Commit-Position: refs/heads/master@{#35543}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Addressed comments #

Total comments: 2

Patch Set 3 : Fixed compile error on linux #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -23 lines) Patch
M include/v8.h View 1 2 chunks +16 lines, -4 lines 0 comments Download
M src/api.cc View 1 2 3 chunks +30 lines, -6 lines 1 comment Download
M src/runtime/runtime.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/runtime/runtime-json.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M src/runtime/runtime-object.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +15 lines, -5 lines 0 comments Download
M test/fuzzer/json.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (8 generated)
haavardm
On 2016/04/15 10:43:29, haavardm wrote: > mailto:haavardm@opera.com changed reviewers: > + mailto:jochen@chromium.org, mailto:rouslan@chromium.org, mailto:verwaest@chromium.org, > ...
4 years, 8 months ago (2016-04-15 10:44:22 UTC) #3
haavardm
PTAL https://codereview.chromium.org/1891203002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/1891203002/diff/1/include/v8.h#newcode1682 include/v8.h:1682: static V8_WARN_UNUSED_RESULT MaybeLocal<Value> Parse( Should this be deprecated? ...
4 years, 8 months ago (2016-04-15 10:44:49 UTC) #4
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1891203002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/1891203002/diff/1/include/v8.h#newcode1682 include/v8.h:1682: static V8_WARN_UNUSED_RESULT MaybeLocal<Value> Parse( On 2016/04/15 at 10:44:49, haavardm ...
4 years, 8 months ago (2016-04-15 10:50:11 UTC) #5
haavardm
ptal https://codereview.chromium.org/1891203002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/1891203002/diff/1/include/v8.h#newcode1682 include/v8.h:1682: static V8_WARN_UNUSED_RESULT MaybeLocal<Value> Parse( On 2016/04/15 10:50:11, jochen ...
4 years, 8 months ago (2016-04-15 11:45:23 UTC) #6
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/1891203002/diff/20001/test/cctest/test-api.cc File test/cctest/test-api.cc (right): https://codereview.chromium.org/1891203002/diff/20001/test/cctest/test-api.cc#newcode21959 test/cctest/test-api.cc:21959: On 2016/04/15 at 11:45:23, haavardm wrote: > "git ...
4 years, 8 months ago (2016-04-15 11:53:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1891203002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1891203002/20001
4 years, 8 months ago (2016-04-15 11:58:26 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/14787)
4 years, 8 months ago (2016-04-15 12:22:27 UTC) #11
haavardm
Fixed compile error. PTAL https://codereview.chromium.org/1891203002/diff/40001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1891203002/diff/40001/src/api.cc#newcode2766 src/api.cc:2766: RETURN_TO_LOCAL_UNCHECKED(Parse(Local<Context>(), json_string), Value); Is using ...
4 years, 8 months ago (2016-04-15 12:31:58 UTC) #12
please use gerrit instead
lgtm Thank you for picking this up!
4 years, 8 months ago (2016-04-15 17:20:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1891203002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1891203002/40001
4 years, 8 months ago (2016-04-15 17:42:31 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-15 18:23:57 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-04-15 18:24:34 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0ba934d7bff00298511e38139c7f1dda076fc179
Cr-Commit-Position: refs/heads/master@{#35543}

Powered by Google App Engine
This is Rietveld 408576698