| Commit message (Expand) | Author | Age | Files | Lines |
* | persist known media galleries (only directories for now) | estade@chromium.org | 2012-07-03 | 1 | -0/+4 |
* | Reverting due to memory waterfall failures. | jhawkins@chromium.org | 2012-05-20 | 1 | -13/+13 |
* | Allowed BinaryValue to take a NULL buffer. | mitchellwrosen@chromium.org | 2012-05-19 | 1 | -13/+13 |
* | Rewrite base::JSONReader to be 35-40% faster, depending on the input string. | rsesek@chromium.org | 2012-05-16 | 1 | -9/+6 |
* | Coverity: Fix a leak. | jhawkins@chromium.org | 2012-05-09 | 1 | -5/+6 |
* | Value::GetAsDictionary | battre@chromium.org | 2011-11-26 | 1 | -0/+7 |
* | Add a key/value iterator to DictionaryValue (in addition to the existing key | kalman@chromium.org | 2011-11-08 | 1 | -0/+18 |
* | Adds Find method to the ListValue class. | pastarmovj@chromium.org | 2011-09-19 | 1 | -0/+5 |
* | Revert recent changes to base::Value | stevenjb@google.com | 2011-08-26 | 1 | -5/+0 |
* | base: Add AsBinary() function to Value API. | tfarina@chromium.org | 2011-08-25 | 1 | -0/+2 |
* | base: Add AsList() function to Value API. | tfarina@chromium.org | 2011-08-25 | 1 | -0/+3 |
* | Reverts debugging code added in hopes of tracking crash. This also | sky@chromium.org | 2011-08-24 | 1 | -15/+2 |
* | Remove check_on_delete for ChromeOS to avoid change to sizeof(Value) | satorux@chromium.org | 2011-08-24 | 1 | -0/+8 |
* | Adds some debugging code in hopes of figuring out a crash. As far as I | sky@chromium.org | 2011-08-23 | 1 | -2/+7 |
* | base: Fix the TODO in ListValue::Remove(). | tfarina@chromium.org | 2011-08-13 | 1 | -2/+3 |
* | base: Rename ValueType to something less redundant as _just_ Type. | tfarina@chromium.org | 2011-08-12 | 1 | -6/+6 |
* | base: Add missing OVERRIDE annotations to overridden methods from Value. | tfarina@chromium.org | 2011-08-11 | 1 | -24/+25 |
* | base: Remove CreateBinaryValue() function as it's redundant. | tfarina@chromium.org | 2011-08-11 | 1 | -4/+0 |
* | base: Remove using declaration of FundamentalValue as it's no longer necessary. | tfarina@chromium.org | 2011-08-11 | 1 | -1/+0 |
* | base: Remove using declaration of BinaryValue as it's no longer necessary. | tfarina@chromium.org | 2011-08-05 | 1 | -5/+3 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -8/+8 |
* | base: Remove unnecessary using declarations from values.h | tfarina@chromium.org | 2011-08-04 | 1 | -3/+0 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -0/+20 |
* | Explicitly ShutdownOnUIThread the HostContentSettingsMap when destroying the ... | bauerb@chromium.org | 2011-07-12 | 1 | -0/+2 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | [Sync] Remove more boilerplate from chrome://sync-internals js files | akalin@chromium.org | 2011-05-10 | 1 | -0/+5 |
* | There's no need to export the key_iterator class, and exporting it | darin@chromium.org | 2011-04-29 | 1 | -1/+1 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-24 | 1 | -8/+9 |
* | Let the method ListValue::AppendIfNotPresent always take ownership of the |in... | markusheintz@chromium.org | 2011-03-18 | 1 | -2/+3 |
* | Move FilePath <-> Value conversions into a separate file. | bauerb@chromium.org | 2011-03-15 | 1 | -4/+0 |
* | Add MoveToThread method to PrefMember to make it safe to read pref values fro... | bauerb@chromium.org | 2011-02-21 | 1 | -3/+7 |
* | Rename Real* to Double* in values.* and dependent files | arv@chromium.org | 2011-02-01 | 1 | -9/+9 |
* | Made return types of various Value::DeepCopy() implementations more specific | akalin@chromium.org | 2011-01-18 | 1 | -10/+13 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -30/+30 |
* | Handle policy refresh internally in ConfigurationPolicyPrefStore. | mnissler@chromium.org | 2010-12-23 | 1 | -21/+0 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -10/+10 |
* | JavaScript to Value bridge. | scottbyer@google.com | 2010-12-07 | 1 | -0/+2 |
* | Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" | bauerb@chromium.org | 2010-12-06 | 1 | -0/+4 |
* | Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ... | jam@chromium.org | 2010-10-01 | 1 | -0/+2 |
* | Initial version of chrome.experimental.sidebar extension API. | brettw@chromium.org | 2010-08-19 | 1 | -0/+5 |
* | Remove remaining deprecated wstring methods from base/values.{cc,h}. | viettrungluu@chromium.org | 2010-08-17 | 1 | -21/+0 |
* | Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic... | viettrungluu@chromium.org | 2010-08-17 | 1 | -10/+0 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -13/+0 |
* | Remove (deprecated) wstring version of Value::CreateStringValue(). | viettrungluu@chromium.org | 2010-08-15 | 1 | -3/+0 |
* | Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). | viettrungluu@chromium.org | 2010-08-14 | 1 | -2/+0 |
* | Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansi... | viettrungluu@chromium.org | 2010-08-14 | 1 | -8/+0 |
* | Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8. | viettrungluu@chromium.org | 2010-08-14 | 1 | -1/+0 |
* | Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp... | viettrungluu@chromium.org | 2010-08-14 | 1 | -4/+0 |
* | Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa... | viettrungluu@chromium.org | 2010-08-13 | 1 | -2/+0 |
* | Rename GetStringAsUTF16() to GetString() (and overload), etc. | viettrungluu@chromium.org | 2010-08-04 | 1 | -12/+7 |