summaryrefslogtreecommitdiffstats
path: root/base/values.h
Commit message (Expand)AuthorAgeFilesLines
* Value::GetAsDictionarybattre@chromium.org2011-11-261-0/+7
* Add a key/value iterator to DictionaryValue (in addition to the existing keykalman@chromium.org2011-11-081-0/+18
* Adds Find method to the ListValue class.pastarmovj@chromium.org2011-09-191-0/+5
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-5/+0
* base: Add AsBinary() function to Value API.tfarina@chromium.org2011-08-251-0/+2
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-0/+3
* Reverts debugging code added in hopes of tracking crash. This alsosky@chromium.org2011-08-241-15/+2
* Remove check_on_delete for ChromeOS to avoid change to sizeof(Value)satorux@chromium.org2011-08-241-0/+8
* Adds some debugging code in hopes of figuring out a crash. As far as Isky@chromium.org2011-08-231-2/+7
* base: Fix the TODO in ListValue::Remove().tfarina@chromium.org2011-08-131-2/+3
* base: Rename ValueType to something less redundant as _just_ Type.tfarina@chromium.org2011-08-121-6/+6
* base: Add missing OVERRIDE annotations to overridden methods from Value.tfarina@chromium.org2011-08-111-24/+25
* base: Remove CreateBinaryValue() function as it's redundant.tfarina@chromium.org2011-08-111-4/+0
* base: Remove using declaration of FundamentalValue as it's no longer necessary.tfarina@chromium.org2011-08-111-1/+0
* base: Remove using declaration of BinaryValue as it's no longer necessary.tfarina@chromium.org2011-08-051-5/+3
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-8/+8
* base: Remove unnecessary using declarations from values.htfarina@chromium.org2011-08-041-3/+0
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-0/+20
* Explicitly ShutdownOnUIThread the HostContentSettingsMap when destroying the ...bauerb@chromium.org2011-07-121-0/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* [Sync] Remove more boilerplate from chrome://sync-internals js filesakalin@chromium.org2011-05-101-0/+5
* There's no need to export the key_iterator class, and exporting itdarin@chromium.org2011-04-291-1/+1
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-8/+9
* Let the method ListValue::AppendIfNotPresent always take ownership of the |in...markusheintz@chromium.org2011-03-181-2/+3
* Move FilePath <-> Value conversions into a separate file.bauerb@chromium.org2011-03-151-4/+0
* Add MoveToThread method to PrefMember to make it safe to read pref values fro...bauerb@chromium.org2011-02-211-3/+7
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-9/+9
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-10/+13
* Start sorting methods in class declarations.erg@google.com2011-01-071-30/+30
* Handle policy refresh internally in ConfigurationPolicyPrefStore.mnissler@chromium.org2010-12-231-21/+0
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-10/+10
* JavaScript to Value bridge.scottbyer@google.com2010-12-071-0/+2
* Fix for Bug 50726 "Save extension list and "winning" prefs from extensions"bauerb@chromium.org2010-12-061-0/+4
* Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...jam@chromium.org2010-10-011-0/+2
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-191-0/+5
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-21/+0
* Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...viettrungluu@chromium.org2010-08-171-10/+0
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-13/+0
* Remove (deprecated) wstring version of Value::CreateStringValue().viettrungluu@chromium.org2010-08-151-3/+0
* Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().viettrungluu@chromium.org2010-08-141-2/+0
* Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansi...viettrungluu@chromium.org2010-08-141-8/+0
* Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8.viettrungluu@chromium.org2010-08-141-1/+0
* Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp...viettrungluu@chromium.org2010-08-141-4/+0
* Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa...viettrungluu@chromium.org2010-08-131-2/+0
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-041-12/+7
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-3/+5
* Add dictionary comparing functions to DictionaryValue and unit testsdanno@chromium.org2010-08-041-0/+21
* Remove Value/StringValue's ...UTF16() methods in favour of overloading.viettrungluu@chromium.org2010-08-031-10/+16
* Make ValuesTest use std::strings (instead of wstrings) for dictionary keys.viettrungluu@chromium.org2010-07-311-13/+16
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-38/+80