1. ab393d0 spanify: Renewed arrayification (X/43) by Kalvin Lee · 2 days ago main
  2. abecf9a dbus: Fix ResponseSender crash caused by lifetime mismatch by Xiyuan Xia · 4 weeks ago
  3. 144ef92 dbus: Add crash keys for ObjextProxy::OnCallMethod() by Ryo Hashimoto · 5 weeks ago
  4. 59f3f85 Migrate absl variant.h and utility.h in dbus by Victor Hugo Vianna Silva · 5 weeks ago
  5. b4b64ad dbus: Fix `ExportedObjectTest.NotSendingResponseCrash` by Xiyuan Xia · 6 weeks ago
  6. ad88974 Gardener: Disable NotSendingResponseCrash by Adithya Srinivasan · 6 weeks ago
  7. 798668c dbus: CHECK if a response is not sent after handling calls by Xiyuan Xia · 6 weeks ago
  8. 925f50f dbus: No infinite timeout calls on ChromeOS system daemon by Xiyuan Xia · 8 weeks ago
  9. d1e87fa Suppress unsafe_libc_call warning for initial identified files. by Tom Sepez · 3 months ago
  10. 73566df Document dbus::ObjectProxy error logging behavior by Lei Zhang · 3 months ago
  11. 6c77bec C++11 std::array rewrite for memory safety [17/19] by Arthur Sonzogni · 4 months ago
  12. fe1f69e Use std::string_view to construct dbus::ObjectPath by Reilly Grant · 5 months ago
  13. e869ad4 Use std::string_view in dbus::Bus::GetObjectProxy by Reilly Grant · 5 months ago
  14. 0db34cc Reland "Add wrapper around GDBusConnection." by Erik Jensen · 6 months ago
  15. ec01488 Revert "Add wrapper around GDBusConnection." by Dan H · 6 months ago
  16. d26a6ab Add wrapper around GDBusConnection. by Erik Jensen · 6 months ago
  17. e277eb4 Rewrite map pointer values to raw_ptr by Ali Hijazi · 6 months ago
  18. c4dc964 Migrate to NOTREACHED() in low-instance top dirs by Peter Boström · 7 months ago
  19. 5ee7d20 Add SecretPortalKeyProvider by Tom Anderson · 7 months ago
  20. 99920d0 dbus: Fix dbus::MessageWriter::AppendString bug by Chad Duffin · 9 months ago
  21. 3c0719d spanification: Add `#pragma allow_unsafe_buffers` to dbus/* by Arthur Sonzogni · 9 months ago
  22. a5149a9 dbus: Remove satorux@chromium.org from OWNERS by Satoru Takabayashi · 10 months ago
  23. ca46241 Use NOTREACHED_IN_MIGRATION() in the rest of src/ by Peter Boström · 11 months ago
  24. 1ba9ea5 Migrate TODOs referencing old crbug IDs to the new issue tracker IDs by Alison Gale · 12 months ago
  25. e9d2b21 dbus: Update comment of ObjectProxy::WaitForServiceToBeAvailable by Shintaro Kawamura · 1 year, 1 month ago
  26. 1ab1fbf Cleanup: Format <optional> include order. by Arthur Sonzogni · 1 year, 2 months ago
  27. c12f9a8 Rewrite std::set<T*> into std::set<raw_ptr<T, SetExperimental>> by Ali Hijazi · 1 year, 2 months ago
  28. 6782be7 [buganizer] Migrate DIR_METADATA for dbus/ by Jeff Yoon · 1 year, 3 months ago
  29. 0f93bb1 Convert MessageWriter APIs to base::span by David Benjamin · 1 year, 4 months ago
  30. e179a23 Replace base::StringPiece in //dbus with std::string_view by Hyowon Kim · 1 year, 5 months ago
  31. 9ceaeb4 Rename {absl => std}::optional in minor top-level dirs by Arthur Sonzogni · 1 year, 5 months ago
  32. 70829a8 Enable wexit_time_destructors config in //dbus by Lei Zhang · 1 year, 7 months ago
  33. 2d13de3 Fix dangling pointers in DBus during Shutdown. by Arthur Sonzogni · 1 year, 8 months ago
  34. 508ddd0 [dbus] Use base::Contains() instead of std::find() in //dbus by Ho Cheung · 1 year, 8 months ago
  35. 85011e5 [CrOS Cellular] Emit DBus results for eSIM installation attempts by Nikhil Nayunigari · 1 year, 9 months ago
  36. 28bd1a7 Rename DanglingAcrossTasks to AcrossTasksDanglingUntriaged by Pâris · 1 year, 9 months ago
  37. 3a31089 Merge ObjectProxy::CallMethodAndBlock{,WithErrorDetails}. by Hidehiko Abe · 1 year, 9 months ago
  38. eb4edf3 Get rid of Error out param from SendWithReplyAndBlock. by Hidehiko Abe · 1 year, 10 months ago
  39. 0eab7c9 Introduce dbus::Error. by Hidehiko Abe · 1 year, 10 months ago
  40. 955f069 Annotate all Across tasks dangling raw_ptrs by Pâris · 1 year, 10 months ago
  41. 4b1a127 Annotate Cross task dangling pointers detected on Linux builds by Pâris · 1 year, 10 months ago
  42. 8d2f6f3 DanglingPointer: annotate for unittests base+linux [1/N] by Arthur Sonzogni · 1 year, 11 months ago
  43. ccdf2bd Replace base::GUID uses with base::Uuid (222/N) by Claudio DeSouza · 2 years ago
  44. 3f55de1 [Code Health] Remove expired DBus histograms by Sergii Bykov · 2 years ago
  45. 70fce44 Remove expired histograms DBus.ExportedMethodHandleSuccess, DBus.ExportedMethodHandleTime, DBus.SignalSendTime by Ari Chivukula · 2 years, 2 months ago
  46. b57c13b Update header includes for /base/functional in /d*, /e*, /f* by Avi Drissman · 2 years, 3 months ago
  47. c0b7285 task posting v3: remove includes of runner handles and IWYU task runners by Sean Maher · 2 years, 3 months ago
  48. bbdab93 Update comment to use correct base::Value types by Joseph Park · 2 years, 3 months ago
  49. 785cb59 DanglingPtr: Mark all of them as untriaged [20/N] by Ali Hijazi · 2 years, 4 months ago
  50. 1c3a1d7 [BRP] Apply raw_ptr rewriter for linux by Keishi Hattori · 2 years, 5 months ago
  51. 263d56b Migrate dbus/values_util.cc to new base::Value APIs. by Matt Menke · 2 years, 5 months ago
  52. b098b0c Task posting v3: refactor base::PostTaskAndReplyWithResult by Sean Maher · 2 years, 5 months ago
  53. 6332cde task posting v3: moving away from SequencedTaskRunnerHandle by Sean Maher · 2 years, 5 months ago
  54. 69b8a2e Update copyright headers in dbus/ by Avi Drissman · 2 years, 7 months ago
  55. 5256d5f Fix typos for the word "propagated". by Lei Zhang · 2 years, 7 months ago
  56. 9fd9a23 Reland "[Code Health] Replace base::DictionaryValue in device/bluetooth/dbus" by Nan Lin · 2 years, 9 months ago
  57. 4b6c209 Revert "[Code Health] Replace base::DictionaryValue in device/bluetooth/dbus" by Nan Lin · 2 years, 9 months ago
  58. de953e9 [Code Health] Replace base::DictionaryValue in device/bluetooth/dbus by Nan Lin · 2 years, 9 months ago
  59. 4b9c066 DanglingPtr: Mark all of them as untriaged [2/N] by Arthur Sonzogni · 2 years, 10 months ago
  60. 58db210 Rewrite raw pointer fields to use raw_ptr<T> for linux by Keishi Hattori · 2 years, 10 months ago
  61. 966dee0 [base] Undo erroneous IWYU of time.h in presence of base::Thread by Gabriel Charette · 3 years, 1 month ago
  62. e2b8328 [base] IWYU for base::Time by Gabriel Charette · 3 years, 1 month ago
  63. 13aa8e0 Add missing includes of waitable_event.h by David Sanders · 3 years, 1 month ago
  64. d236797 Fix typos in //dbus/bus.h by David Sanders · 3 years, 2 months ago
  65. d0bc545 Migrate base::{size,empty,data} to STL equivalents in //dbus. by Daniel Cheng · 3 years, 2 months ago
  66. 94b5163 Migrate base::Value::GetList() to base::Value::GetListDeprecated(): 2/N. by Daniel Cheng · 3 years, 2 months ago
  67. 4e5b159 Modernize usage of base::Value in //dbus by Tom Anderson · 3 years, 3 months ago
  68. 84fda1d [Code Health] Replace Value::GetAsList with GetList by Viktor Semeniuk · 3 years, 4 months ago
  69. 4949501 dbus: Remove ObjectProxy crash debugging code by Xiyuan Xia · 3 years, 5 months ago
  70. 4f0fddb Remove most remaining unused "base/macros.h" by Peter Boström · 3 years, 5 months ago
  71. e060fb7 Remove all DISALLOW_COPY_AND_ASSIGNs by Peter Boström · 3 years, 6 months ago
  72. ac25455 Replace base/task/ temporary forward headers with their final locations by Patrick Monette · 3 years, 6 months ago
  73. 8979cdf dbus: Make Bus::Option movable by Ryo Hashimoto · 3 years, 6 months ago
  74. 8983186 [dbus] Added constructor for complex class. by Andres Medina · 3 years, 6 months ago
  75. 4e08a96 Replace task-related headers to their equivalent in base/task/ by Patrick Monette · 3 years, 6 months ago
  76. d921dd1 Migrate "base::TimeDelta::FromX" to "base:X". by Peter Kasting · 3 years, 7 months ago
  77. 575ae34 Update base::DoNothing() / base::NullCallback() to use a type tag. by Daniel Cheng · 3 years, 7 months ago
  78. c3e2795 [dirmd] Use metadata mixins by Nodir Turakulov · 3 years, 7 months ago
  79. e2d64d0 Script remove more DISALLOW_COPY_AND_ASSIGNs by Peter Boström · 3 years, 7 months ago
  80. 850259e dbus: Add IsInterfaceRegistered to ObjectManager by Abhishek Pandit-Subedi · 3 years, 8 months ago
  81. fd3578d Use scopers instead of SetIOAllowed() where scope is trivial by Gabriel Charette · 3 years, 9 months ago
  82. f5d2fee [CodeHealth] Remove the ListValue usage from ValuesUtilTest. by Maggie Cai · 3 years, 9 months ago
  83. 5b64e4b Swap base/stl_util.h to base/cxx17_backports.h in many files. by Lei Zhang · 3 years, 10 months ago
  84. 4abd960 dbus: CHECK whether ReplyCallbackHolder lose callback by Xiyuan Xia · 3 years, 10 months ago
  85. 83a661d dbus: Crash and log null response_callback in OnCallMethod by Xiyuan Xia · 3 years, 10 months ago
  86. 51ddc07 [owners] Ensure OWNERS file ends with newline in // by Sylvain Defresne · 3 years, 11 months ago
  87. 88a439e dbus:Crash when ObjectProxy::CallMethod called with a null callback by Xiyuan Xia · 3 years, 11 months ago
  88. f8ef8ad [COIL] Change chromium code search type links to use main rather than master for dbus by John Palmer · 3 years, 11 months ago
  89. 5b940af Remove unneeded base/stl_util.h includes in various dirs. by Lei Zhang · 4 years ago
  90. 87d1059 CodeHealth: Remove use of DictionaryValue::SetWithoutPathExpansion by Song Fangzhen · 4 years ago
  91. f4d4d10 Remove base::ListValue::AppendDouble by Anders Hartvoll Ruud · 4 years ago
  92. 718a0fd Obtain lock state from DBus instead of X11 by Tom Anderson · 4 years ago
  93. b78aa10 Adapt /dbus to move-only thread options. by Olivier Li · 4 years ago
  94. 38b7a65 [CodeHealth] Remove uses of ListValue::begin()/end() in /dbus. by David Bertoni · 4 years ago
  95. 81cc828 CodeHealth: Remove use of Value::GetAsDouble by Ayu Ishii · 4 years ago
  96. f17a02e CodeHealth: Remove use of Value::GetAsBoolean by Ayu Ishii · 4 years ago
  97. 3e800cd CodeHealth: Remove use of Value::GetAsInteger by Minoru Chikamune · 4 years ago
  98. 1a00d8d Apply modernize-make-unique for ChromeOS by Peter Boström · 4 years ago
  99. 1bcc508 Do not return std::unique_ptr<T>() in various dirs. by Lei Zhang · 4 years ago
  100. aaba9c8 ozone/wayland: launch dbus for tests with Wayland by Maksim Sisov · 4 years, 1 month ago