summaryrefslogtreecommitdiffstats
path: root/base/json/json_value_serializer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Stop passing by non-const references in some more places.danakj2015-03-101-1/+1
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-59/+37
* JSONStringValueSerializer takes a StringPiece instead of std::string&.mgiuca2015-02-051-17/+67
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-231-3/+1
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-1/+1
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-4/+3
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-111-17/+18
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-111-18/+17
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-101-17/+18
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-2/+2
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-4/+2
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-7/+7
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-2/+2
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* base: Move the rest of JSONValueSerializer unit tests from c/common to base/j...tfarina@chromium.org2013-03-281-0/+99
* base: Move many JSONValueSerializer unit tests from chrome/common to base.tfarina@chromium.org2013-03-201-1/+219
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-1/+1
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-3/+3
* Allow trailing comma in JSON policy files.pastarmovj@chromium.org2011-11-171-0/+156