summaryrefslogtreecommitdiffstats
path: root/base/json/string_escape_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix JSONStringEscapeTest.EscapeBytes on iOS.rohitrao2015-05-121-1/+1
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-161-4/+4
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-111-53/+131
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-111-131/+53
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-101-53/+131
* Let JsonDoubleQuote accept StringPiecewangxianzhu@chromium.org2013-09-061-2/+6
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Improve the underlying escaping function JsonDoubleQuoteT to escape < and > c...inferno@chromium.org2010-04-061-0/+2
* base: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-091-4/+3
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-0/+99