[go: nahoru, domu]

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