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