summaryrefslogtreecommitdiffstats
path: root/base/json
Commit message (Expand)AuthorAgeFilesLines
* Pass Manifest JSON paser error line and column number to console.horo2016-01-144-2/+26
* Switch to standard integer types in base/.avi2015-12-2615-16/+38
* Move base GN subprojects into base.brettw2015-12-211-39/+0
* Revert of Make base a static ibrary (patchset #3 id:40001 of https://coderevi...phoglund2015-12-181-2/+1
* Make base a static ibrarybrettw2015-12-181-1/+2
* GN: Build nacl_helper_nonsfi unit testsphosek2015-12-171-1/+3
* Remove kint32max.avi2015-12-101-7/+11
* Remove kint64min.avi2015-12-031-3/+6
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-251-3/+3
* Switch to static_assert in base/.avi2015-11-242-3/+3
* Deprecate *_EXPORT_PRIVATE macros.xhwang2015-11-061-1/+1
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-165-34/+34
* Remove use of JSONReader::DeprecatedRead andolli.raula2015-10-076-127/+87
* Use FRIEND_TEST_ALL_PREFIXES instead of FRIEND_TEST.thestig2015-09-251-19/+2
* Treat U+2028 and U+2029 as special code points when escaping for JSON.rsesek2015-09-082-0/+12
* Disallow escaped invalid Unicode characters in JSONParser.bauerb2015-07-022-0/+16
* Move more string_util functions to base namespace.brettw2015-06-241-9/+9
* Remove ToUnsigned template.brettw2015-06-101-1/+1
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-227-114/+150
* Change JSONReader::ReadToValue to return a scoped_ptrestade2015-05-203-61/+62
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-165-48/+40
* More base::Values-related bare pointer -> scoped_ptr conversionsestade2015-05-122-4/+2
* Fix JSONStringEscapeTest.EscapeBytes on iOS.rohitrao2015-05-121-1/+1
* base: Use scoped_ptr for ownership of pointers in unittests.danakj2015-05-111-33/+23
* Add some more scoped_ptr functions in values.hestade2015-05-071-19/+21
* 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