summaryrefslogtreecommitdiffstats
path: root/chrome/common/json_value_serializer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-6/+4
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-4/+6
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-121-18/+6
* Fix expectations. This fixes the failure from r73232.arv@chromium.org2011-02-011-3/+3
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-5/+5
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-26/+28
* detect preferences errorserikkay@chromium.org2010-04-061-9/+9
* Improve the underlying escaping function JsonDoubleQuoteT to escape < and > c...inferno@chromium.org2010-04-061-2/+2
* 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