Adresa
:
[go:
nahoru
,
domu
]
Sign in
chromium
/
chromium
/
src
/
f3b599b9922b753585ed5bc6be9fe40dbea60ad0
/
base
/
json
0bf4769
Remove ManualConstructor usage from JSON parser.
by Daniel Cheng
· 7 years ago
76cee9c
Rewrite base::Value::GetType to base::Value::type on Linux
by jdoerrie
· 7 years ago
9532f25
Replace base::MakeUnique with std::make_unique in base/.
by Jeremy Roman
· 7 years ago
19cdc03
Remove base::Value::SetIntegerWithoutPathExpansion
by jdoerrie
· 7 years ago
ceea2b0
Remove JSON_DETACHABLE_CHILDREN option.
by Brett Wilson
· 7 years ago
a31c717
Replace invalid UTF-16 escape sequences
by Jonathon Kereliuk
· 7 years ago
51d82b24
Escape invalid code points
by sabbakumov
· 7 years ago
20abc56a
Fix potential buffer over-read errors for un-terminated JSON strings and comments.
by rsesek
· 7 years ago
686319f
Do not silently drop \u0000 in base::JSONReader
by reillyg
· 8 years ago
a5676c6
Reland of Change base::Value::ListStorage to std::vector<base::Value>
by jdoerrie
· 8 years ago
df600cd
Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ )
by rouslan
· 8 years ago
ebab0de
Change base::Value::ListStorage to std::vector<base::Value>
by jdoerrie
· 8 years ago
14b25da
Remove base::BinaryValue
by jdoerrie
· 8 years ago
cd8067b
Reland of Use base::flat_map for base::Value dictionary storage. (patchset #1 id:1 of https://codereview.chromium.org/2811043002/ )
by mkwst
· 8 years ago
c62d265
Revert of Use base::flat_map for base::Value dictionary storage. (patchset #3 id:40001 of https://codereview.chromium.org/2807953002/ )
by mkwst
· 8 years ago
8dd10d40
Use base::flat_map for base::Value dictionary storage.
by brettw
· 8 years ago
e067999a
Remove base::Value::CreateNullValue
by jdoerrie
· 8 years ago
122c4da
Remove base::StringValue
by jdoerrie
· 8 years ago
23972357
Remove base::FundamentalValue
by jdoerrie
· 8 years ago
29670c0
Improve the performance of the JSON parser.
by brettw
· 8 years ago
bef4f3a
Fix several potential buffer over-read errors in JSONParser::ConsumeNumber.
by rsesek
· 8 years ago
ee699e9
Prevent some string copies when sending Values to WebUI.
by brettw
· 8 years ago
6acf28d
Remove Custom StringValue implementations
by jdoerrie
· 8 years ago
f38f37b
Inline StringValue into base::Value
by jdoerrie
· 8 years ago
522533e1
Performance Tests for JSON Reader and Writer
by jdoerrie
· 8 years ago
cf889c7
Remove ScopedVector from base::JSONValueConverter
by leon.han
· 8 years ago
383b174
Increase the depth limit of JSONParser and IPC serialization from 100 to 200.
by joaodasilva
· 8 years ago
9bd0ed45
Add struct traits for base::Value.
by sammc
· 8 years ago
dc72ee94
Make base::Value::TYPE a scoped enum.
by jdoerrie
· 8 years ago
cc7f72d
Adds option for JSON reader to allow invalid utf characters
by sky
· 8 years ago
022c9c2d
json parser/writer correctness fuzzer
by aizatsky
· 8 years ago
1cbc7b45b
Remove some non-essential StringPiece->std::string conversion in base/
by lazyboy
· 8 years ago
ec7c3997e
Re-write many calls to WrapUnique() with MakeUnique()
by ricea
· 8 years ago
031a8f8
Remove more usage of the base::ListValue::Append(Value*) overload.
by dcheng
· 8 years ago
411f4fc
//base: Make ScopedTempDir::path() a GetPath() with a DCHECK
by vabr
· 8 years ago
617caed
In base::JSONParser, check IsValidCharacter before decoding ASCII/UTF-8.
by rsesek
· 8 years ago
cf9519fa
Remove unneeded base/stl_util.h includes in headers.
by thestig
· 8 years ago
16d6f53
Use StringPiece more in base::Value interfaces.
by dcheng
· 8 years ago
6b3de46
Cleanup base/json code.
by thestig
· 8 years ago
338b8829
Return a unique_ptr from BinaryValue::CreateWithCopiedBuffer.
by dcheng
· 8 years ago
cb60e70
Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store.
by dcheng
· 8 years ago
e6d1c78b
Convert callers of base::DeepCopy() to base::CreateDeepCopy() in //base
by dcheng
· 9 years ago
093de9b
Convert //base to use std::unique_ptr
by dcheng
· 9 years ago
19c6150
Fix tautologous DCHECK in base::internal::JSONParser.
by rsesek
· 9 years ago
33d6a19
Pass Manifest JSON paser error line and column number to console.
by horo
· 9 years ago
9b6f4293
Switch to standard integer types in base/.
by avi
· 9 years ago
c44e205
Move base GN subprojects into base.
by brettw
· 9 years ago
666f25f
Revert of Make base a static ibrary (patchset #3 id:40001 of https://codereview.chromium.org/1528233002/ )
by phoglund
· 9 years ago
89c7be62
Make base a static ibrary
by brettw
· 9 years ago
ca8571a9
GN: Build nacl_helper_nonsfi unit tests
by phosek
· 9 years ago
d0181f3
Remove kint32max.
by avi
· 9 years ago
7e3976a
Remove kint64min.
by avi
· 9 years ago
0c8d4aa
base: Use std::move() instead of Pass() for real movable types.
by danakj
· 9 years ago
4ec0dff
Switch to static_assert in base/.
by avi
· 9 years ago
3e9ca56
Deprecate *_EXPORT_PRIVATE macros.
by xhwang
· 9 years ago
ba04525
Make ValueDeserializer::Deserialize return scoped_ptr
by olli.raula
· 9 years ago
28fa72ab
Remove use of JSONReader::DeprecatedRead and friends from base
by olli.raula
· 9 years ago
47175a7
Use FRIEND_TEST_ALL_PREFIXES instead of FRIEND_TEST.
by thestig
· 9 years ago
7df07dc
Treat U+2028 and U+2029 as special code points when escaping for JSON.
by rsesek
· 9 years ago
d7de09a
Disallow escaped invalid Unicode characters in JSONParser.
by bauerb
· 9 years ago
b341306
Move more string_util functions to base namespace.
by brettw
· 9 years ago
ac85d0b
Remove ToUnsigned template.
by brettw
· 9 years ago
b09312b
Use scoped_ptrs in JSONReader::Read functions.
by estade
· 9 years ago
69505de
Change JSONReader::ReadToValue to return a scoped_ptr
by estade
· 9 years ago
8d04646
Convert JsonWriter::Write to taking a const ref for the in-param
by estade
· 9 years ago
a68b044
More base::Values-related bare pointer -> scoped_ptr conversions
by estade
· 9 years ago
bf21714b
Fix JSONStringEscapeTest.EscapeBytes on iOS.
by rohitrao
· 9 years ago
8dba5a5
base: Use scoped_ptr for ownership of pointers in unittests.
by danakj
· 9 years ago
7bc801fb
Add some more scoped_ptr functions in values.h
by estade
· 10 years ago
3371ab0
Removed obsolete float_util.h as VS2013 supports standards well enough.
by mateuszs
· 10 years ago
c0b00106
Update {virtual,override} to follow C++11 style in base.
by nick
· 10 years ago
dda803bd
De-duplicate BASE_IMPLEMENTATION define in the GN build.
by brettw
· 10 years ago
9099f49
Fix GN NaCl Debug build of base.
by ncbray
· 10 years ago
9fdfd05
base: Stop passing by non-const references in some more places.
by danakj
· 10 years ago
54a99450
Split ValueSerializer into separate Serializer and Deserializer classes.
by prashhir
· 10 years ago
a82ce4efc2
JSONStringValueSerializer takes a StringPiece instead of std::string&.
by mgiuca
· 10 years ago
4ea5490
JSONStringValueSerializer: Constructor argument must not be null.
by mgiuca
· 10 years ago
f16b59a
Log pref file size histogram on read rather than on write.
by gab
· 10 years ago
e5937ef
Fix shadowing warning in json_parser on VS2015
by scottmg
· 10 years ago
8aef3761
Standardize usage of virtual/override/final specifiers in base/.
by dcheng
· 10 years ago
7d09007e
Fixes for Clang plugin checks in base/
by dmichael
· 10 years ago
127772e
Allow C++11 Delegated Constructors.
by andersr
· 10 years ago
5648818
Standardize usage of virtual/override/final in base/
by dcheng
· 10 years ago
073d514d
Cleanup: Better constify some strings in base.
by thestig
· 10 years ago
805eabb
Convert ARRAYSIZE_UNSAFE -> arraysize in base/.
by viettrungluu
· 10 years ago
9e096de
replace OVERRIDE and FINAL with override and final in base/
by mostynb
· 10 years ago
9cf9b94
Fix more disabled MSVC warnings, base/ edition.
by pkasting
· 10 years ago
852bc07c
Recursively load mojo packages
by Brett Wilson
· 10 years ago
e3177dd5
Move file_util to base/files/ directory.
by brettw@chromium.org
· 10 years ago
e5c2a22e
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
by brettw@chromium.org
· 11 years ago
f690ed9
Fix build issues in base/ for Android x64
by yang.gu@intel.com
· 11 years ago
4d3cc01
Invalid JSON output when BinaryValue type present as part of input object.
by tsepez@chromium.org
· 11 years ago
e959b8dc
Fix braces and indentation in json_writer.cc prior as a precursor for subsequent modifications.
by tsepez@chromium.org
· 11 years ago
44ea531
JSONWriter cleanups falling out from optimization attempts.
by gab@chromium.org
· 11 years ago
bbe1571
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
by rsesek@chromium.org
· 11 years ago
11b366d
Revert of https://codereview.chromium.org/100823007/
by antrim@chromium.org
· 11 years ago
215d261
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
by rsesek@chromium.org
· 11 years ago
fb0777a
Clarify the interface of JSONStringValueSerializer::Deserialize which can only return JSONParseError codes as an error_code.
by gab@chromium.org
· 11 years ago
7eac0c3f
Let JsonDoubleQuote accept StringPiece
by wangxianzhu@chromium.org
· 11 years ago
82f84b9
Move ReadFileToString to the base namespace.
by brettw@chromium.org
· 11 years ago
Next »