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

Issue 2006663002: [json] implement JSON.stringify gap pre-processing in C++. (Closed)

Created:
4 years, 7 months ago by Yang
Modified:
4 years, 7 months ago
Reviewers:
Camillo Bruni
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@jsonrefactor
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[json] implement JSON.stringify gap pre-processing in C++. This is in preparation of fully porting JSON.stringify to C++. R=cbruni@chromium.org Committed: https://crrev.com/c1f1e1ab98280275032ab19f5f90e0490251e9f5 Cr-Commit-Position: refs/heads/master@{#36449}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -32 lines) Patch
M src/api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/js/json.js View 2 chunks +3 lines, -3 lines 0 comments Download
M src/json-stringifier.h View 3 chunks +5 lines, -3 lines 0 comments Download
M src/json-stringifier.cc View 3 chunks +47 lines, -22 lines 4 comments Download
M src/runtime/runtime-json.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 12 (4 generated)
Yang
4 years, 7 months ago (2016-05-23 11:53:04 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2006663002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2006663002/1
4 years, 7 months ago (2016-05-23 11:53:42 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-23 12:30:31 UTC) #5
Camillo Bruni
LGTM https://codereview.chromium.org/2006663002/diff/1/src/json-stringifier.cc File src/json-stringifier.cc (right): https://codereview.chromium.org/2006663002/diff/1/src/json-stringifier.cc#newcode105 src/json-stringifier.cc:105: if (class_name.is_identical_to(factory()->String_string())) { argh :D we should have ...
4 years, 7 months ago (2016-05-23 14:08:25 UTC) #6
Yang
https://codereview.chromium.org/2006663002/diff/1/src/json-stringifier.cc File src/json-stringifier.cc (right): https://codereview.chromium.org/2006663002/diff/1/src/json-stringifier.cc#newcode105 src/json-stringifier.cc:105: if (class_name.is_identical_to(factory()->String_string())) { On 2016/05/23 14:08:25, Camillo Bruni wrote: ...
4 years, 7 months ago (2016-05-23 18:19:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2006663002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2006663002/1
4 years, 7 months ago (2016-05-23 18:19:24 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-23 18:21:44 UTC) #10
commit-bot: I haz the power
4 years, 7 months ago (2016-05-23 18:24:15 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/c1f1e1ab98280275032ab19f5f90e0490251e9f5
Cr-Commit-Position: refs/heads/master@{#36449}

Powered by Google App Engine
This is Rietveld 408576698