summaryrefslogtreecommitdiffstats
path: root/base/json_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Silence a false coverity warning by changing the code a bit.munjal@chromium.org2009-07-231-8/+4
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* revert broken change 10833nsylvain@chromium.org2009-03-031-2/+1
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-1/+2
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-2/+1
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-1/+2
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-2/+3
* Update some comments/nits following r7486.ericroman@google.com2009-01-051-3/+2
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-96/+72
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-23/+103
* Remove the locale parameter from the StringToDouble andtc@google.com2008-11-181-2/+1
* Make unit_tests pass with pt_BR.UTF-8 locale.tc@google.com2008-11-121-1/+2
* Fixes bug where JSON reader errored on reading vertical tabs (\v). Thesky@google.com2008-10-011-0/+4
* Add UTF-8 check for JSON deserializer.jungshik@google.com2008-09-251-2/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-071-32/+12
* Add a flag to JSONReader to allow trailing commas.tc@google.com2008-07-291-14/+30
* Add base to the repository.initial.commit2008-07-261-0/+605