Sign in
chromium
/
chromium
/
src
/
b161836dff98bccf59f00f4c5730f15e20c6969e
/
base
/
json
/
json_reader.cc
127772e
Allow C++11 Delegated Constructors.
by andersr
· 11 years ago
073d514d
Cleanup: Better constify some strings in base.
by thestig
· 11 years ago
fb0777a
Clarify the interface of JSONStringValueSerializer::Deserialize which can only return JSONParseError codes as an error_code.
by
[email protected]
· 12 years ago
0bf68e21
Update JSONReader to take base::StringPiece instead of std::string
by
[email protected]
· 13 years ago
6e680cf
Rewrite base::JSONReader to be 35-40% faster, depending on the input string.
by
[email protected]
· 13 years ago
cd578575
Modify the base::JSONReader interface to take a set of options rather than a boolean flag.
by
[email protected]
· 13 years ago
40cb8e0c
Fix some grammatical errors in base/
by
[email protected]
· 13 years ago
b09b083
Fix handling of Unicode BOMs in JSONReader.
by
[email protected]
· 13 years ago
27cc5a0
Improve JSONReader performance by up to 55% by using std::string instead of wstring.
by
[email protected]
· 13 years ago
967704b
base/json: Collapse a condition in ReadHexDigits into a single if clause.
by
[email protected]
· 14 years ago
f9a65c7
base/json: Use IsAsciiDigit in JSONReader::ReadInt() function.
by
[email protected]
· 14 years ago
32c438e2
base/json: Make ReadHexDigits easier to read by using IsHexDigit() function.
by
[email protected]
· 14 years ago
249153f
base/json: Get rid of static initializer in JSONReader.
by
[email protected]
· 14 years ago
6a808eb
base/json: Don't use static variables of user-defined type (i.e, std::wstring).
by
[email protected]
· 14 years ago
6782f83
iwyu: Include stringprintf.h where appropriate, part 1.
by
[email protected]
· 14 years ago
3b63f8f4
Move some files from base to base/memory.
by
[email protected]
· 14 years ago
fb534c9
Rename Real* to Double* in values.* and dependent files
by
[email protected]
· 15 years ago
eae9c06
Order function definitions in base/ according to the header.
by
[email protected]
· 15 years ago
16b52716
Remove (deprecated) wstring version of Value::CreateStringValue().
by
[email protected]
· 15 years ago
8b6e84a
Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().
by
[email protected]
· 15 years ago
61197df
base: Add HexDigitToInt function to string_util.h
by
[email protected]
· 15 years ago
528c56d
Move the number conversions from string_util to a new file.
by
[email protected]
· 15 years ago
ba39967
detect preferences errors
by
[email protected]
· 15 years ago
4dad9ad8
Many changes to DictionaryValues:
by
[email protected]
· 16 years ago
93d49d7
Move the json-related files into a separate json directory. This hopefully also
by
[email protected]
· 16 years ago
[Renamed (99%) from base/json_reader.cc]
047a03f
Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*
by
[email protected]
· 16 years ago
5b0bc25
Silence a false coverity warning by changing the code a bit.
by
[email protected]
· 16 years ago
1fec840
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400.
by
[email protected]
· 16 years ago
8e50b60
revert broken change 10833
by
[email protected]
· 16 years ago
3a79b3c
Port DictionaryValue to use string16 instead of wstring.
by
[email protected]
· 16 years ago
6470ee8f
Revert dsh's change 10818
by
[email protected]
· 16 years ago
32c1471
Port DictionaryValue to use string16 instead of wstring.
by
[email protected]
· 16 years ago
41fb1d7
Get rid of wstring variants of StringToFoo.
by
[email protected]
· 16 years ago
b930d13
Update some comments/nits following r7486.
by
[email protected]
· 17 years ago
b4cebf8
Change the signature of JSONReader::Read() and related
by
[email protected]
· 17 years ago
88e72845
Add error messages to JSONReader and friends. This required a bit of refactoring to do cleanly. This CL doesn't actually use this capability anywhere except for unit tests. I will add that in a future CL.
by
[email protected]
· 17 years ago
6dce8ade
Remove the locale parameter from the StringToDouble and
by
[email protected]
· 17 years ago
4f2ad3f5
Make unit_tests pass with pt_BR.UTF-8 locale.
by
[email protected]
· 17 years ago
d46d6f3b
Fixes bug where JSON reader errored on reading vertical tabs (\v). The
by
[email protected]
· 17 years ago
c9ec454
by
[email protected]
· 17 years ago
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
d9023ab
Cross-platform portability fixes for JSONReader. Adds generic string-to-double parsing and tests in string_util.
by
[email protected]
· 17 years ago
e724599
Add a flag to JSONReader to allow trailing commas.
by
[email protected]
· 17 years ago
d7cae12
Add base to the repository.
by initial.commit
· 17 years ago