summaryrefslogtreecommitdiffstats
path: root/base/json/json_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* base/json: Collapse a condition in ReadHexDigits into a single if clause.tfarina@chromium.org2011-10-181-3/+1
* base/json: Use IsAsciiDigit in JSONReader::ReadInt() function.tfarina@chromium.org2011-10-141-2/+2
* base/json: Make ReadHexDigits easier to read by using IsHexDigit() function.tfarina@chromium.org2011-09-061-3/+1
* base/json: Get rid of static initializer in JSONReader.tfarina@chromium.org2011-09-011-23/+21
* base/json: Don't use static variables of user-defined type (i.e, std::wstring).tfarina@chromium.org2011-08-191-18/+16
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-2/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-1/+1
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-25/+25
* Remove (deprecated) wstring version of Value::CreateStringValue().viettrungluu@chromium.org2010-08-151-1/+1
* Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().viettrungluu@chromium.org2010-08-141-1/+1
* base: Add HexDigitToInt function to string_util.htfarina@chromium.org2010-07-311-19/+7
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+3
* detect preferences errorserikkay@chromium.org2010-04-061-24/+65
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-1/+2
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-0/+642