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