summaryrefslogtreecommitdiffstats
path: root/base/json/json_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix build issues in base/ for Android x64yang.gu@intel.com2014-02-281-2/+2
* Invalid JSON output when BinaryValue type present as part of input object.tsepez@chromium.org2014-02-071-36/+42
* Fix braces and indentation in json_writer.cc prior as a precursor for subsequ...tsepez@chromium.org2014-02-061-119/+114
* JSONWriter cleanups falling out from optimization attempts.gab@chromium.org2014-01-291-50/+37
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-111-23/+9
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-111-9/+23
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-101-23/+9
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* base: Move many JSONValueSerializer unit tests from chrome/common to base.tfarina@chromium.org2013-03-201-1/+1
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-11/+8
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-27/+26
* Add a new option to JSONWriter, which instructs it not to append '.0' orkkania@chromium.org2012-03-081-5/+20
* Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc...ericdingle@chromium.org2011-11-181-18/+37
* Revert 110021 - Broke CrOS compilersleevi@chromium.org2011-11-151-37/+18
* Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc...ericdingle@chromium.org2011-11-151-18/+37
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-2/+2
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-2/+2
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-3/+5
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-0/+1
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-1/+1
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-031-2/+4
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-0/+198