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

Issue 12035086: Verify integrity of JSOM messages sent to debugger client (Closed)

Created:
7 years, 11 months ago by hausner
Modified:
7 years, 11 months ago
Reviewers:
Tom Ball
CC:
reviews_dartlang.org, devoncarew
Visibility:
Public.

Description

Verify integrity of JSOM messages sent to debugger client Make sure JSOM messages are grammatically correct and string values are properly encoded. Committed: https://code.google.com/p/dart/source/detail?r=17617

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -1 line) Patch
M runtime/bin/dbg_connection.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/platform/json.h View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/platform/json.cc View 1 2 chunks +88 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
hausner
7 years, 11 months ago (2013-01-24 23:04:44 UTC) #1
Tom Ball
LGTM I'm surprised we aren't using an existing open-source library, like libjson. Regardless, your changes ...
7 years, 11 months ago (2013-01-24 23:28:23 UTC) #2
hausner
I didn't want to use a potentially big library in our code just to parse ...
7 years, 11 months ago (2013-01-24 23:35:15 UTC) #3
Tom Ball
7 years, 11 months ago (2013-01-24 23:52:28 UTC) #4
Message was sent while issue was closed.
sgtm

Powered by Google App Engine
This is Rietveld 408576698