index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
values_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make element removal methods in DictionaryValue and ListValue take scoped_ptr...
bauerb@chromium.org
2013-08-06
1
-6
/
+4
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Remove base::DictionaryValue::HasNext.
pneubeck@chromium.org
2013-04-12
1
-3
/
+3
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
BinaryValue support for NULL buffer.
rpaquay@chromium.org
2013-01-08
1
-19
/
+11
*
base: Do not use Value::Create* functions.
tfarina@chromium.org
2012-12-16
1
-36
/
+33
*
Reverting due to memory waterfall failures.
jhawkins@chromium.org
2012-05-20
1
-11
/
+19
*
Allowed BinaryValue to take a NULL buffer.
mitchellwrosen@chromium.org
2012-05-19
1
-19
/
+11
*
Coverity: Fix a leak.
jhawkins@chromium.org
2012-05-09
1
-0
/
+31
*
Add virtual and OVERRIDE to base/ implementation files
rsleevi@chromium.org
2012-04-06
1
-2
/
+2
*
Value::GetAsDictionary
battre@chromium.org
2011-11-26
1
-1
/
+17
*
Add a key/value iterator to DictionaryValue (in addition to the existing key
kalman@chromium.org
2011-11-08
1
-0
/
+37
*
Adds Find method to the ListValue class.
pastarmovj@chromium.org
2011-09-19
1
-0
/
+9
*
Revert recent changes to base::Value
stevenjb@google.com
2011-08-26
1
-8
/
+9
*
base: Add AsBinary() function to Value API.
tfarina@chromium.org
2011-08-25
1
-7
/
+6
*
base: Add AsList() function to Value API.
tfarina@chromium.org
2011-08-25
1
-2
/
+2
*
base: Fix the TODO in ListValue::Remove().
tfarina@chromium.org
2011-08-13
1
-1
/
+3
*
base: Remove CreateBinaryValue() function as it's redundant.
tfarina@chromium.org
2011-08-11
1
-2
/
+2
*
base: Use TEST() macro in Value unittests.
tfarina@chromium.org
2011-06-28
1
-17
/
+18
*
Modified Value::GetAsDouble so the function returns true when the object hold...
yusukes@google.com
2011-05-02
1
-2
/
+7
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Rename Real* to Double* in values.* and dependent files
arv@chromium.org
2011-02-01
1
-19
/
+19
*
Made return types of various Value::DeepCopy() implementations more specific
akalin@chromium.org
2011-01-18
1
-11
/
+67
*
Handle policy refresh internally in ConfigurationPolicyPrefStore.
mnissler@chromium.org
2010-12-23
1
-132
/
+1
*
Fix for Bug 50726 "Save extension list and "winning" prefs from extensions"
bauerb@chromium.org
2010-12-06
1
-0
/
+23
*
clang/mac: Fix most problems in unittest targets in webkit.gyp
thakis@chromium.org
2010-10-03
1
-2
/
+2
*
Fix DictionaryValue::Equals() to also detect differences in key names.
mnissler@chromium.org
2010-08-18
1
-6
/
+13
*
Header cleanup in base.
brettw@chromium.org
2010-08-17
1
-1
/
+0
*
Remove deprecated wstring Get(As)String() methods from Value, etc.
viettrungluu@chromium.org
2010-08-16
1
-434
/
+0
*
Remove (deprecated) wstring version of Value::CreateStringValue().
viettrungluu@chromium.org
2010-08-15
1
-26
/
+1
*
Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().
viettrungluu@chromium.org
2010-08-14
1
-17
/
+1
*
Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansi...
viettrungluu@chromium.org
2010-08-14
1
-3
/
+0
*
Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp...
viettrungluu@chromium.org
2010-08-14
1
-4
/
+0
*
Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).
viettrungluu@chromium.org
2010-08-04
1
-1
/
+1
*
Add dictionary comparing functions to DictionaryValue and unit tests
danno@chromium.org
2010-08-04
1
-22
/
+153
*
Remove Value/StringValue's ...UTF16() methods in favour of overloading.
viettrungluu@chromium.org
2010-08-03
1
-44
/
+49
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Make ValuesTest use std::strings (instead of wstrings) for dictionary keys.
viettrungluu@chromium.org
2010-07-31
1
-0
/
+440
*
Preference provider implementation backed by JSON files in a directory.
mnissler@chromium.org
2010-05-14
1
-1
/
+46
*
Style cleanup in preparation for auto-linting base/.
erg@google.com
2010-01-26
1
-1
/
+1
*
Add string16 methods to JSON value classes.
munjal@chromium.org
2010-01-15
1
-1
/
+40
*
Remove emtpy lists and empty dictionaries from Preferences and
tony@chromium.org
2009-12-02
1
-0
/
+75
*
Fix a memory leak when calling the one-arg form of ListValue::Remove().
pkasting@chromium.org
2009-11-30
1
-0
/
+10
*
Many changes to DictionaryValues:
pkasting@chromium.org
2009-11-25
1
-2
/
+24
*
Minor Coverity nit: Unit test leaking data if failure occurs.
finnur@chromium.org
2009-07-03
1
-9
/
+7
*
Use scoped_ptr to prevent memory leaks on test failures.
patrick@chromium.org
2009-03-24
1
-19
/
+12
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
[next]