[go: up one dir, main page]

  1. 679b33a Format some files by David Benjamin · 3 days ago main
  2. 1b1bcbb Fix compilation of generated C++ with C++23 by David Benjamin · 8 days ago
  3. 4cbd5a1 Make depfile deterministic by Takuto Ikuta · 9 days ago
  4. 1ac1ec6 Introduce a template for protocol concatenation by Alex Rudenko · 4 weeks ago
  5. 07272ab Remove bailout upon explicit timestamp check from code_generator.py by Andrey Kosyakov · 8 weeks ago
  6. 5b3ac9e Remove unused deps var by Andrey Kosyakov · 8 weeks ago
  7. d5a1f09 Fix dependencies processing for PDL includes, take two by Andrey Kosyakov · 8 weeks ago
  8. 2524f07 Fix a KeyError when accessing domain.source by Alex Rudenko · 8 weeks ago
  9. c7686ec Produce deplist when generating protocol sources by Andrey Kosyakov · 8 weeks ago
  10. bdc11c1 Fix path import by Alex Rudenko · 3 months ago
  11. af7f5a8 Support includes in pdl files by Alex Rudenko · 3 months ago
  12. 6d1ae0f Use a fast path in JSONEncoder::HandleString8() for simple strings by Abhishek Shanthkumar · 6 months ago
  13. 940abfc Implement crdtp::span<> using std::span<>. by Tom Sepez · 8 months ago
  14. a43565b Add implicit crdtp::span<> construction from containers. by Tom Sepez · 8 months ago
  15. 69d69dd Remove Maybe by Alex Rudenko · 11 months ago
  16. 37f51b2 Generate std::unique_ptr<>/std::optional<> for optional types by Andrey Kosyakov · 11 months ago
  17. 0c3002e Remove PtrMaybe by Alex Rudenko · 11 months ago
  18. f43f751 Remove jinja_dir from build args by Alex Rudenko · 11 months ago
  19. ed67c42 Add PtrMaybe::get() to mimick std::unique_ptr<> by Andrey Kosyakov · 11 months ago
  20. b6c8dc1 Reland "Replace ValueMaybe with std::optional" by Alex Rudenko · 11 months ago
  21. 376561a Merge "Revert "Replace ValueMaybe with std::optional"" into main by Alex Rudenko · 11 months ago
  22. 1711dde Revert "Replace ValueMaybe with std::optional" by Andrey Kosyakov · 11 months ago
  23. 96ff2be Merge "Replace ValueMaybe with std::optional" into main by Andrey Kosyakov · 11 months ago
  24. 23a61e6 Fix build and docs by Alex Rudenko · 11 months ago
  25. 206e77c Replace ValueMaybe with std::optional by Alex Rudenko · 11 months ago
  26. a9a8758 Fix a typo in comment by Andrey Kosyakov · 11 months ago
  27. 8a411ff Fix Python3.13 DeprecationWarning in third_party/inspector_protocol. by Dirk Pranke · 11 months ago
  28. ccf6613 Pass crdtp::span to Binary::fromSpan. by danakj · 1 year, 1 month ago
  29. 2915aca Document that GetString16WireRep always has even length by David Benjamin · 1 year, 5 months ago
  30. 99e1956 Fix build with gcc12 by Milad Fa · 1 year, 6 months ago
  31. 57b6a6c Add alexrudenko@chromium.org as a backup owner by Alex Rudenko · 1 year, 6 months ago
  32. 64cc230 Optimize JSONEncoder::HandleString by Simon Zünd · 1 year, 6 months ago
  33. 0aa59d5 Mark JSONEncoder::Emit as inline by Simon Zünd · 1 year, 6 months ago
  34. 916f43c Fix missing operator* and a typo in value_or() by Andrey Kosyakov · 2 years, 3 months ago
  35. 8cfd837 Switch to using std::optional<> compatible accessors in generated files by Andrey Kosyakov · 2 years, 3 months ago
  36. bda9f63 Add std::optional-compatible accessors to Maybe<> by Andrey Kosyakov · 2 years, 3 months ago
  37. 692caf9 Fix missing includes in span.h by Alan Zhao · 2 years, 4 months ago
  38. 0376469 Add jinja_dir arg in gni file by Cheng Zhao · 2 years, 7 months ago
  39. 231d357 Misc minor cleanup in inspecpector_protocol/crdtp by Andrey Kosyakov · 2 years, 9 months ago
  40. dec7ec1 Change pdl.py to mode 644 back again by Andrey Kosyakov · 3 years ago
  41. 7e1e6e3 Update license boilerplate text by Andrey Kosyakov · 3 years ago
  42. 6901e55 Add missing include of <tuple> for protocol_core.h by Hans Wennborg · 3 years, 1 month ago
  43. 530a323 Merge "Introduce dependency checking" into main by Alex Rudenko · 3 years, 2 months ago
  44. d8c621e Produce correct CBOR envelope as per spec by Andrey Kosyakov · 3 years, 4 months ago
  45. 606d2d2 Remove the usage of [[nodiscard]] for now by Andrey Kosyakov · 3 years, 5 months ago
  46. 87e7589 Accept properly formed CBOR envelope tag as per spec by Andrey Kosyakov · 3 years, 5 months ago
  47. 0187bc7 Introduce SESSION_NOT_FOUND error by Yury Semikhatsky · 3 years, 6 months ago
  48. 6f1de63 Use python3 to run python scripts by Andrey Kosyakov · 3 years, 7 months ago
  49. bc288fb Check errors using return value of Deserialize(), not DeserializerState::status by Andrey Kosyakov · 3 years, 7 months ago
  50. 201d4b5 Remove base_string_adapter.{h,cc} by Andrey Kosyakov · 3 years, 8 months ago
  51. 614a8b6 Introduce dependency checking by Alex Rudenko · 3 years, 8 months ago
  52. c1f8b7a Support using embedder types instead of built-in Value & co by Andrey Kosyakov · 3 years, 8 months ago
  53. f087f7c Update chromium.googlesource.com links by Eric Willigers · 3 years, 9 months ago
  54. 5221cbf Merge "Support PY3 in convert_protocol_to_json.py" into main by Andrey Kosyakov · 3 years, 9 months ago
  55. 9a50bee Merge "[Code Health] Refactor base::Value usage in base_string_adapter." into main by Benedikt Meurer · 3 years, 9 months ago
  56. ef284f5 [Code Health] Refactor base::Value usage in base_string_adapter. by Benedikt Meurer · 3 years, 9 months ago
  57. bb50603 Do IWYU for STL libraries in inspector_protocol header templates. by Lei Zhang · 3 years, 9 months ago
  58. 42bc232 Support PY3 in convert_protocol_to_json.py by Victor Gomes · 3 years, 9 months ago
  59. 1bf30ed Fix memory leaks in DictionaryValue::cast() and ListValue::cast() by Benedikt Meurer · 3 years, 9 months ago
  60. 3245605 Fix typo in trailing namespace comment by David Sanders · 3 years, 10 months ago
  61. 9ed5b28 Erase file before opening to account for filename case change on non-case sensitive fs by Andrey Kosyakov · 4 years ago
  62. a40f115 Fix snake case conversion to properly handle abbreviaiton-only names by Andrey Kosyakov · 4 years ago
  63. e4af6c1 Treat abbreviations as a separate word when converting CamelCase to snake_case by Andrey Kosyakov · 4 years ago
  64. 9b24bff Remove SerializerTraits, which is no longer used by Andrey Kosyakov · 4 years ago
  65. d45d496 Extract std::string protocol traits for tests into a file of its own by Andrey Kosyakov · 4 years ago
  66. 91f1162 Roll deps for mini_chromium and buildtools by Andrey Kosyakov · 4 years ago
  67. 1a355c1 Remove std::string traits and Binary from base_string_adapter by Andrey Kosyakov · 4 years ago
  68. 79d3093 Fix compiler warning in crdtp/cbor.cc by Darshan Sen · 4 years, 2 months ago
  69. 32cf5f2 CodeHealth: Modernize base::Value code in inspector_protocol. by Morten Stenshorne · 4 years, 3 months ago
  70. 59675da Code health: Replace base::Value::GetAs* methods with Value::Get* versions by Alex Rudenko · 4 years, 3 months ago
  71. 35e8d2d [LSC] Remove base::string16 and base::char16 by Jan Wilken Dörrie · 4 years, 7 months ago
  72. c149e90 Move vector in PreSerialized constructor by Andrey Kosyakov · 4 years, 8 months ago
  73. 62c7be8 Fail deserializing DictionaryValue/Object if underlying value is not an object by Andrey Kosyakov · 4 years, 9 months ago
  74. 751c62b Fix python syntax error in pdl.py by Andrey Kosyakov · 4 years, 10 months ago
  75. 88c8137 Add comment to json conversion for base64-encoded binary by Yang Guo · 4 years, 10 months ago
  76. 94298ce crdtp: pass 0x7f in strings as is rather than loosing it by Andrey Kosyakov · 4 years, 10 months ago
  77. 351a2b7 Explicitly specialize Array<Binary> so that Binary is treated as value type by Andrey Kosyakov · 5 years ago
  78. 4f2c08a Merge "Fix standalone build of crdtp_test after rename of glue_test.cc to maybe_test.cc" by Andrey Kosyakov · 5 years ago
  79. 061034c IWYU: inspector protocol core uses std::lower_bound from algorithm by Jose Dapena Paz · 5 years ago
  80. fcb0adb Fix standalone build of crdtp_test after rename of glue_test.cc to maybe_test.cc by Jose Dapena Paz · 5 years ago
  81. 898aed4 Merge "Unified protocol type (de)serialization" by Andrey Kosyakov · 5 years ago
  82. 8ee5f97 Unified protocol type (de)serialization by Andrey Kosyakov · 5 years ago
  83. 8c11f01 Include base/check.h in test_platform.h by Hans Wennborg · 5 years ago
  84. b7cda08 Drop redundant std::move in inspector_protocol. by Johannes Henkel · 6 years ago
  85. c69cdc3 For the shallow parse of a DevTools message, allow "params": null. by Johannes Henkel · 6 years ago
  86. 8c2064e Introduce a crdtp/dispatch.{h,cc} library. by Johannes Henkel · 6 years ago
  87. 81ef742 Tweaks for emitting JSON. by Johannes Henkel · 6 years ago
  88. 1f2492b Update gni: ErrorSupport templates are removed. by Johannes Henkel · 6 years ago
  89. e4a97ba Remove ErrorSupport_.{h,cpp}.template as promised. by Johannes Henkel · 6 years ago
  90. 75c465e Drop && from Serializable::TakeSerialized() &&. by Johannes Henkel · 6 years ago
  91. e4ffb72 Merge "Implement crdtp::ErrorSupport, replacing the jinja2 template." by Johannes Henkel · 6 years ago
  92. dfd1d03 Implement crdtp::ErrorSupport, replacing the jinja2 template. by Johannes Henkel · 6 years ago
  93. 9fd0f91 Remove Parser_{h,cpp}.template as promised. by Johannes Henkel · 6 years ago
  94. 0e0a199 Remove the JSON parser and revamp Value::parseBinary. by Johannes Henkel · 6 years ago
  95. 0213a85 Add JsonEncoder tests for lone surrogates by Mathias Bynens · 6 years ago
  96. 607bfb8 Parse code point 0xffff correctly from UTF-8. by Johannes Henkel · 6 years ago
  97. 201330a Properly escape the 16 bit input character FFFF as \uffff. by Johannes Henkel · 6 years ago
  98. a84e91f Upon encountering a byte that's unexpectedly not ... by Johannes Henkel · 6 years ago
  99. 6361d06 Remove writeJSON / toJSONString from generated protocol types. by Johannes Henkel · 6 years ago
  100. ac6919e Merge "Remove Exported::writeBinary." by Johannes Henkel · 6 years ago