| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing base::DictionaryValue::key_iterator which was displaced by Dictionar... | pneubeck@chromium.org | 2013-03-10 | 1 | -34/+19 |
* | History: Pass min/max timestamps as query parameters to history server. | dubroy@chromium.org | 2013-02-18 | 1 | -2/+2 |
* | Revert 183116 | grt@chromium.org | 2013-02-18 | 1 | -2/+2 |
* | History: Pass min/max timestamps as query parameters to history server. | dubroy@chromium.org | 2013-02-18 | 1 | -2/+2 |
* | Fix scoped_ptr<T[]> to disallow construction and reset from NULL. | dcheng@chromium.org | 2013-02-02 | 1 | -1/+0 |
* | Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o... | pneubeck@chromium.org | 2013-01-18 | 1 | -10/+6 |
* | Add missing, and remove unnecessary, 'explicit' from constructors. (base/) | hans@chromium.org | 2013-01-15 | 1 | -1/+1 |
* | BinaryValue support for NULL buffer. | rpaquay@chromium.org | 2013-01-08 | 1 | -22/+14 |
* | Add copy and assignment to FundamentalValue and StringValue. | estade@chromium.org | 2012-11-20 | 1 | -1/+7 |
* | This CL provides a general ONC signature which is used for validation and nor... | pneubeck@chromium.org | 2012-11-06 | 1 | -0/+9 |
* | Add some useful features to base::Values: | kalman@chromium.org | 2012-09-14 | 1 | -0/+59 |
* | Add an ostream operator to Value (based on JSONWriter) so that assertions | kalman@chromium.org | 2012-09-12 | 1 | -0/+10 |
* | Clean-up inline members of nested classes (base/) | hans@chromium.org | 2012-08-10 | 1 | -0/+12 |
* | Correct const accessors in base/values.(h|cc), Part II (ListValue) | vabr@chromium.org | 2012-08-03 | 1 | -15/+40 |
* | Correct const accessors in base/values.(h|cc) | vabr@chromium.org | 2012-07-27 | 1 | -35/+87 |
* | persist known media galleries (only directories for now) | estade@chromium.org | 2012-07-03 | 1 | -0/+9 |
* | Reverting due to memory waterfall failures. | jhawkins@chromium.org | 2012-05-20 | 1 | -14/+22 |
* | Allowed BinaryValue to take a NULL buffer. | mitchellwrosen@chromium.org | 2012-05-19 | 1 | -22/+14 |
* | Rewrite base::JSONReader to be 35-40% faster, depending on the input string. | rsesek@chromium.org | 2012-05-16 | 1 | -1/+9 |
* | Value::GetAsDictionary | battre@chromium.org | 2011-11-26 | 1 | -0/+20 |
* | Make DictionaryValue::SetWithoutPathExpansion more efficient. | grt@chromium.org | 2011-10-21 | 1 | -5/+6 |
* | Adds Find method to the ListValue class. | pastarmovj@chromium.org | 2011-09-19 | 1 | -0/+22 |
* | Revert recent changes to base::Value | stevenjb@google.com | 2011-08-26 | 1 | -25/+9 |
* | base: Add AsBinary() function to Value API. | tfarina@chromium.org | 2011-08-25 | 1 | -6/+14 |
* | base: Add AsList() function to Value API. | tfarina@chromium.org | 2011-08-25 | 1 | -3/+11 |
* | Reverts debugging code added in hopes of tracking crash. This also | sky@chromium.org | 2011-08-24 | 1 | -9/+1 |
* | Remove check_on_delete for ChromeOS to avoid change to sizeof(Value) | satorux@chromium.org | 2011-08-24 | 1 | -1/+8 |
* | base: Map non-finite double Values to 0.0. | derat@chromium.org | 2011-08-23 | 1 | -2/+5 |
* | Adds some debugging code in hopes of figuring out a crash. As far as I | sky@chromium.org | 2011-08-23 | 1 | -1/+2 |
* | base: Add DCHECK that double Values are finite. | derat@chromium.org | 2011-08-17 | 1 | -0/+3 |
* | base: Fix the TODO in ListValue::Remove(). | tfarina@chromium.org | 2011-08-13 | 1 | -8/+6 |
* | base: Rename ValueType to something less redundant as _just_ Type. | tfarina@chromium.org | 2011-08-12 | 1 | -1/+1 |
* | base: Remove CreateBinaryValue() function as it's redundant. | tfarina@chromium.org | 2011-08-11 | 1 | -5/+0 |
* | base: Remove unnecessary using declarations from values.h | tfarina@chromium.org | 2011-08-04 | 1 | -0/+4 |
* | Explicitly ShutdownOnUIThread the HostContentSettingsMap when destroying the ... | bauerb@chromium.org | 2011-07-12 | 1 | -0/+10 |
* | Modified Value::GetAsDouble so the function returns true when the object hold... | yusukes@google.com | 2011-05-02 | 1 | -1/+3 |
* | Let the method ListValue::AppendIfNotPresent always take ownership of the |in... | markusheintz@chromium.org | 2011-03-18 | 1 | -2/+4 |
* | Move FilePath <-> Value conversions into a separate file. | bauerb@chromium.org | 2011-03-15 | 1 | -33/+0 |
* | Add MoveToThread method to PrefMember to make it safe to read pref values fro... | bauerb@chromium.org | 2011-02-21 | 1 | -0/+33 |
* | Rename Real* to Double* in values.* and dependent files | arv@chromium.org | 2011-02-01 | 1 | -21/+21 |
* | Made return types of various Value::DeepCopy() implementations more specific | akalin@chromium.org | 2011-01-18 | 1 | -10/+10 |
* | Make the order of methods in the cc files match the headers in base/. | erg@google.com | 2011-01-07 | 1 | -52/+51 |
* | Handle policy refresh internally in ConfigurationPolicyPrefStore. | mnissler@chromium.org | 2010-12-23 | 1 | -108/+0 |
* | JavaScript to Value bridge. | scottbyer@google.com | 2010-12-07 | 1 | -0/+10 |
* | Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" | bauerb@chromium.org | 2010-12-06 | 1 | -0/+7 |
* | Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ... | jam@chromium.org | 2010-10-01 | 1 | -0/+9 |
* | Fix DictionaryValue::Equals() to also detect differences in key names. | mnissler@chromium.org | 2010-08-18 | 1 | -1/+2 |
* | Remove remaining deprecated wstring methods from base/values.{cc,h}. | viettrungluu@chromium.org | 2010-08-17 | 1 | -63/+0 |
* | Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic... | viettrungluu@chromium.org | 2010-08-17 | 1 | -36/+0 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -43/+0 |