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

Issue 23439002: JSON string decoding for VM debugger (Closed)

Created:
7 years, 3 months ago by hausner
Modified:
7 years, 3 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org, devoncarew
Visibility:
Public.

Description

JSON string decoding for VM debugger The VM must properly decode JSON strings it receives. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=26668

Patch Set 1 #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -5 lines) Patch
M runtime/bin/dbg_message.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/platform/json.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/platform/json.cc View 2 chunks +67 lines, -1 line 10 comments Download
M runtime/vm/debugger_api_impl_test.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M runtime/vm/json_test.cc View 2 chunks +21 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
7 years, 3 months ago (2013-08-26 19:43:21 UTC) #1
regis
LGTM https://codereview.chromium.org/23439002/diff/1/runtime/platform/json.cc File runtime/platform/json.cc (right): https://codereview.chromium.org/23439002/diff/1/runtime/platform/json.cc#newcode405 runtime/platform/json.cc:405: intptr_t max = buflen - 1; const https://codereview.chromium.org/23439002/diff/1/runtime/platform/json.cc#newcode422 ...
7 years, 3 months ago (2013-08-26 20:12:24 UTC) #2
hausner
Thank you. https://codereview.chromium.org/23439002/diff/1/runtime/platform/json.cc File runtime/platform/json.cc (right): https://codereview.chromium.org/23439002/diff/1/runtime/platform/json.cc#newcode405 runtime/platform/json.cc:405: intptr_t max = buflen - 1; On ...
7 years, 3 months ago (2013-08-26 20:57:40 UTC) #3
hausner
7 years, 3 months ago (2013-08-26 20:59:20 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r26668 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698