summaryrefslogtreecommitdiffstats
path: root/base/json/json_writer.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+3
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-3/+4
* Invalid JSON output when BinaryValue type present as part of input object.tsepez@chromium.org2014-02-071-9/+11
* JSONWriter cleanups falling out from optimization attempts.gab@chromium.org2014-01-291-5/+3
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-111-17/+4
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-111-4/+17
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-101-17/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-14/+17
* Add a new option to JSONWriter, which instructs it not to append '.0' orkkania@chromium.org2012-03-081-3/+10
* Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc...ericdingle@chromium.org2011-11-181-8/+17
* Revert 110021 - Broke CrOS compilersleevi@chromium.org2011-11-151-17/+8
* Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc...ericdingle@chromium.org2011-11-151-8/+17
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-2/+2
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-2/+3
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-031-0/+4
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-0/+59