summaryrefslogtreecommitdiffstats
path: root/base/json
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do a giant svn propset svn:eol-style LF on .cc and .h files thatjln@chromium.org2013-02-141-77/+77
* Revert 182032brettw@chromium.org2013-02-122-4/+2
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-122-2/+4
* Move utf_offset_string_conversions and utf_string_conversion_utils to strings.brettw@chromium.org2013-02-071-1/+1
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-072-2/+2
* Recognize "\r\n" (Windows) line endings in base::JSONParser so that line numb...fangjue23303@gmail.com2013-02-052-3/+18
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-11/+8
* base: Do not use Value::Create* functions.tfarina@chromium.org2012-12-162-19/+18
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-1/+1
* GTTF: remove FAILS_ prefix, part 1phajdan.jr@chromium.org2012-11-011-2/+1
* Implement the JSONParser's hidden root optimization without relying on std::s...rsesek@chromium.org2012-09-271-24/+13
* Fix the failed case ValueStoreTest.DotsInKeyNamesWithDicts for Androidyongsheng.zhu@intel.com2012-08-231-1/+4
* base: Fix minor warnings reported by cppcheck.tfarina@chromium.org2012-08-061-1/+1
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-032-4/+4
* base: Add missing "virtual" keyword and OVERRIDE to some methods.tfarina@chromium.org2012-07-311-3/+3
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-272-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-117-7/+0
* Update JSONReader to take base::StringPiece instead of std::stringmitchellwrosen@chromium.org2012-06-024-9/+11
* Fix a bug in json parser where a 4 byte unicode character caused us to read a...tommi@chromium.org2012-05-302-1/+16
* Coverity: Remove dead code.jhawkins@chromium.org2012-05-181-6/+0
* Fix a leak in JSONParser::Parse when using hidden root optimizations.rsesek@chromium.org2012-05-161-2/+2
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-166-947/+1780
* Added support for parsing out data from simple repetitive values that should ...zelidrag@chromium.org2012-05-032-0/+79
* JSONValueConverter changes for custom base::Value filed parsing.zelidrag@chromium.org2012-04-132-1/+46
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-115-85/+94
* Fix some grammatical errors in base/gavinp@chromium.org2012-04-021-1/+1
* Fix handling of Unicode BOMs in JSONReader.rsesek@chromium.org2012-03-282-3/+24
* Improve JSONReader performance by up to 55% by using std::string instead of w...rsesek@chromium.org2012-03-243-55/+162