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
*
Add scoped_ptr-safe base::Value to Dictionary/List conversion functions.
reillyg
2015-09-11
1
-0
/
+20
*
Another optimization of DictionaryValue::Get().
asvitkine
2015-07-15
1
-2
/
+3
*
Optimize DictionaryValue::Get() by avoiding temp string copies.
asvitkine
2015-06-23
1
-8
/
+10
*
Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptr
estade
2015-05-23
1
-35
/
+41
*
Convert JsonWriter::Write to taking a const ref for the in-param
estade
2015-05-16
1
-3
/
+1
*
More base::Values-related bare pointer -> scoped_ptr conversions
estade
2015-05-12
1
-3
/
+7
*
Add some more scoped_ptr functions in values.h
estade
2015-05-07
1
-0
/
+16
*
Removed obsolete float_util.h as VS2013 supports standards well enough.
mateuszs
2015-04-24
1
-2
/
+2
*
Split ValueSerializer into separate Serializer and Deserializer classes.
prashhir
2015-03-05
1
-0
/
+3
*
json_schema_compiler: Use std::vector<char> for binary values.
pneubeck
2015-01-20
1
-0
/
+10
*
Add DictionaryValue::Set and ::SetWithoutPathExpansion functions
estade
2015-01-06
1
-6
/
+16
*
Remove Create*Value (except CreateNullValue)
estade@chromium.org
2014-07-25
1
-25
/
+0
*
Fix typo in base/values.cc from r249102, add a test
estade@chromium.org
2014-02-11
1
-1
/
+1
*
libaddressinput - reduce number of copies in storage class by 2
estade@chromium.org
2014-02-05
1
-0
/
+18
*
Get rid of some uses of base::Create*Value
estade@chromium.org
2014-01-30
1
-19
/
+19
*
GTTF: Enable glibcxx debug mode for Debug builds by default.
phajdan.jr@chromium.org
2013-12-10
1
-0
/
+2
*
Remove JsonPrefStore pruning of empty values on write.
gab@chromium.org
2013-11-27
1
-2
/
+22
*
Remove commented out logs in base/values.cc
gab@chromium.org
2013-11-26
1
-3
/
+0
*
Fix memory leak in PrefMetricsService
battre@chromium.org
2013-09-11
1
-1
/
+1
*
test IWYU fixups for base
mostynb@opera.com
2013-09-03
1
-0
/
+3
*
Make element removal methods in DictionaryValue and ListValue take scoped_ptr...
bauerb@chromium.org
2013-08-06
1
-7
/
+9
*
Make base compile with no "using base::Value" in values.h
brettw@chromium.org
2013-06-14
1
-4
/
+2
*
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
*
Move BrowserAction references from ExtensionPrefs to ExtensionActionAPI
rdevlin.cronin@chromium.org
2013-05-09
1
-0
/
+3
*
Removing base::DictionaryValue::key_iterator which was displaced by Dictionar...
pneubeck@chromium.org
2013-03-10
1
-34
/
+19
*
History: Pass min/max timestamps as query parameters to history server.
dubroy@chromium.org
2013-02-18
1
-2
/
+2
*
Revert 183116
grt@chromium.org
2013-02-18
1
-2
/
+2
*
History: Pass min/max timestamps as query parameters to history server.
dubroy@chromium.org
2013-02-18
1
-2
/
+2
*
Fix scoped_ptr<T[]> to disallow construction and reset from NULL.
dcheng@chromium.org
2013-02-02
1
-1
/
+0
*
Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...
pneubeck@chromium.org
2013-01-18
1
-10
/
+6
*
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
hans@chromium.org
2013-01-15
1
-1
/
+1
*
BinaryValue support for NULL buffer.
rpaquay@chromium.org
2013-01-08
1
-22
/
+14
*
Add copy and assignment to FundamentalValue and StringValue.
estade@chromium.org
2012-11-20
1
-1
/
+7
*
This CL provides a general ONC signature which is used for validation and nor...
pneubeck@chromium.org
2012-11-06
1
-0
/
+9
*
Add some useful features to base::Values:
kalman@chromium.org
2012-09-14
1
-0
/
+59
*
Add an ostream operator to Value (based on JSONWriter) so that assertions
kalman@chromium.org
2012-09-12
1
-0
/
+10
*
Clean-up inline members of nested classes (base/)
hans@chromium.org
2012-08-10
1
-0
/
+12
*
Correct const accessors in base/values.(h|cc), Part II (ListValue)
vabr@chromium.org
2012-08-03
1
-15
/
+40
*
Correct const accessors in base/values.(h|cc)
vabr@chromium.org
2012-07-27
1
-35
/
+87
*
persist known media galleries (only directories for now)
estade@chromium.org
2012-07-03
1
-0
/
+9
*
Reverting due to memory waterfall failures.
jhawkins@chromium.org
2012-05-20
1
-14
/
+22
*
Allowed BinaryValue to take a NULL buffer.
mitchellwrosen@chromium.org
2012-05-19
1
-22
/
+14
*
Rewrite base::JSONReader to be 35-40% faster, depending on the input string.
rsesek@chromium.org
2012-05-16
1
-1
/
+9
*
Value::GetAsDictionary
battre@chromium.org
2011-11-26
1
-0
/
+20
*
Make DictionaryValue::SetWithoutPathExpansion more efficient.
grt@chromium.org
2011-10-21
1
-5
/
+6
*
Adds Find method to the ListValue class.
pastarmovj@chromium.org
2011-09-19
1
-0
/
+22
*
Revert recent changes to base::Value
stevenjb@google.com
2011-08-26
1
-25
/
+9
*
base: Add AsBinary() function to Value API.
tfarina@chromium.org
2011-08-25
1
-6
/
+14
*
base: Add AsList() function to Value API.
tfarina@chromium.org
2011-08-25
1
-3
/
+11
[next]