summaryrefslogtreecommitdiffstats
path: root/base/json
Commit message (Expand)AuthorAgeFilesLines
* Returns a bool for JSONValueConverter::Convert()mukai@chromium.org2012-01-052-29/+117
* Add JSONValueConverter.mukai@chromium.org2011-12-223-0/+486
* 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
* Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc...ericdingle@chromium.org2011-11-185-29/+120
* Allow trailing comma in JSON policy files.pastarmovj@chromium.org2011-11-173-1/+164
* Add OVERRIDE to base/.avi@chromium.org2011-11-161-4/+6
* Revert 110021 - Broke CrOS compilersleevi@chromium.org2011-11-155-126/+33
* Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc...ericdingle@chromium.org2011-11-155-33/+126
* base/json: Collapse a condition in ReadHexDigits into a single if clause.tfarina@chromium.org2011-10-181-3/+1
* base/json: Use IsAsciiDigit in JSONReader::ReadInt() function.tfarina@chromium.org2011-10-141-2/+2
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-072-0/+237
* base/json: Make ReadHexDigits easier to read by using IsHexDigit() function.tfarina@chromium.org2011-09-061-3/+1
* base/json: Get rid of static initializer in JSONReader.tfarina@chromium.org2011-09-012-24/+27
* base/json: Get rid of an old TODO that doesn't apply anymore.tfarina@chromium.org2011-08-301-3/+0
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-10/+10
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-10/+10
* base/json: Don't use static variables of user-defined type (i.e, std::wstring).tfarina@chromium.org2011-08-192-19/+17
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-053-13/+13
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-122-4/+4
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-103-5/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-282-4/+4
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-243-12/+15
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-014-42/+42
* Order function definitions in base/ according to the header.erg@google.com2011-01-112-30/+30
* Start sorting methods in class declarations.erg@google.com2011-01-071-6/+6
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-3/+3
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-9/+11
* Remove (deprecated) wstring version of Value::CreateStringValue().viettrungluu@chromium.org2010-08-151-1/+1
* Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().viettrungluu@chromium.org2010-08-142-7/+7
* Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp...viettrungluu@chromium.org2010-08-141-12/+12
* base: Add HexDigitToInt function to string_util.htfarina@chromium.org2010-07-311-19/+7
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-302-6/+8
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-302-2/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-263-0/+3
* detect preferences errorserikkay@chromium.org2010-04-063-51/+133
* Improve the underlying escaping function JsonDoubleQuoteT to escape < and > c...inferno@chromium.org2010-04-062-3/+6
* Add support for interacting with the DOM in browser_tests.kkania@chromium.org2010-03-182-1/+18
* Revert 41789 - Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-172-18/+1
* Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-172-1/+18
* base: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-091-4/+3
* Remove gtest_prod.h include from JSONReader.derat@chromium.org2010-01-211-1/+6
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-254-19/+64
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-032-2/+8
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-239-0/+1912