summaryrefslogtreecommitdiffstats
path: root/base/json/json_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix shadowing warning in json_parser on VS2015scottmg2015-01-271-1/+1
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-9/+9
* Cleanup: Better constify some strings in base.thestig2014-10-211-3/+3
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-8/+8
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-3/+3
* Make element removal methods in DictionaryValue and ListValue take scoped_ptr...bauerb@chromium.org2013-08-061-8/+6
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-2/+2
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* Handle block comments ending in **/ in the JSON parsertapted@chromium.org2013-03-141-2/+5
* 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-071-1/+1
* Recognize "\r\n" (Windows) line endings in base::JSONParser so that line numb...fangjue23303@gmail.com2013-02-051-1/+3
* base: Do not use Value::Create* functions.tfarina@chromium.org2012-12-161-5/+5
* 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: Add missing "virtual" keyword and OVERRIDE to some methods.tfarina@chromium.org2012-07-311-3/+3
* Update JSONReader to take base::StringPiece instead of std::stringmitchellwrosen@chromium.org2012-06-021-2/+3
* Fix a bug in json parser where a 4 byte unicode character caused us to read a...tommi@chromium.org2012-05-301-1/+3
* 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-161-0/+973