Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

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