summaryrefslogtreecommitdiffstats
path: root/base/values_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add dictionary comparing functions to DictionaryValue and unit testsdanno@chromium.org2010-08-041-22/+153
* Remove Value/StringValue's ...UTF16() methods in favour of overloading.viettrungluu@chromium.org2010-08-031-44/+49
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Make ValuesTest use std::strings (instead of wstrings) for dictionary keys.viettrungluu@chromium.org2010-07-311-0/+440
* Preference provider implementation backed by JSON files in a directory.mnissler@chromium.org2010-05-141-1/+46
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-1/+1
* Add string16 methods to JSON value classes.munjal@chromium.org2010-01-151-1/+40
* Remove emtpy lists and empty dictionaries from Preferences andtony@chromium.org2009-12-021-0/+75
* Fix a memory leak when calling the one-arg form of ListValue::Remove().pkasting@chromium.org2009-11-301-0/+10
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-2/+24
* Minor Coverity nit: Unit test leaking data if failure occurs.finnur@chromium.org2009-07-031-9/+7
* Use scoped_ptr to prevent memory leaks on test failures.patrick@chromium.org2009-03-241-19/+12
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* revert broken change 10833nsylvain@chromium.org2009-03-031-58/+53
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-53/+58
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-54/+53
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-53/+54
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-2/+2
* Flesh out ListValue class.aa@chromium.org2009-01-201-0/+36
* Added std::string to Value via Set/GetString overloading.scherkus@chromium.org2008-12-111-4/+44
* Revert "Added std::string to Value via Set/GetString overloading."scherkus@chromium.org2008-12-101-44/+4
* Added std::string to Value via Set/GetString overloading.scherkus@chromium.org2008-12-101-4/+44
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix the final few remaining warnings in basemmentovai@google.com2008-08-211-8/+8
* Revert r966, as it broke the Windows build.evanm@google.com2008-08-151-8/+8
* Fix signed/unsigned in prep for -Wall.evanm@google.com2008-08-151-8/+8
* rollback r922 to fix windows bustagedarin@google.com2008-08-151-8/+8
* Fix more compiler warnings.darin@google.com2008-08-151-8/+8
* Don't cast negative values to unsigned. This eliminates warnings in GCC.deanm@google.com2008-08-131-1/+4
* Fix some warnings.evanm@google.com2008-08-131-1/+1
* Add base to the repository.initial.commit2008-07-261-0/+403