summaryrefslogtreecommitdiffstats
path: root/chrome/common/json_value_serializer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-7/+7
* Missed a test that needed to be updated with r19418.mark@chromium.org2009-06-261-7/+15
* Use platform-appropriate newlines in JSON output.mark@chromium.org2009-06-261-2/+4
* Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht...erikkay@google.com2009-05-201-15/+20
* Remove deprecated wstring ctor of JSONFileValueSerializer.phajdan.jr@chromium.org2009-04-031-13/+16
* revert broken change 10833nsylvain@chromium.org2009-03-031-21/+21
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-21/+21
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-21/+21
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-21/+21
* Unittest gardening on MacOS X:shess@chromium.org2009-02-111-26/+21
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-53/+43
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-9/+9
* Build a bunch more of chrome/ on Linux.deanm@google.com2008-09-191-4/+7
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add a unittest for the JSONValueSerializer::set_allow_trailing_comma() method...tc@google.com2008-07-291-0/+17
* Update the JSONValueSerializer to have a flag to allow trailing commas. By d...tc@google.com2008-07-291-4/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+349