summaryrefslogtreecommitdiffstats
path: root/base/json/json_reader_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Better constify some strings in base.thestig2014-10-211-2/+2
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Make element removal methods in DictionaryValue and ListValue take scoped_ptr...bauerb@chromium.org2013-08-061-22/+18
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* base: Consolidate all test data directories under base/test/data.tfarina@chromium.org2013-04-071-4/+3
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* Handle block comments ending in **/ in the JSON parsertapted@chromium.org2013-03-141-0/+13
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-161-148/+186
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-68/+59
* Fix handling of Unicode BOMs in JSONReader.rsesek@chromium.org2012-03-281-1/+21
* Improve JSONReader performance by up to 55% by using std::string instead of w...rsesek@chromium.org2012-03-241-0/+32
* Change json_reader_unittest.cc to use less ASSERT macros and more EXPECT ones.rsesek@chromium.org2012-03-201-127/+128
* 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
* 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-36/+36
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-9/+11
* Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp...viettrungluu@chromium.org2010-08-141-12/+12
* detect preferences errorserikkay@chromium.org2010-04-061-13/+30
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-16/+43
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-0/+520