summaryrefslogtreecommitdiffstats
path: root/base/json
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-2/+3
* Update {virtual,override} to follow C++11 style in base.nick2015-04-221-14/+10
* De-duplicate BASE_IMPLEMENTATION define in the GN build.brettw2015-03-161-1/+1
* Fix GN NaCl Debug build of base.ncbray2015-03-101-0/+37
* 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-055-120/+122
* JSONStringValueSerializer takes a StringPiece instead of std::string&.mgiuca2015-02-053-30/+84
* JSONStringValueSerializer: Constructor argument must not be null.mgiuca2015-02-052-21/+25
* Log pref file size histogram on read rather than on write.gab2015-01-312-6/+21
* Fix shadowing warning in json_parser on VS2015scottmg2015-01-271-1/+1
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-231-3/+1
* Fixes for Clang plugin checks in base/dmichael2014-12-182-22/+50
* Allow C++11 Delegated Constructors.andersr2014-11-071-1/+1
* Standardize usage of virtual/override/final in base/dcheng2014-10-213-17/+17
* Cleanup: Better constify some strings in base.thestig2014-10-216-29/+29
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-161-4/+4
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-075-25/+25
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-3/+3
* Recursively load mojo packagesBrett Wilson2014-09-241-3/+1
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-133-3/+3
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-062-7/+5
* Fix build issues in base/ for Android x64yang.gu@intel.com2014-02-281-2/+2
* Invalid JSON output when BinaryValue type present as part of input object.tsepez@chromium.org2014-02-074-94/+144
* Fix braces and indentation in json_writer.cc prior as a precursor for subsequ...tsepez@chromium.org2014-02-061-119/+114
* JSONWriter cleanups falling out from optimization attempts.gab@chromium.org2014-01-292-55/+40
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-116-179/+302
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-116-302/+179
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-106-179/+302
* Clarify the interface of JSONStringValueSerializer::Deserialize which can onl...gab@chromium.org2013-11-213-1/+6
* Let JsonDoubleQuote accept StringPiecewangxianzhu@chromium.org2013-09-063-11/+15
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-303-4/+4
* Make element removal methods in DictionaryValue and ListValue take scoped_ptr...bauerb@chromium.org2013-08-062-30/+24
* 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-113-9/+9
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-2/+2
* Make base compile with no "using base::Value" in values.hbrettw@chromium.org2013-06-144-15/+18
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-2/+2
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-105-6/+6
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-075-5/+5
* 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: Consolidate all test data directories under base/test/data.tfarina@chromium.org2013-04-071-4/+3
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-306-6/+6
* 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-205-5/+223
* Handle block comments ending in **/ in the JSON parsertapted@chromium.org2013-03-142-2/+18
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-2/+2
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-162-2/+4