Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
chromium
/
src
/
main
/
base
/
json
/
json_writer.cc
ab2c6ac
Migrate absl variant.h and utility.h in base
by Victor Hugo Vianna Silva
· 8 months ago
aebcaea4
Stringify bools consistently
by Devon Loehr
· 9 months ago
4e477ef4
Reland "base/json: base::StringPiece -> std::string_view"
by Helmut Januschka
· 1 year, 9 months ago
b5d18e2
Revert "base/json: base::StringPiece -> std::string_view"
by Daniel Cheng
· 1 year, 9 months ago
c1bbf32e
base/json: base::StringPiece -> std::string_view
by Helmut Januschka
· 1 year, 9 months ago
e5fff99c
Rename {absl => std}::optional in base + everywhere. [Final]
by Arthur Sonzogni
· 1 year, 9 months ago
7088e153
Introduce `base::WriteJson` methods
by Jeroen Dhollander
· 2 years, 8 months ago
e4622aa
Update copyright headers in base/
by Avi Drissman
· 3 years, 2 months ago
3d1108de
Revert "Update copyright headers in base/"
by Daniel Cheng
· 3 years, 2 months ago
eccb7e81
Update copyright headers in base/
by Avi Drissman
· 3 years, 2 months ago
6b621cf
Reland "Fix comparisons between base::Value and string literals."
by Daniel Cheng
· 3 years, 6 months ago
62db638
Revert "Fix comparisons between base::Value and string literals."
by Glen Robertson
· 3 years, 6 months ago
2c977ec
Fix comparisons between base::Value and string literals.
by Daniel Cheng
· 3 years, 6 months ago
01d84c36
base: Fix pretty printed empty dict by JSONWriter
by Xiaohan Wang
· 3 years, 7 months ago
15c6d83f
Remove odd explicit std::string() construction in JSONWriter.
by Daniel Cheng
· 3 years, 9 months ago
8ac305b
Implement base::ValueView to reduce code duplication in base::JSONWriter
by Daniel Cheng
· 3 years, 9 months ago
a367fe5
Provide bespoke types for dictionaries and lists of base::Values.
by Daniel Cheng
· 3 years, 9 months ago
91148c1
Migrate base::Value::GetList() to base::Value::GetListDeprecated(): 2/N.
by Daniel Cheng
· 3 years, 10 months ago
01bac02
base/json: Use BUILDFLAG for OS checking
by Xiaohan Wang
· 3 years, 10 months ago
fbb9e56
Fix -Wimplicit-int-float-conversion: base/
by Peter Kasting
· 4 years, 5 months ago
0100896
Fix -Wloop-analysis warnings in base/.
by Peter Kasting
· 4 years, 5 months ago
073d2b8
[base] Remove base::Value::DEAD
by Alexander Timin
· 4 years, 7 months ago
c75c585
Ensure we don't revert a preallocation
by Dominic Battre
· 4 years, 9 months ago
3217993
JSONWriter should support adding non containers at max depth
by Chris Davis (EDGE)
· 5 years ago
3dece34
Ensure we protect against stack overflow in JSONWriter
by Chris Davis
· 6 years ago
a9c1364
//base: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
by Raul Tambre
· 7 years ago
e1b1f3a
[base] Add Dead Type to base::Value
by jdoerrie
· 7 years ago
fdea8be
Reland "Reland "[base] Harden base::JSONWriter::BuildJSONString""
by jdoerrie
· 7 years ago
155e681
Revert "Reland "[base] Harden base::JSONWriter::BuildJSONString""
by Ioana Pandele
· 7 years ago
3b214250
Reland "[base] Harden base::JSONWriter::BuildJSONString"
by Jan Wilken Doerrie
· 7 years ago
d61f09d65
Revert "[base] Harden base::JSONWriter::BuildJSONString"
by Tsuyoshi Horo
· 7 years ago
bbe71c7
[base] Harden base::JSONWriter::BuildJSONString
by jdoerrie
· 7 years ago
5ed06e7
Replace base::DoubleToString with base::NumberToString.
by Brett Wilson
· 8 years ago
a16212a5
Convert NULL and 0 to nullptr in base using clang-tidy.
by Ivan Kotenkov
· 8 years ago
76cee9c
Rewrite base::Value::GetType to base::Value::type on Linux
by jdoerrie
· 8 years ago
a5676c6
Reland of Change base::Value::ListStorage to std::vector<base::Value>
by jdoerrie
· 9 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
· 9 years ago
ebab0de
Change base::Value::ListStorage to std::vector<base::Value>
by jdoerrie
· 9 years ago
dc72ee94
Make base::Value::TYPE a scoped enum.
by jdoerrie
· 9 years ago
cb60e70
Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store.
by dcheng
· 9 years ago
9b6f4293
Switch to standard integer types in base/.
by avi
· 10 years ago
7e3976a
Remove kint64min.
by avi
· 10 years ago
8d04646
Convert JsonWriter::Write to taking a const ref for the in-param
by estade
· 11 years ago
f690ed9
Fix build issues in base/ for Android x64
by
[email protected]
· 12 years ago
4d3cc01
Invalid JSON output when BinaryValue type present as part of input object.
by
[email protected]
· 12 years ago
e959b8dc
Fix braces and indentation in json_writer.cc prior as a precursor for subsequent modifications.
by
[email protected]
· 12 years ago
44ea531
JSONWriter cleanups falling out from optimization attempts.
by
[email protected]
· 12 years ago
bbe1571
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
by
[email protected]
· 12 years ago
11b366d
Revert of https://codereview.chromium.org/100823007/
by
[email protected]
· 12 years ago
215d261
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
by
[email protected]
· 12 years ago
d529cb0
Use a direct include of strings headers in base/.
by
[email protected]
· 12 years ago
a4ea1f1
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/.
by
[email protected]
· 12 years ago
cf0e622
base: Move many JSONValueSerializer unit tests from chrome/common to base.
by
[email protected]
· 13 years ago
dfa049e
Move string_number_conversions to base/strings.
by
[email protected]
· 13 years ago
a899c0b0
Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser.
by
[email protected]
· 13 years ago
5d30f92bf
Correct const accessors in base/values.(h|cc), Part II (ListValue)
by
[email protected]
· 13 years ago
a61890e
Correct const accessors in base/values.(h|cc)
by
[email protected]
· 13 years ago
4abb460
JSONWriter cleanup: integrate pretty print into write options.
by
[email protected]
· 14 years ago
ba4fb5a
Add a new option to JSONWriter, which instructs it not to append '.0' or
by
[email protected]
· 14 years ago
2455393
Allow JSONWriter and JSONValueSerializer to ignore binary values when instructed to do so.
by
[email protected]
· 14 years ago
113d724
Revert 110021 - Broke CrOS compile
by
[email protected]
· 14 years ago
5f4b64f
Allow JSONWriter and JSONValueSerializer to ignore binary values when instructed to do so.
by
[email protected]
· 14 years ago
6782f83
iwyu: Include stringprintf.h where appropriate, part 1.
by
[email protected]
· 15 years ago
fb534c9
Rename Real* to Double* in values.* and dependent files
by
[email protected]
· 15 years ago
e7b418b
Convert DictionaryValue's keys to std::string (from wstring).
by
[email protected]
· 15 years ago
528c56d
Move the number conversions from string_util to a new file.
by
[email protected]
· 15 years ago
4dad9ad8
Many changes to DictionaryValues:
by
[email protected]
· 16 years ago
1c1c77a5
Submitting change from http://codereview.chromium.org/276029/show
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 (92%) from base/json_writer.cc]
047a03f
Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*
by
[email protected]
· 16 years ago
b81637c3
Use platform-appropriate newlines in JSON output.
by
[email protected]
· 16 years ago
d36519b
Add JSON-specific escaping, which has different rules from JS escaping.BUG=http://crbug.com/11431TEST=base_unittests.exe --gtest_filter=StringEscapeTest.Json*
by
[email protected]
· 17 years ago
3388d4c
DevTools: Introduce lightweight version of JSON serialization.
by
[email protected]
· 17 years ago
bcf60bb
Landing this patch for Jamesr.
by
[email protected]
· 17 years ago
8e50b60
revert broken change 10833
by
[email protected]
· 17 years ago
3a79b3c
Port DictionaryValue to use string16 instead of wstring.
by
[email protected]
· 17 years ago
6470ee8f
Revert dsh's change 10818
by
[email protected]
· 17 years ago
32c1471
Port DictionaryValue to use string16 instead of wstring.
by
[email protected]
· 17 years ago
e2219171
Change the string_escape functions to use string16 rather than wstring.
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
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
294300a
Portability fix for JSONWriter. gcc warns when the declaration order doesn't match the initialization order. Tossed in a couple of changes for better style guide conformance for good measure.
by
[email protected]
· 17 years ago
d7cae12
Add base to the repository.
by initial.commit
· 17 years ago