summaryrefslogtreecommitdiffstats
path: root/base/json/json_reader.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Better constify some strings in base.thestig2014-10-211-8/+8
* Recursively load mojo packagesBrett Wilson2014-09-241-3/+1
* Clarify the interface of JSONStringValueSerializer::Deserialize which can onl...gab@chromium.org2013-11-211-0/+1
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* base: Move many JSONValueSerializer unit tests from chrome/common to base.tfarina@chromium.org2013-03-201-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Update JSONReader to take base::StringPiece instead of std::stringmitchellwrosen@chromium.org2012-06-021-3/+4
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-161-147/+27
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-4/+16
* Improve JSONReader performance by up to 55% by using std::string instead of w...rsesek@chromium.org2012-03-241-8/+22
* Revert 114680 - Remove FRIEND_TEST declarations to improve optimizationsjar@chromium.org2011-12-151-13/+2
* Remove FRIEND_TEST declarations to improve optimizationsjar@chromium.org2011-12-151-2/+13
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-2/+8
* base/json: Get rid of static initializer in JSONReader.tfarina@chromium.org2011-09-011-1/+6
* base/json: Get rid of an old TODO that doesn't apply anymore.tfarina@chromium.org2011-08-301-3/+0
* base/json: Don't use static variables of user-defined type (i.e, std::wstring).tfarina@chromium.org2011-08-191-1/+1
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-2/+2
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-1/+2
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-5/+5
* Start sorting methods in class declarations.erg@google.com2011-01-071-6/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* detect preferences errorserikkay@chromium.org2010-04-061-14/+38
* Remove gtest_prod.h include from JSONReader.derat@chromium.org2010-01-211-1/+6
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-0/+190