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

Issue 2081433002: Use official JSON encoding for stream (Closed)

Created:
4 years, 6 months ago by cbernaschina
Modified:
4 years, 5 months ago
Reviewers:
turnidge, rmacnak, Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Removed unnecessary EnsureCapacity #

Patch Set 3 : Removed STL from code #

Total comments: 4

Patch Set 4 : Refactoring from Printf to AddRaw for const strings #

Patch Set 5 : Allow to transmit "malformed" strings #

Patch Set 6 : Fixed & Added UTF-32 characters tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -43 lines) Patch
M runtime/platform/text_buffer.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/platform/text_buffer.cc View 1 2 3 4 2 chunks +22 lines, -29 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 2 3 4 1 chunk +19 lines, -2 lines 0 comments Download
M runtime/vm/json_test.cc View 1 2 3 4 5 3 chunks +19 lines, -7 lines 0 comments Download
M runtime/vm/unicode.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
cbernaschina
4 years, 6 months ago (2016-06-17 22:08:41 UTC) #3
cbernaschina
Just a small fix from the previous version
4 years, 6 months ago (2016-06-17 22:28:42 UTC) #4
Cutch
A high level comment- we don't use the stl. John
4 years, 6 months ago (2016-06-20 13:46:56 UTC) #5
cbernaschina
4 years, 6 months ago (2016-06-20 14:50:48 UTC) #6
Cutch
On 2016/06/20 14:50:48, cbernaschina wrote: Ryan should review this CL
4 years, 6 months ago (2016-06-20 14:52:32 UTC) #7
cbernaschina
4 years, 6 months ago (2016-06-21 16:24:15 UTC) #8
rmacnak
https://codereview.chromium.org/2081433002/diff/40001/runtime/platform/text_buffer.cc File runtime/platform/text_buffer.cc (right): https://codereview.chromium.org/2081433002/diff/40001/runtime/platform/text_buffer.cc#newcode84 runtime/platform/text_buffer.cc:84: void TextBuffer::EscapeAndAddCodeUnit(uint32_t codeunit) { Perhaps this should be split ...
4 years, 6 months ago (2016-06-21 16:56:56 UTC) #9
cbernaschina
https://codereview.chromium.org/2081433002/diff/40001/runtime/platform/text_buffer.cc File runtime/platform/text_buffer.cc (right): https://codereview.chromium.org/2081433002/diff/40001/runtime/platform/text_buffer.cc#newcode84 runtime/platform/text_buffer.cc:84: void TextBuffer::EscapeAndAddCodeUnit(uint32_t codeunit) { On 2016/06/21 16:56:56, rmacnak wrote: ...
4 years, 6 months ago (2016-06-21 21:24:43 UTC) #10
cbernaschina
4 years, 5 months ago (2016-06-28 22:22:59 UTC) #11
rmacnak
LGTM
4 years, 5 months ago (2016-06-28 22:39:07 UTC) #12
cbernaschina
4 years, 5 months ago (2016-06-28 22:40:17 UTC) #14
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
21ce02fb70dba32f64e068ce98ece8e0b9ecdf3c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698