1. 10d0a11 spanification: Add `#pragma allow_unsafe_buffers` to component/* by Arthur Sonzogni · 3 days ago main
  2. 6eed840 Remove comment from cbor::Value that it doesn't support floating point. by Matt Menke · 5 weeks ago
  3. 11e9440 Rewrite base::span fields into base::raw_span by Ali Hijazi · 7 weeks ago
  4. 7e827f6 Use NOTREACHED_IN_MIGRATION() in components/ by Peter Boström · 3 months ago
  5. 45874d5 Convert base::StringPiece to std::string_view in //components 1/5 by Helmut Januschka · 3 months ago
  6. 3be48d0 Migrate TODOs referencing old crbug IDs to the new issue tracker IDs by Alison Gale · 4 months ago
  7. f5a9e5a cbor: make `DiagnosticWriter` a little smarter. by Adam Langley · 5 months ago
  8. 8b30d97 [buganizer] Migrate DIR_METADATA components/c*, components/d* by Jeff Yoon · 6 months ago
  9. 194f933 `StrictNumeric` in `base::span::first(...)` and `last(...)`: Prep 1/N. by Lukasz Anforowicz · 6 months ago
  10. 6e9163e Rename {absl => std}::optional in //components/ by Arthur Sonzogni · 6 months ago
  11. 213863f Support for CBOR floating point values by Russ Hamilton · 1 year, 1 month ago
  12. c06a705 Use std::string::append(base::StringPiece) instead of decomposing by David Benjamin · 1 year, 2 months ago
  13. 716a26d Update copyright headers in components/ by Avi Drissman · 1 year, 11 months ago
  14. 155584f DanglingPtr: Mark all of them as untriaged [1/N] by Arthur Sonzogni · 2 years, 2 months ago
  15. f79dcbd Remove myself from component OWNERS files by Jochen Eisinger · 2 years, 3 months ago
  16. b45773c Migrate base::{size,empty,data} to STL equivalents in //components. by Daniel Cheng · 2 years, 5 months ago
  17. 6e77f26 Fix <ostream> IWYU for use with DCHECK(), part 1. by Tom Sepez · 2 years, 8 months ago
  18. 70ef0c2 Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`. by Keishi Hattori · 2 years, 8 months ago
  19. 701da4c cbor: Add allow_and_canonicalize_out_of_order_keys flag by Anastasiia N · 2 years, 9 months ago
  20. 6ab897e Remove unused "base/macros.h" in components/ by Peter Boström · 2 years, 9 months ago
  21. fb311d5 Replace DISALLOW_COPY_AND_ASSIGN in components/ by Peter Boström · 2 years, 11 months ago
  22. a063c26 Swap from base/stl_util.h to cxx17_backports.h in components/ .cc files. by Lei Zhang · 3 years, 2 months ago
  23. 9d6c30f Remove unneeded base/stl_util.h includes in components/ and ui/. by Lei Zhang · 3 years, 2 months ago
  24. 0f45c2c components: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 3 years, 3 months ago
  25. 9567ac5 Delete unused STL includes from components/ headers. by Lei Zhang · 3 years, 3 months ago
  26. 8370d50 [base] Remove base::StringPiece::as_string() usages. by Peter Kasting · 3 years, 3 months ago
  27. 9ebffe8 Added DIR_METADATA files to a batch of subfolders in //components/c… by Norman Rosas · 3 years, 8 months ago
  28. da40ce6 Remove/replace unnecessary includes of logging.h (components/) by Hans Wennborg · 4 years, 1 month ago
  29. 3287dea Remove/replace unnecessary logging.h includes in .cc files (components) by Hans Wennborg · 4 years, 3 months ago
  30. 1008f96 logging.h related include-what-you-use (components/) by Hans Wennborg · 4 years, 3 months ago
  31. a8bf294 cbor: Fix typedef struct naming for new CrOS Clang updates by Tiancong Wang · 4 years, 4 months ago
  32. 735f2b6 [base] Remove const iterator member functions from span by Jan Wilken Dörrie · 4 years, 5 months ago
  33. bfa4187 Remove more MSVC compat hacks by Nico Weber · 4 years, 6 months ago
  34. e0ba287 Reformat all gn files in /components/cbor. by Nico Weber · 4 years, 7 months ago
  35. 513ed50 Use WebBundleBuilder in WebBundleNetworkBrowserTest by Tsuyoshi Horo · 4 years, 7 months ago
  36. 07f21b5 OWNERS files updated with latest COMPONENT and TEAMS. by Eric Foo · 5 years ago
  37. f1db80b fido: implement UTF-8 string fixup for credentialManagement by Martin Kreichgauer · 5 years ago
  38. 4abc9fe device/fido: handle user-info truncation. by Adam Langley · 5 years ago
  39. b6226d7 device/fido: log outgoing CBOR messages. by Adam Langley · 5 years ago
  40. cbdca6e Use base::size rather than arraysize in components/. by Avi Drissman · 6 years ago
  41. 227e8c6 Rename CBOR files to match the newly renamed classes. by Adam Langley · 6 years ago
  42. ea66979 Remove CBOR prefix on CBOR{Reader|Writer|Value}. by Adam Langley · 6 years ago
  43. d139051 Worry over some nits in the CBOR reader. by Chris Palmer · 6 years ago
  44. 22f9f40 Don't `NOTREACHED` when handling malformed CBOR inputs. by Chris Palmer · 6 years ago
  45. 6f17813 Fix a typo in a comment. by Chris Palmer · 6 years ago
  46. 5ab73b2 Document `CBORReader`'s limitations and their reasons. by Chris Palmer · 6 years ago
  47. b94a000 Establish a new kind of SECURITY_OWNERS. by Chris Palmer · 6 years ago
  48. a7a5513 Replace the CanConsume pattern in components/cbor. by David Benjamin · 6 years ago
  49. c849f99 [fido] Use std::array for static sized containers by jdoerrie · 6 years ago
  50. a5e0e89 Revert CBORReader::ReadDataItemHeader by Kouhei Ueno · 6 years ago
  51. 7644cab cbor: use static checks to ensure that all cases are handled. by Adam Langley · 6 years ago
  52. efbe7eb cbor: comment that |SimpleValue| can be casted via |int|. by Adam Langley · 6 years ago
  53. 0f17d68 cbor: document some range bounds. by Adam Langley · 6 years ago
  54. 8f74b25 cbor: ensure that error codes are set iff parsing fails. by Adam Langley · 6 years ago
  55. 9c3fb89 cbor: have one Read function wrap the other. by Adam Langley · 6 years ago
  56. 9326f12 cbor: only need to check map value order. by Adam Langley · 6 years ago
  57. c1d4d0e cbor: CanConsume already sets the error code. by Adam Langley · 6 years ago
  58. a941ee5 CBORReader: CBOR array/map length should be treated as uint64_t by Kouhei Ueno · 6 years ago
  59. 938c390 CBORReader: Add CBORReader::DecodeDataItemHeader() by Kouhei Ueno · 6 years ago
  60. b9523a7 CBORReader: Add alternate ::Read() which allows extraneous data by Kouhei Ueno · 6 years ago
  61. 7d9db34 CBORReader: Add support for byte string keys. by Kouhei Ueno · 7 years ago
  62. e1cae4b CBORWriter: Add support for byte string keys. by Kouhei Ueno · 7 years ago
  63. 87f9f0e Add CBORValue::{,Get}BytestringFromString by Kouhei Ueno · 7 years ago
  64. 5259aa3 [jumbo] add missing include guards in //components by Mostyn Bramley-Moore · 7 years ago
  65. 6f724eb Change CBORReader::Read parameter to base::span. by Jun Choi · 7 years ago
  66. 06debad Add methods for creating boolean simple values by Jun Choi · 7 years ago
  67. 1dacf75 Migrate CBOR to components by Jun Choi · 7 years ago