1. d7b8bb3 Remove superfluous <map> includes from //components headers by Lei Zhang · 5 days ago main
  2. a31ac80 Convert to UNSAFE_TODO in components [1/4] by Arthur Sonzogni · 10 days ago
  3. 5b15d3d spanification: Clean up unneeded parameters in components by Stephen Nusko · 12 days ago
  4. 3df3c1e Remove uses of BodyAsStringCallbackDeprecated (components/, pt. 1) by Andrew Williams · 3 weeks ago
  5. afda3f2 Remove superfluous callback.h includes from //components headers by Lei Zhang · 4 weeks ago
  6. eb99b40 Remove superfluous file_util.h includes in //components by Lei Zhang · 5 weeks ago
  7. 1525aa2 Suppress initial set of unique_ptr<T[]>::operator[] unsafe warnings by Tom Sepez · 6 weeks ago
  8. d9717c2 Swap ref_counted.h for scoped_refptr.h when appropriate in //components by Lei Zhang · 7 weeks ago
  9. cfbf4cc Remove unnecessary //build/config/features.gni imports by Lei Zhang · 8 weeks ago
  10. 9afb451 Prepare to remove base::JSONReader::ReadDict's parsing option default by Daniel Cheng · 3 months ago
  11. f02ce3e assistant: clean up code 16 of N by Xiaohui Chen · 3 months ago
  12. 261625e components: Migrate BASE_FEATURE macros to 2-argument version by Xiaohan Wang · 3 months ago
  13. b8a709a Introduce and use `AssociateGoogleVariationIDForTesting`. by Alexei Svitkine · 3 months ago
  14. 278b0e1 Remove some deprecated base::JSONWriter::Write() calls in //components by Lei Zhang · 3 months ago
  15. d3c9525 Rename variations::testing namespace to variations::test. by Roger McFarlane · 3 months ago
  16. 4673b8d Refactor: Move ScopedVariationsIdsProvider into variations::test. by Roger McFarlane · 3 months ago
  17. 18ff674 Add some missing includes of http_response_headers.h by David Sanders · 3 months ago
  18. a19a26c Replace ternary with logical expressions in //components by Ho Cheung · 4 months ago
  19. 9348f60 redaction_tool: narrow down the regex search for Bluetooth HID device by Michael Sun · 4 months ago
  20. b3e553c redaction_tool: Redact Bluetooth HID device names by Michael Sun · 4 months ago
  21. 05c444d Fix unsafe buffer usage in components/feedback/redaction_tool/ip_address.cc by Ali Hijazi · 4 months ago
  22. 1cee3f2 Rewrite --force unsafe buffers pragmas in components/ by Tom Sepez · 4 months ago
  23. a93dac0 Added feature params for product id and category tag for listnr feedbacks by Baran Erfani · 4 months ago
  24. 40b01d2 spanification: automatically spanify various pointers by Stephen Nusko · 4 months ago
  25. fd32da3 Rework allow_unsafe pragmas in components/ by Tom Sepez · 5 months ago
  26. 445bb3e [exit-time-destructors] Exclude target with warnings by Claudio DeSouza · 5 months ago
  27. 6ba4845 Added support for sending minimal feedbacks with actor journals by Baran Erfani · 5 months ago
  28. 3863038 Added support for arbitrary binary data in components/feedback by Baran Erfani · 5 months ago
  29. f7f6a81 Include base/strings/string_view_util.h for base::as_string_view() by Daniel Cheng · 6 months ago
  30. 7412139 Remove superfluous includes for gurl.h in //components headers by Lei Zhang · 7 months ago
  31. 800f2c8 Modernize equality operators by Jan Keitel · 7 months ago
  32. 703a672 spanification: remove `#pragma allow_unsafe_buffers` where unneeded by Stephen Nusko · 8 months ago
  33. b4ed8ee spanify: Renewed arrayification (X/43) by Kalvin Lee · 8 months ago
  34. 3cd24d2 Make afakhry@ a LAST_RESORT_SUGGESTION owner by Ahmed Fakhry · 9 months ago
  35. 3607121 Cleanup at exit destructors in chromium by Chris Davis · 9 months ago
  36. 78454f0 Stringify bools consistently by Devon Loehr · 9 months ago
  37. 89e8381 coral: add product ID by Xiaodan Zhu · 11 months ago
  38. 1132278 Suppress unsafe_libc_call warning for initial identified files. by Tom Sepez · 11 months ago
  39. 07a0bc1 [cleanup] Replace base::ranges with std::ranges: components/ by Peter Kasting · 11 months ago
  40. 95f8964 feedback: Add Scanner feedback product ID by Michael Cui · 11 months ago
  41. b66801b feedback: Add ability to specify custom image MIME type by Michael Cui · 11 months ago
  42. 54b7190 C++11 std::array rewrite for memory safety [4/19] by Arthur Sonzogni · 1 year ago
  43. f952333 Use is_chromeos in //components/{feed|feedback|filename_generation .. by Maksim Sisov · 1 year ago
  44. 6731ced RedactionTool: reuse the ipv4 RE by Steven Bennetts · 1 year, 1 month ago
  45. 6dc65d0 components: default the user-defined empty ctor and dtor where possible by Sorin Jianu · 1 year, 2 months ago
  46. 91791b8 Deprecate UMA Histogram Medium Times macro. by Arkadiusz Tomczak · 1 year, 2 months ago
  47. 221a3b3 components: default the user-defined empty ctor and dtor where possible by Sorin Jianu · 1 year, 2 months ago
  48. 8984ed0 RedactionTool: Use context for IPv4 addresses. by Steven Bennetts · 1 year, 2 months ago
  49. 511893a Remove stray const when passing std::string_view arguments. by Tom Sepez · 1 year, 2 months ago
  50. 0340487 Remove Lacros support from feedback tools, part 3 by Georg Neis · 1 year, 2 months ago
  51. e779cbe Update cros-feedback-app@ to cros-device-enablement@ by Chad Duffin · 1 year, 2 months ago
  52. df7922b RedactionTook: Format file and move macros by Steven Bennetts · 1 year, 3 months ago
  53. 2f21067 OWNERS and WATCHLISTS updates: by xiangdong kong · 1 year, 3 months ago
  54. 0ede3a4 lobster: implement feedback by Chuong Ho · 1 year, 4 months ago
  55. 2f5f229 recorder: Change AI feedback product ID to be CrOS by Pi-Hsun Shih · 1 year, 4 months ago
  56. 67a76f7 Convert base::WriteFile by Dave Tapuska · 1 year, 4 months ago
  57. e4429ba spanification: Add `#pragma allow_unsafe_buffers` to component/* by Arthur Sonzogni · 1 year, 5 months ago
  58. 585bd3b Turn iterator _!=_->end() DCHECK() into CHECK() for components/feedback by Alex Gough · 1 year, 5 months ago
  59. 7eb9e75 Remove unneeded StringPiece header usage by Helmut Januschka · 1 year, 5 months ago
  60. 7c94356 Remove [email protected] from components/feedback/OWNERS by Owners Cleanup · 1 year, 6 months ago
  61. ba82092 [CC Number Validation Target] Common validator in redaction tool (8/8) by Christoph Schlosser · 1 year, 6 months ago
  62. e5567bd [Verve] Update the validation checks for Verve cards by Vipul Vinod Koul · 1 year, 7 months ago
  63. 8134351 Redaction Tool: Redaction Tool Caller Metric: Breakdown the Feedback Tool and Crash Tool metrics into components for easier analysis. by Rohit Kapoor · 1 year, 7 months ago
  64. 25171ae Convert base::StringPiece to std::string_view in //components 5/5 by Helmut Januschka · 1 year, 7 months ago
  65. ce76a4f Redaction Tool: RedactionToolCaller metric: Adding an entry for Crash Tool and deprecating the entry for browser system logs since they map to Feedback tool by Rohit Kapoor · 1 year, 7 months ago
  66. 50389a9 Reland "Spanify base::RefCountedMemory" by danakj · 1 year, 8 months ago
  67. c66245c Revert "Spanify base::RefCountedMemory" by Nidhi Jaju · 1 year, 8 months ago
  68. 4bb009e Spanify base::RefCountedMemory by danakj · 1 year, 8 months ago
  69. 5ff6e65 Migrate TODOs referencing old crbug IDs to the new issue tracker IDs by Alison Gale · 1 year, 8 months ago
  70. 65279eb Minor update to the order of checks to absorb previous comment by Rohit Kapoor · 1 year, 8 months ago
  71. 320d0e2 Remove ex-Googler mutexlox from OWNERS, etc by Ian Barkley-Yeung · 1 year, 8 months ago
  72. e53be87 [Feedback] Add fields to feedback report by Alex Kingsborough · 1 year, 9 months ago
  73. 75c3d14 Modernize feedback_util functions by Lei Zhang · 1 year, 9 months ago
  74. 2a505b5 p13n: improve feedback (5/N) merge two metadata fields by Jerry Liu · 1 year, 9 months ago
  75. bf99f8c [Mahi] set mahi feedback product id by Xinglong Luan · 1 year, 9 months ago
  76. 2a47669 autofill: remove unnecessary include from browser_test_base.h by Takuto Ikuta · 1 year, 10 months ago
  77. d927ff4 Rename {absl => std}::optional in //components/ by Arthur Sonzogni · 1 year, 11 months ago
  78. cb62694 redaction_tool: Redact GSC dev ids, serial, and memory dumps. by Brian Granaghan · 1 year, 11 months ago
  79. 58689d3 Reland^2 "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 1 year, 11 months ago
  80. e0fbbf7 Revert "Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'"" by Jeremie Boulic · 1 year, 11 months ago
  81. 69656bd p13n: add sea pen feedback dialog by Jerry Liu · 1 year, 11 months ago
  82. f5fd7cf Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 1 year, 11 months ago
  83. bc9d0f5 Revert "Automated T* -> raw_ptr<T> rewrite "refresh"" by Brian Sheedy · 1 year, 11 months ago
  84. f29b3e8 Automated T* -> raw_ptr<T> rewrite "refresh" by Bartek Nowierski · 1 year, 11 months ago
  85. c118372 redaction tool : add metrics about the caller of the tool by Rohit Kapoor · 1 year, 11 months ago
  86. 9221ba5 Avoid sending variations for Orca product ID. by Darren Shen · 2 years ago
  87. fe8b255 [Code Health] Remove some uses of base::SupportsWeakPtr. by David Bertoni · 2 years ago
  88. 9c0bdd5 [Code Health] Remove some uses of base::SupportsWeakPtr. (11) by David Bertoni · 2 years ago
  89. a0403d6 redaction_tool: Redact partial user id hashes from cryptohome device names by Matthias Kaehlcke · 2 years ago
  90. d466f08 Enhanced feedback part 4: use browser product id for certain flow by Yuheng Huang · 2 years ago
  91. c6eecb0 Fix header guards in components/. by shaochenguang · 2 years, 1 month ago
  92. 0622a19 Enhanced feedback dialog part 2 by Yuheng Huang · 2 years, 1 month ago
  93. 93e3025 Enhanced feedback dialog Part 1 by Yuheng Huang · 2 years, 1 month ago
  94. 72f81c0 Don't set feedback proto URL field if URL is empty. by Darren Shen · 2 years, 2 months ago
  95. 0707cc0 Add feedback mechanism for Orca. by Darren Shen · 2 years, 2 months ago
  96. eb5e349 Peripherals: Update DIR_METADATA coverage by Michael Checo · 2 years, 2 months ago
  97. ba31f3f redaction_tool: Add support for lsusb's and usbguard's output as serial nums. by Benson Leung · 2 years, 3 months ago
  98. fe62899 redaction_tool: Do not match line breaks in PSM ID by seobrien · 2 years, 3 months ago
  99. 907a6c4 redaction_tool: Add LVM UUIDs by Sarthak Kukreti · 2 years, 3 months ago
  100. 6e0ba81 redaction_tool: modified the regex capturing URLs by xiangdong kong · 2 years, 3 months ago