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

Issue 1994183002: [json] handle proxies in BasicJsonSerializer. (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@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[json] handle proxies in BasicJsonSerializer. R=cbruni@chromium.org Committed: https://crrev.com/a19404f04a3cae302ad0ad2e172d064695a6b71f Cr-Commit-Position: refs/heads/master@{#36409}

Patch Set 1 #

Patch Set 2 : remove proxy checks in json.js #

Patch Set 3 : fix #

Patch Set 4 : fix and move test #

Patch Set 5 : rebase onto indent CL #

Total comments: 4

Patch Set 6 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -69 lines) Patch
M src/builtins.cc View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M src/js/json.js View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M src/json-stringifier.h View 1 2 3 4 5 9 chunks +103 lines, -54 lines 0 comments Download
M src/objects.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 4 2 chunks +11 lines, -6 lines 0 comments Download
M test/mjsunit/es6/proxies-json.js View 1 2 3 4 1 chunk +53 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 26 (11 generated)
Yang
4 years, 7 months ago (2016-05-19 14:52:44 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/1994183002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994183002/20001
4 years, 7 months ago (2016-05-20 04:08:31 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/1921) v8_linux64_avx2_rel_ng_triggered on ...
4 years, 7 months ago (2016-05-20 04:24:21 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994183002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994183002/40001
4 years, 7 months ago (2016-05-20 04:27:51 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/1922) v8_linux64_avx2_rel_ng_triggered on ...
4 years, 7 months ago (2016-05-20 04:43:56 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994183002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994183002/60001
4 years, 7 months ago (2016-05-20 06:45:42 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win_nosnap_shared_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng/builds/2001) v8_win_nosnap_shared_rel_ng_triggered on ...
4 years, 7 months ago (2016-05-20 07:04:10 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994183002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994183002/80001
4 years, 7 months ago (2016-05-20 08:44:54 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-20 09:18:53 UTC) #17
Yang
On 2016/05/20 09:18:53, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 7 months ago (2016-05-20 09:19:24 UTC) #18
Camillo Bruni
LGTM with nits https://codereview.chromium.org/1994183002/diff/80001/src/json-stringifier.h File src/json-stringifier.h (right): https://codereview.chromium.org/1994183002/diff/80001/src/json-stringifier.h#newcode568 src/json-stringifier.h:568: !Handle<JSObject>::cast(object)->HasNamedInterceptor() && You can simplify parts ...
4 years, 7 months ago (2016-05-20 09:55:55 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994183002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994183002/100001
4 years, 7 months ago (2016-05-20 12:44:45 UTC) #22
Yang
https://codereview.chromium.org/1994183002/diff/80001/src/json-stringifier.h File src/json-stringifier.h (right): https://codereview.chromium.org/1994183002/diff/80001/src/json-stringifier.h#newcode568 src/json-stringifier.h:568: !Handle<JSObject>::cast(object)->HasNamedInterceptor() && On 2016/05/20 09:55:55, Camillo Bruni wrote: > ...
4 years, 7 months ago (2016-05-20 12:47:18 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-05-20 13:19:11 UTC) #24
commit-bot: I haz the power
4 years, 7 months ago (2016-05-20 13:20:30 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a19404f04a3cae302ad0ad2e172d064695a6b71f
Cr-Commit-Position: refs/heads/master@{#36409}

Powered by Google App Engine
This is Rietveld 408576698