| Commit message (Expand) | Author | Age | Files | Lines |
* | JSONValueConverter changes for custom base::Value filed parsing. | zelidrag@chromium.org | 2012-04-13 | 2 | -1/+46 |
* | Modify the base::JSONReader interface to take a set of options rather than a ... | rsesek@chromium.org | 2012-04-11 | 5 | -85/+94 |
* | Fix some grammatical errors in base/ | gavinp@chromium.org | 2012-04-02 | 1 | -1/+1 |
* | Fix handling of Unicode BOMs in JSONReader. | rsesek@chromium.org | 2012-03-28 | 2 | -3/+24 |
* | Improve JSONReader performance by up to 55% by using std::string instead of w... | rsesek@chromium.org | 2012-03-24 | 3 | -55/+162 |
* | Change json_reader_unittest.cc to use less ASSERT macros and more EXPECT ones. | rsesek@chromium.org | 2012-03-20 | 1 | -127/+128 |
* | JSONWriter cleanup: integrate pretty print into write options. | ericdingle@chromium.org | 2012-03-16 | 4 | -63/+66 |
* | Convert CRLF to LF in json_string_value_serializer.cc | ericdingle@chromium.org | 2012-03-13 | 1 | -45/+45 |
* | Add a new option to JSONWriter, which instructs it not to append '.0' or | kkania@chromium.org | 2012-03-08 | 3 | -9/+39 |
* | Break two classes defined in json_value_serializer.cc, .h into separate files. | bbudge@chromium.org | 2012-02-26 | 5 | -110/+135 |
* | Remove reinterpret_cast on JSONValueConverter | tzik@chromium.org | 2012-01-27 | 2 | -30/+11 |
* | Fix a potential memory leak bug. | mukai@chromium.org | 2012-01-26 | 2 | -6/+23 |
* | Use ScopedVector instead of std::vector in case of repeated messages. | mukai@chromium.org | 2012-01-14 | 2 | -48/+51 |
* | Add custom field converter to JSONValueConverter. | mukai@chromium.org | 2012-01-13 | 2 | -0/+85 |
* | Returns a bool for JSONValueConverter::Convert() | mukai@chromium.org | 2012-01-05 | 2 | -29/+117 |
* | Add JSONValueConverter. | mukai@chromium.org | 2011-12-22 | 3 | -0/+486 |
* | Revert 114680 - Remove FRIEND_TEST declarations to improve optimizations | jar@chromium.org | 2011-12-15 | 1 | -13/+2 |
* | Remove FRIEND_TEST declarations to improve optimizations | jar@chromium.org | 2011-12-15 | 1 | -2/+13 |
* | Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() | robertshield@chromium.org | 2011-11-29 | 1 | -2/+8 |
* | Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc... | ericdingle@chromium.org | 2011-11-18 | 5 | -29/+120 |
* | Allow trailing comma in JSON policy files. | pastarmovj@chromium.org | 2011-11-17 | 3 | -1/+164 |
* | Add OVERRIDE to base/. | avi@chromium.org | 2011-11-16 | 1 | -4/+6 |
* | Revert 110021 - Broke CrOS compile | rsleevi@chromium.org | 2011-11-15 | 5 | -126/+33 |
* | Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc... | ericdingle@chromium.org | 2011-11-15 | 5 | -33/+126 |
* | base/json: Collapse a condition in ReadHexDigits into a single if clause. | tfarina@chromium.org | 2011-10-18 | 1 | -3/+1 |
* | base/json: Use IsAsciiDigit in JSONReader::ReadInt() function. | tfarina@chromium.org | 2011-10-14 | 1 | -2/+2 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 2 | -0/+237 |
* | base/json: Make ReadHexDigits easier to read by using IsHexDigit() function. | tfarina@chromium.org | 2011-09-06 | 1 | -3/+1 |
* | base/json: Get rid of static initializer in JSONReader. | tfarina@chromium.org | 2011-09-01 | 2 | -24/+27 |
* | base/json: Get rid of an old TODO that doesn't apply anymore. | tfarina@chromium.org | 2011-08-30 | 1 | -3/+0 |
* | Revert recent changes to base::Value | stevenjb@google.com | 2011-08-26 | 1 | -10/+10 |
* | base: Add AsList() function to Value API. | tfarina@chromium.org | 2011-08-25 | 1 | -10/+10 |
* | base/json: Don't use static variables of user-defined type (i.e, std::wstring). | tfarina@chromium.org | 2011-08-19 | 2 | -19/+17 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 3 | -13/+13 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 2 | -4/+4 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 3 | -5/+7 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 2 | -4/+4 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-24 | 3 | -12/+15 |
* | Rename Real* to Double* in values.* and dependent files | arv@chromium.org | 2011-02-01 | 4 | -42/+42 |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 2 | -30/+30 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -6/+6 |
* | Remove remaining deprecated wstring methods from base/values.{cc,h}. | viettrungluu@chromium.org | 2010-08-17 | 1 | -3/+3 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -9/+11 |
* | Remove (deprecated) wstring version of Value::CreateStringValue(). | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+1 |
* | Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). | viettrungluu@chromium.org | 2010-08-14 | 2 | -7/+7 |
* | Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp... | viettrungluu@chromium.org | 2010-08-14 | 1 | -12/+12 |
* | base: Add HexDigitToInt function to string_util.h | tfarina@chromium.org | 2010-07-31 | 1 | -19/+7 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 2 | -6/+8 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 2 | -2/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 3 | -0/+3 |