1. da17e18 dbus: Add API for array of ints by Abhishek Bhardwaj · 6 years ago
  2. 76f3652 dbus: Clang format files by Abhishek Bhardwaj · 6 years ago
  3. 50eaa29 Mock more methods of dbus::Bus in dbus::MockBus. by Ben Chan · 6 years ago
  4. e86d049 [MessageLoop] Fix message_loop.h includes by Gabriel Charette · 6 years ago
  5. abf1057 Chrome style plugin: enable virtual specifier checks for Gmock objects in //dbus. by Daniel Cheng · 6 years ago
  6. 28c6d5a dbus: Don't DCHECK unexpected message type, but ignore it by Sonny Sasaka · 6 years ago
  7. 21ace6d Disable some SignalSenderVerificationTests. by Lei Zhang · 6 years ago
  8. 67b5813 dbus: Make MockObjectManager useful by Sonny Sasaka · 6 years ago
  9. 12e049c Replace std::unordered_map with std::map for dbus::Property by Sonny Sasaka · 6 years ago
  10. d7c12fb dbus: Filter signal by the sender we are interested in only. by Sonny Sasaka · 6 years ago
  11. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  12. 1181b42 Remove some use of base::Passed by Claudio DeSouza · 6 years ago
  13. 88430fa Add missing #includes (IWYU). by Peter Kasting · 6 years ago
  14. 0dd05ce Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive. by François Degros · 6 years ago
  15. 9b8647c Convert base::UInt64ToString to base::NumberToString by Daniel Cheng · 7 years ago
  16. bd836f1 Replace base::DoubleToString with base::NumberToString. by Brett Wilson · 7 years ago
  17. 635e890 Run clang-tidy modernize-use-equals-{delete,default} on //dbus by Chris Watkins · 7 years ago
  18. fb4bdf4 Delete callback for CallMethod always on the origin thread. by Hidehiko Abe · 7 years ago
  19. 333256c dbus: replace NULL with nullptr by Ben Chan · 7 years ago
  20. df19e68 dbus: remove space between right angle brackets in template types by Ben Chan · 7 years ago
  21. ed9daa6 Remove base::ThreadRestrictions::AssertIOAllowed. by Francois Doray · 7 years ago
  22. fb4fdb4 Introduce CallMethodWithErrorResponse(). by Hidehiko Abe · 7 years ago
  23. 2e74917 dbus: replace base::MakeUnique with std::make_unique by Ben Chan · 7 years ago
  24. 703169d Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 7 years ago
  25. 61ab06d dbus: Check ObjectPath's validity in objects' ctors by Ryo Hashimoto · 7 years ago
  26. 30ac237 dbus: Always append valid bool values by Ryo Hashimoto · 7 years ago
  27. 4ff0cf4 Move instance management to D-Bus thread. by Hidehiko Abe · 7 years ago
  28. baabdc7 dbus: Use more OnceCallbacks in ObjectProxy by Ryo Hashimoto · 7 years ago
  29. 1f025e6 Use more C++11 code in dbus/. by Hidehiko Abe · 7 years ago
  30. 2c0ad2e Remove base::Value::SetDoubleWithoutPathExpansion by jdoerrie · 7 years ago
  31. c6b8178 Remove base::Value::SetIntegerWithoutPathExpansion by jdoerrie · 7 years ago
  32. 45c13a7 Remove base::Value::SetBooleanWithoutPathExpansion by jdoerrie · 7 years ago
  33. 0102c16 dbus: Let ObjectProxy::CallMethod() take OnceCallback by Ryo Hashimoto · 7 years ago
  34. fc5d595 Use WeakPtr to simplify the DBUS Timeout helper. by Wez · 7 years ago
  35. 8422130 Remove unnecessary indirection for old gmock. by Hidehiko Abe · 7 years ago
  36. a7cddb4 [spelling] existance to existence by dschuyler · 7 years ago
  37. be3a2ae Remove raw DictionaryValue::Set by jdoerrie · 7 years ago
  38. 92a162d Remove raw base::DictionaryValue::SetWithoutPathExpansion by jdoerrie · 7 years ago
  39. 20173f6 Misc refactoring of SessionManagerClient. by hidehiko · 7 years ago
  40. 0791de9 Rename TaskRunner::RunsTasksOnCurrentThread() in //dbus, //chromeos, //ppapi by peary2 · 7 years ago
  41. da269b1 Spell success correctly. by thestig · 7 years ago
  42. 0a9b782 Add missing IWYU message_loop.h includes. by gab · 7 years ago
  43. 13ef337 dbus: Stop collecting DBus.RejectedSignalCount histogram by hashimoto · 7 years ago
  44. c4aba52 Migrate to base::FileDescriptionWatcher in dbus/bus.cc. by fdoray · 7 years ago
  45. 4518400 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  46. 7ce5d82 Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 7 years ago
  47. 0143ef0 Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  48. 4afa8ba Remove usage of USE_SYSTEM_PROTOBUF by thomasanderson · 7 years ago
  49. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  50. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  51. 5fb0a91 Use the location where FileDescriptorWatcher is created to track the libevent handlers by ssid · 7 years ago
  52. 9481ed8 Migrate desktop Linux to histogram_macros.h include. by asvitkine · 7 years ago
  53. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  54. 53fa515 Cleanup remaining class/struct fwd declarations by jbriance · 8 years ago
  55. 6558aab bluetooth: Expose missing advertise data by puthik · 8 years ago
  56. a948a62 Update dbus_statistics to use C++11 more effectively, remove obsolete stl_util use. by avi · 8 years ago
  57. 90fd20c bluetooth: Expose service data from BlueZ by puthik · 8 years ago
  58. 9f6266c dbus: Mock MockObjectProxy::SetNameOwnerChangedCallback(). by derat · 8 years ago
  59. 6550fcf dbus: Remove dbus::FileDescriptor by hashimoto · 8 years ago
  60. 4ad0b68 dbus: Make ObjectManager get objects after service is ready. by derat · 8 years ago
  61. 1a4a2e5 dbus: Rewrite ObjectProxy::CallMethodWithErrorCallback's comment by hashimoto · 8 years ago
  62. 702ec85 Remove GYP files from some smaller toplevel dirs. by brettw · 8 years ago
  63. 851719c Remove calls to deprecated MessageLoop methods on Windows and Linux. by fdoray · 8 years ago
  64. dac22fb No dbus::FileDescriptor in DebugDaemonClient by hashimoto · 8 years ago
  65. 5f4ec70 chromeos: Avoid org.neard.Manager D-Bus log spam. by derat · 8 years ago
  66. af1e712 dbus: Use stl utilities from the base namespace by skyostil · 8 years ago
  67. 05e85b3 Improve dbus::ObjectProxy::WaitForServiceToBeAvailable docs. by derat · 8 years ago
  68. d34de9b Use ThreadTaskRunnerHandle::Get() in dbus. by fdoray · 8 years ago
  69. 7219b06 Rewrite simple uses of base::ListValue::Append() taking a raw pointer var. by dcheng · 8 years ago
  70. 340e3eb Remove base/move.h by dcheng · 8 years ago
  71. 7c7fa42 Revert of Remove base/move.h (patchset #4 id:60001 of https://codereview.chromium.org/2038273002/ ) by tzik · 8 years ago
  72. d9f786e Remove base/move.h by dcheng · 8 years ago
  73. ef1ad82 Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //dbus by dcheng · 8 years ago
  74. d7e26bc Migrate WaitableEvent to enum-based constructor in dbus/ by gab · 8 years ago
  75. 6ad83f3 Change PopDataAsValue to return a std::unique_ptr. by dcheng · 8 years ago
  76. 1fa44fb Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 8 years ago
  77. 30c5a17 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  78. 787159f Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 8 years ago
  79. ef0f837 dbus changes: add SetGlobalOutputChannelRemix support by warx · 8 years ago
  80. 5dc27f9 Remove logging::LogAtLevel and rewrite its sole caller. by jbroman · 8 years ago
  81. 07a9c42 dbus: Run dbus_unittests parallelly by hashimoto · 8 years ago
  82. f4a4c0d dbus: Use randomly generated string as a TestService's service name by hashimoto · 8 years ago
  83. 6c1ffcf Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  84. 0ad0ce0 Switch to standard integer types in dbus/. by avi · 9 years ago
  85. b42e7e3 Run dbus_unittests serially. by thestig · 9 years ago
  86. 5a983bb Remove the NoAtExitBaseTestSuite anti-pattern. by jam · 9 years ago
  87. 8e5e0e6 Remove old C++03 move emulation code. by dcheng · 9 years ago
  88. a91b3d3 Fix documentation for ObjectProxy::ConnectToSignal() by quiche · 9 years ago
  89. 80f2716 dbus: add support for synchronous PropertySet::Get by nywang · 9 years ago
  90. f119681 libchrome: add support for synchronous PropertySet::Set to dbus by nywang · 9 years ago
  91. 1bd48b9 IntToString() signedness fixes for //dbus by ricea · 9 years ago
  92. 52b3072 Export various dbus::Property template specializations. by dcheng · 9 years ago
  93. cff3883 Revert of Export various dbus::Property template specializations. (patchset #2 id:20001 of https://codereview.chromium.org/1339763003/ ) by spang · 9 years ago
  94. 929524b Export various dbus::Property template specializations. by Daniel Cheng · 9 years ago
  95. 4847a84 Explicitly set test_proto.proto's syntax. by thakis · 9 years ago
  96. 7838f5f dbus: Suppress "Rejecting a message from a wrong sender" error from ObjectManager by satorux · 9 years ago
  97. ad74306 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  98. 3f868a4 dbus: Add missing destructors to Property and PropertyBase. by derat · 9 years ago
  99. 71aab99 Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #6 id:100001 of https://codereview.chromium.org/1239493005/) by yosin · 9 years ago
  100. 802d8f1 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago