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

Issue 5628: Fixes bug where JSON reader errored on reading vertical tabs (\v). The... (Closed)

Created:
12 years, 2 months ago by sky
Modified:
9 years, 7 months ago
Reviewers:
tony, tc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fixes bug where JSON reader errored on reading vertical tabs (\v). The writer properly escapes a vertical tab, but the readed instead errored on the vertical this. This resulted in lost bookmarks:( BUG=3031 TEST=covered by unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=2759

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M base/json_reader.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M base/json_reader_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/string_escape.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sky
12 years, 2 months ago (2008-10-01 16:09:13 UTC) #1
tony
12 years, 2 months ago (2008-10-01 17:20:32 UTC) #2
LGTM.  Sorry about that :(

Powered by Google App Engine
This is Rietveld 408576698