summaryrefslogtreecommitdiffstats
path: root/base/json
Commit message (Expand)AuthorAgeFilesLines
* GTTF: remove FAILS_ prefix, part 1phajdan.jr@chromium.org2012-11-011-2/+1
* Implement the JSONParser's hidden root optimization without relying on std::s...rsesek@chromium.org2012-09-271-24/+13
* Fix the failed case ValueStoreTest.DotsInKeyNamesWithDicts for Androidyongsheng.zhu@intel.com2012-08-231-1/+4
* base: Fix minor warnings reported by cppcheck.tfarina@chromium.org2012-08-061-1/+1
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-032-4/+4
* base: Add missing "virtual" keyword and OVERRIDE to some methods.tfarina@chromium.org2012-07-311-3/+3
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-272-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-117-7/+0
* Update JSONReader to take base::StringPiece instead of std::stringmitchellwrosen@chromium.org2012-06-024-9/+11
* Fix a bug in json parser where a 4 byte unicode character caused us to read a...tommi@chromium.org2012-05-302-1/+16
* Coverity: Remove dead code.jhawkins@chromium.org2012-05-181-6/+0
* Fix a leak in JSONParser::Parse when using hidden root optimizations.rsesek@chromium.org2012-05-161-2/+2
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-166-947/+1780
* Added support for parsing out data from simple repetitive values that should ...zelidrag@chromium.org2012-05-032-0/+79
* JSONValueConverter changes for custom base::Value filed parsing.zelidrag@chromium.org2012-04-132-1/+46
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-115-85/+94
* Fix some grammatical errors in base/gavinp@chromium.org2012-04-021-1/+1
* Fix handling of Unicode BOMs in JSONReader.rsesek@chromium.org2012-03-282-3/+24
* Improve JSONReader performance by up to 55% by using std::string instead of w...rsesek@chromium.org2012-03-243-55/+162
* Change json_reader_unittest.cc to use less ASSERT macros and more EXPECT ones.rsesek@chromium.org2012-03-201-127/+128
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-164-63/+66
* Convert CRLF to LF in json_string_value_serializer.ccericdingle@chromium.org2012-03-131-45/+45
* Add a new option to JSONWriter, which instructs it not to append '.0' orkkania@chromium.org2012-03-083-9/+39
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-265-110/+135
* Remove reinterpret_cast on JSONValueConvertertzik@chromium.org2012-01-272-30/+11
* Fix a potential memory leak bug.mukai@chromium.org2012-01-262-6/+23
* Use ScopedVector instead of std::vector in case of repeated messages.mukai@chromium.org2012-01-142-48/+51
* Add custom field converter to JSONValueConverter.mukai@chromium.org2012-01-132-0/+85
* Returns a bool for JSONValueConverter::Convert()mukai@chromium.org2012-01-052-29/+117
* Add JSONValueConverter.mukai@chromium.org2011-12-223-0/+486
* Revert 114680 - Remove FRIEND_TEST declarations to improve optimizationsjar@chromium.org2011-12-151-13/+2
* Remove FRIEND_TEST declarations to improve optimizationsjar@chromium.org2011-12-151-2/+13
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-2/+8
* Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc...ericdingle@chromium.org2011-11-185-29/+120
* Allow trailing comma in JSON policy files.pastarmovj@chromium.org2011-11-173-1/+164
* Add OVERRIDE to base/.avi@chromium.org2011-11-161-4/+6
* Revert 110021 - Broke CrOS compilersleevi@chromium.org2011-11-155-126/+33
* Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc...ericdingle@chromium.org2011-11-155-33/+126
* 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
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-072-0/+237
* 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-012-24/+27
* base/json: Get rid of an old TODO that doesn't apply anymore.tfarina@chromium.org2011-08-301-3/+0
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-10/+10
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-10/+10
* base/json: Don't use static variables of user-defined type (i.e, std::wstring).tfarina@chromium.org2011-08-192-19/+17
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-053-13/+13
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-122-4/+4
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-103-5/+7