summaryrefslogtreecommitdiffstats
path: root/base/values_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+2
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-251-38/+39
* Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptrestade2015-05-231-8/+8
* More base::Values-related bare pointer -> scoped_ptr conversionsestade2015-05-121-8/+7
* base: Use scoped_ptr for ownership of pointers in unittests.danakj2015-05-111-118/+135
* Add some more scoped_ptr functions in values.hestade2015-05-071-72/+74
* json_schema_compiler: Use std::vector<char> for binary values.pneubeck2015-01-201-0/+6
* Add DictionaryValue::Set and ::SetWithoutPathExpansion functionsestade2015-01-061-16/+42
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-3/+1
* Clarify Value::Get*()'s interface to reflect the current implementation.gab@chromium.org2014-03-091-0/+285
* Fix typo in base/values.cc from r249102, add a testestade@chromium.org2014-02-111-1/+12
* Get rid of some uses of base::Create*Valueestade@chromium.org2014-01-301-3/+3
* Remove JsonPrefStore pruning of empty values on write.gab@chromium.org2013-11-271-0/+25
* Make element removal methods in DictionaryValue and ListValue take scoped_ptr...bauerb@chromium.org2013-08-061-6/+4
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Remove base::DictionaryValue::HasNext.pneubeck@chromium.org2013-04-121-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* BinaryValue support for NULL buffer.rpaquay@chromium.org2013-01-081-19/+11
* base: Do not use Value::Create* functions.tfarina@chromium.org2012-12-161-36/+33
* Reverting due to memory waterfall failures.jhawkins@chromium.org2012-05-201-11/+19
* Allowed BinaryValue to take a NULL buffer.mitchellwrosen@chromium.org2012-05-191-19/+11
* Coverity: Fix a leak.jhawkins@chromium.org2012-05-091-0/+31
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-2/+2
* Value::GetAsDictionarybattre@chromium.org2011-11-261-1/+17
* Add a key/value iterator to DictionaryValue (in addition to the existing keykalman@chromium.org2011-11-081-0/+37
* Adds Find method to the ListValue class.pastarmovj@chromium.org2011-09-191-0/+9
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-8/+9
* base: Add AsBinary() function to Value API.tfarina@chromium.org2011-08-251-7/+6
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-2/+2
* base: Fix the TODO in ListValue::Remove().tfarina@chromium.org2011-08-131-1/+3
* base: Remove CreateBinaryValue() function as it's redundant.tfarina@chromium.org2011-08-111-2/+2
* base: Use TEST() macro in Value unittests.tfarina@chromium.org2011-06-281-17/+18
* Modified Value::GetAsDouble so the function returns true when the object hold...yusukes@google.com2011-05-021-2/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-19/+19
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-11/+67
* Handle policy refresh internally in ConfigurationPolicyPrefStore.mnissler@chromium.org2010-12-231-132/+1
* Fix for Bug 50726 "Save extension list and "winning" prefs from extensions"bauerb@chromium.org2010-12-061-0/+23
* clang/mac: Fix most problems in unittest targets in webkit.gypthakis@chromium.org2010-10-031-2/+2
* Fix DictionaryValue::Equals() to also detect differences in key names.mnissler@chromium.org2010-08-181-6/+13
* Header cleanup in base.brettw@chromium.org2010-08-171-1/+0
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-434/+0
* Remove (deprecated) wstring version of Value::CreateStringValue().viettrungluu@chromium.org2010-08-151-26/+1
* Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().viettrungluu@chromium.org2010-08-141-17/+1
* Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansi...viettrungluu@chromium.org2010-08-141-3/+0
* Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp...viettrungluu@chromium.org2010-08-141-4/+0
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-1/+1