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
/
json_reader.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update JSONReader to take base::StringPiece instead of std::string
mitchellwrosen@chromium.org
2012-06-02
1
-3
/
+3
*
Rewrite base::JSONReader to be 35-40% faster, depending on the input string.
rsesek@chromium.org
2012-05-16
1
-652
/
+28
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-4
/
+10
*
Fix some grammatical errors in base/
gavinp@chromium.org
2012-04-02
1
-1
/
+1
*
Fix handling of Unicode BOMs in JSONReader.
rsesek@chromium.org
2012-03-28
1
-2
/
+3
*
Improve JSONReader performance by up to 55% by using std::string instead of w...
rsesek@chromium.org
2012-03-24
1
-47
/
+108
*
base/json: Collapse a condition in ReadHexDigits into a single if clause.
tfarina@chromium.org
2011-10-18
1
-3
/
+1
*
base/json: Use IsAsciiDigit in JSONReader::ReadInt() function.
tfarina@chromium.org
2011-10-14
1
-2
/
+2
*
base/json: Make ReadHexDigits easier to read by using IsHexDigit() function.
tfarina@chromium.org
2011-09-06
1
-3
/
+1
*
base/json: Get rid of static initializer in JSONReader.
tfarina@chromium.org
2011-09-01
1
-23
/
+21
*
base/json: Don't use static variables of user-defined type (i.e, std::wstring).
tfarina@chromium.org
2011-08-19
1
-18
/
+16
*
iwyu: Include stringprintf.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-2
/
+3
*
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
-1
/
+1
*
Order function definitions in base/ according to the header.
erg@google.com
2011-01-11
1
-25
/
+25
*
Remove (deprecated) wstring version of Value::CreateStringValue().
viettrungluu@chromium.org
2010-08-15
1
-1
/
+1
*
Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().
viettrungluu@chromium.org
2010-08-14
1
-1
/
+1
*
base: Add HexDigitToInt function to string_util.h
tfarina@chromium.org
2010-07-31
1
-19
/
+7
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-2
/
+3
*
detect preferences errors
erikkay@chromium.org
2010-04-06
1
-24
/
+65
*
Many changes to DictionaryValues:
pkasting@chromium.org
2009-11-25
1
-1
/
+2
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
1
-0
/
+642