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
/
json
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ToUnsigned template.
brettw
2015-06-10
1
-1
/
+1
*
Use scoped_ptrs in JSONReader::Read functions.
estade
2015-05-22
7
-114
/
+150
*
Change JSONReader::ReadToValue to return a scoped_ptr
estade
2015-05-20
3
-61
/
+62
*
Convert JsonWriter::Write to taking a const ref for the in-param
estade
2015-05-16
5
-48
/
+40
*
More base::Values-related bare pointer -> scoped_ptr conversions
estade
2015-05-12
2
-4
/
+2
*
Fix JSONStringEscapeTest.EscapeBytes on iOS.
rohitrao
2015-05-12
1
-1
/
+1
*
base: Use scoped_ptr for ownership of pointers in unittests.
danakj
2015-05-11
1
-33
/
+23
*
Add some more scoped_ptr functions in values.h
estade
2015-05-07
1
-19
/
+21
*
Removed obsolete float_util.h as VS2013 supports standards well enough.
mateuszs
2015-04-24
1
-2
/
+3
*
Update {virtual,override} to follow C++11 style in base.
nick
2015-04-22
1
-14
/
+10
*
De-duplicate BASE_IMPLEMENTATION define in the GN build.
brettw
2015-03-16
1
-1
/
+1
*
Fix GN NaCl Debug build of base.
ncbray
2015-03-10
1
-0
/
+37
*
base: Stop passing by non-const references in some more places.
danakj
2015-03-10
1
-1
/
+1
*
Split ValueSerializer into separate Serializer and Deserializer classes.
prashhir
2015-03-05
5
-120
/
+122
*
JSONStringValueSerializer takes a StringPiece instead of std::string&.
mgiuca
2015-02-05
3
-30
/
+84
*
JSONStringValueSerializer: Constructor argument must not be null.
mgiuca
2015-02-05
2
-21
/
+25
*
Log pref file size histogram on read rather than on write.
gab
2015-01-31
2
-6
/
+21
*
Fix shadowing warning in json_parser on VS2015
scottmg
2015-01-27
1
-1
/
+1
*
Standardize usage of virtual/override/final specifiers in base/.
dcheng
2014-12-23
1
-3
/
+1
*
Fixes for Clang plugin checks in base/
dmichael
2014-12-18
2
-22
/
+50
*
Allow C++11 Delegated Constructors.
andersr
2014-11-07
1
-1
/
+1
*
Standardize usage of virtual/override/final in base/
dcheng
2014-10-21
3
-17
/
+17
*
Cleanup: Better constify some strings in base.
thestig
2014-10-21
6
-29
/
+29
*
Convert ARRAYSIZE_UNSAFE -> arraysize in base/.
viettrungluu
2014-10-16
1
-4
/
+4
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
5
-25
/
+25
*
Fix more disabled MSVC warnings, base/ edition.
pkasting
2014-10-01
1
-3
/
+3
*
Recursively load mojo packages
Brett Wilson
2014-09-24
1
-3
/
+1
*
Move file_util to base/files/ directory.
brettw@chromium.org
2014-08-13
3
-3
/
+3
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
2
-7
/
+5
*
Fix build issues in base/ for Android x64
yang.gu@intel.com
2014-02-28
1
-2
/
+2
*
Invalid JSON output when BinaryValue type present as part of input object.
tsepez@chromium.org
2014-02-07
4
-94
/
+144
*
Fix braces and indentation in json_writer.cc prior as a precursor for subsequ...
tsepez@chromium.org
2014-02-06
1
-119
/
+114
*
JSONWriter cleanups falling out from optimization attempts.
gab@chromium.org
2014-01-29
2
-55
/
+40
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-11
6
-179
/
+302
*
Revert of https://codereview.chromium.org/100823007/
antrim@chromium.org
2013-12-11
6
-302
/
+179
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-10
6
-179
/
+302
*
Clarify the interface of JSONStringValueSerializer::Deserialize which can onl...
gab@chromium.org
2013-11-21
3
-1
/
+6
*
Let JsonDoubleQuote accept StringPiece
wangxianzhu@chromium.org
2013-09-06
3
-11
/
+15
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
3
-4
/
+4
*
Make element removal methods in DictionaryValue and ListValue take scoped_ptr...
bauerb@chromium.org
2013-08-06
2
-30
/
+24
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-2
/
+2
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-4
/
+2
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
3
-9
/
+9
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-2
/
+2
*
Make base compile with no "using base::Value" in values.h
brettw@chromium.org
2013-06-14
4
-15
/
+18
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
1
-2
/
+2
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
5
-6
/
+6
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
5
-5
/
+5
*
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
[next]