summaryrefslogtreecommitdiffstats
path: root/base/values.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove (deprecated) wstring version of Value::CreateStringValue().viettrungluu@chromium.org2010-08-151-9/+1
* Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().viettrungluu@chromium.org2010-08-141-6/+0
* Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansi...viettrungluu@chromium.org2010-08-141-30/+0
* Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8.viettrungluu@chromium.org2010-08-141-5/+0
* Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp...viettrungluu@chromium.org2010-08-141-13/+0
* Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa...viettrungluu@chromium.org2010-08-131-6/+0
* Add UTF-8 DCHECK()s in values.cc (since keys/paths are expected to be UTF-8).viettrungluu@chromium.org2010-08-061-0/+6
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-041-24/+8
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-5/+7
* Add dictionary comparing functions to DictionaryValue and unit testsdanno@chromium.org2010-08-041-0/+108
* Remove Value/StringValue's ...UTF16() methods in favour of overloading.viettrungluu@chromium.org2010-08-031-21/+31
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-70/+221
* Compress and checksum pending logs that are going to be persisted. Persisted ...ziadh@chromium.org2010-07-191-1/+1
* Move implementation from header to source.erg@chromium.org2010-07-151-0/+25
* Preference provider implementation backed by JSON files in a directory.mnissler@chromium.org2010-05-141-1/+21
* Add notifications to allow desktop notification permissions to be synced.zork@chromium.org2010-04-121-0/+10
* Revert 44234 - Add notifications to allow desktop notification permissions to...zork@chromium.org2010-04-121-10/+0
* Add notifications to allow desktop notification permissions to be synced.zork@chromium.org2010-04-121-0/+10
* Allowing MSI mode detection to work from the master preferences file. robertshield@chromium.org2010-03-221-1/+6
* importer: use FilePath instead of wstring in some placesevan@chromium.org2010-02-191-0/+24
* Add string16 methods to JSON value classes.munjal@chromium.org2010-01-151-0/+54
* Extensions: file handling clean up.estade@chromium.org2009-12-181-0/+8
* Remove emtpy lists and empty dictionaries from Preferences andtony@chromium.org2009-12-021-42/+99
* Fix a memory leak when calling the one-arg form of ListValue::Remove().pkasting@chromium.org2009-11-301-0/+1
* Try to fix spurious gcc warning.pkasting@chromium.org2009-11-251-2/+2
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-87/+142
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-1/+2
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-1/+2
* Coverity: Remove the check for index < 0 because index is a size_t and can ne...jhawkins@chromium.org2009-09-301-1/+1
* Landing tfarina patch. See http://codereview.chromium.org/195040/showjcampan@chromium.org2009-09-141-2/+2
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-281-2/+13
* Implement the popup blocking whitelist pref. This makes the whitelist actual...pkasting@chromium.org2009-05-091-14/+14
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* revert broken change 10833nsylvain@chromium.org2009-03-031-36/+34
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-34/+36
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-36/+34