summaryrefslogtreecommitdiffstats
path: root/base/json_reader_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* revert broken change 10833nsylvain@chromium.org2009-03-031-10/+9
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-9/+10
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-10/+9
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-9/+10
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-300/+214
* Fix a memory leak in json_reader_unittest.ccaa@chromium.org2008-12-241-24/+26
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-44/+117
* Remove the locale parameter from the StringToDouble andtc@google.com2008-11-181-1/+6
* Fixes bug where JSON reader errored on reading vertical tabs (\v). Thesky@google.com2008-10-011-2/+2
* Add UTF-8 check for JSON deserializer.jungshik@google.com2008-09-251-0/+7
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suf...darin@google.com2008-08-141-6/+6
* Fix memory leak and assert that the values are correct.tc@google.com2008-08-081-1/+27
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-071-11/+12
* Add a flag to JSONReader to allow trailing commas.tc@google.com2008-07-291-61/+137
* Add base to the repository.initial.commit2008-07-261-0/+412