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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Let the method ListValue::AppendIfNotPresent always take ownership of the |in...
markusheintz@chromium.org
2011-03-18
1
-2
/
+4
*
Move FilePath <-> Value conversions into a separate file.
bauerb@chromium.org
2011-03-15
1
-33
/
+0
*
Add MoveToThread method to PrefMember to make it safe to read pref values fro...
bauerb@chromium.org
2011-02-21
1
-0
/
+33
*
Rename Real* to Double* in values.* and dependent files
arv@chromium.org
2011-02-01
1
-21
/
+21
*
Made return types of various Value::DeepCopy() implementations more specific
akalin@chromium.org
2011-01-18
1
-10
/
+10
*
Make the order of methods in the cc files match the headers in base/.
erg@google.com
2011-01-07
1
-52
/
+51
*
Handle policy refresh internally in ConfigurationPolicyPrefStore.
mnissler@chromium.org
2010-12-23
1
-108
/
+0
*
JavaScript to Value bridge.
scottbyer@google.com
2010-12-07
1
-0
/
+10
*
Fix for Bug 50726 "Save extension list and "winning" prefs from extensions"
bauerb@chromium.org
2010-12-06
1
-0
/
+7
*
Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...
jam@chromium.org
2010-10-01
1
-0
/
+9
*
Fix DictionaryValue::Equals() to also detect differences in key names.
mnissler@chromium.org
2010-08-18
1
-1
/
+2
*
Remove remaining deprecated wstring methods from base/values.{cc,h}.
viettrungluu@chromium.org
2010-08-17
1
-63
/
+0
*
Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...
viettrungluu@chromium.org
2010-08-17
1
-36
/
+0
*
Remove deprecated wstring Get(As)String() methods from Value, etc.
viettrungluu@chromium.org
2010-08-16
1
-43
/
+0
*
Remove (deprecated) wstring version of Value::CreateStringValue().
viettrungluu@chromium.org
2010-08-15
1
-9
/
+1
*
Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().
viettrungluu@chromium.org
2010-08-14
1
-6
/
+0
*
Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansi...
viettrungluu@chromium.org
2010-08-14
1
-30
/
+0
*
Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8.
viettrungluu@chromium.org
2010-08-14
1
-5
/
+0
*
Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp...
viettrungluu@chromium.org
2010-08-14
1
-13
/
+0
*
Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa...
viettrungluu@chromium.org
2010-08-13
1
-6
/
+0
*
Add UTF-8 DCHECK()s in values.cc (since keys/paths are expected to be UTF-8).
viettrungluu@chromium.org
2010-08-06
1
-0
/
+6
*
Rename GetStringAsUTF16() to GetString() (and overload), etc.
viettrungluu@chromium.org
2010-08-04
1
-24
/
+8
*
Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).
viettrungluu@chromium.org
2010-08-04
1
-5
/
+7
*
Add dictionary comparing functions to DictionaryValue and unit tests
danno@chromium.org
2010-08-04
1
-0
/
+108
*
Remove Value/StringValue's ...UTF16() methods in favour of overloading.
viettrungluu@chromium.org
2010-08-03
1
-21
/
+31
*
Convert DictionaryValue's keys to std::string (from wstring).
viettrungluu@chromium.org
2010-07-30
1
-70
/
+221
*
Compress and checksum pending logs that are going to be persisted. Persisted ...
ziadh@chromium.org
2010-07-19
1
-1
/
+1
*
Move implementation from header to source.
erg@chromium.org
2010-07-15
1
-0
/
+25
*
Preference provider implementation backed by JSON files in a directory.
mnissler@chromium.org
2010-05-14
1
-1
/
+21
*
Add notifications to allow desktop notification permissions to be synced.
zork@chromium.org
2010-04-12
1
-0
/
+10
*
Revert 44234 - Add notifications to allow desktop notification permissions to...
zork@chromium.org
2010-04-12
1
-10
/
+0
*
Add notifications to allow desktop notification permissions to be synced.
zork@chromium.org
2010-04-12
1
-0
/
+10
*
Allowing MSI mode detection to work from the master preferences file.
robertshield@chromium.org
2010-03-22
1
-1
/
+6
*
importer: use FilePath instead of wstring in some places
evan@chromium.org
2010-02-19
1
-0
/
+24
*
Add string16 methods to JSON value classes.
munjal@chromium.org
2010-01-15
1
-0
/
+54
*
Extensions: file handling clean up.
estade@chromium.org
2009-12-18
1
-0
/
+8
*
Remove emtpy lists and empty dictionaries from Preferences and
tony@chromium.org
2009-12-02
1
-42
/
+99
*
Fix a memory leak when calling the one-arg form of ListValue::Remove().
pkasting@chromium.org
2009-11-30
1
-0
/
+1
*
Try to fix spurious gcc warning.
pkasting@chromium.org
2009-11-25
1
-2
/
+2
*
Many changes to DictionaryValues:
pkasting@chromium.org
2009-11-25
1
-87
/
+142
*
Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*
brettw@chromium.org
2009-10-07
1
-1
/
+2
*
Modify extension request IPC messages to pass a ListValue instead of a string.
mpcomplete@chromium.org
2009-10-06
1
-1
/
+2
*
Coverity: Remove the check for index < 0 because index is a size_t and can ne...
jhawkins@chromium.org
2009-09-30
1
-1
/
+1
*
Landing tfarina patch. See http://codereview.chromium.org/195040/show
jcampan@chromium.org
2009-09-14
1
-2
/
+2
*
override chrome:// URLs via extensions.
erikkay@chromium.org
2009-08-28
1
-2
/
+13
*
Implement the popup blocking whitelist pref. This makes the whitelist actual...
pkasting@chromium.org
2009-05-09
1
-14
/
+14
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
revert broken change 10833
nsylvain@chromium.org
2009-03-03
1
-36
/
+34
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-34
/
+36
*
Revert dsh's change 10818
nsylvain@chromium.org
2009-03-03
1
-36
/
+34
[prev]
[next]