[go: nahoru, domu]

  1. 570f47a Avoid touching dbus::ObjectManager ref count before it's fully cosntructed by tzik · 6 years ago
  2. 564474a dbus: Add TryRegisterFallback by Sonny Sasaka · 6 years ago
  3. b460dff dbus: Add API for array of ints by Abhishek Bhardwaj · 6 years ago
  4. ce772fa Remove references to exe_and_shlib_deps in src by Tom Anderson · 6 years ago
  5. 34928ece dbus: Clang format files by Abhishek Bhardwaj · 6 years ago
  6. b14d33d Mock more methods of dbus::Bus in dbus::MockBus. by Ben Chan · 6 years ago
  7. 629ba73c [MessageLoop] Fix message_loop.h includes by Gabriel Charette · 7 years ago
  8. 3ea6cb7 Chrome style plugin: enable virtual specifier checks for Gmock objects in //dbus. by Daniel Cheng · 7 years ago
  9. a3f2862 dbus: Don't DCHECK unexpected message type, but ignore it by Sonny Sasaka · 7 years ago
  10. 5398653 Disable some SignalSenderVerificationTests. by Lei Zhang · 7 years ago
  11. f1599cb6 dbus: Make MockObjectManager useful by Sonny Sasaka · 7 years ago
  12. bd3098c6 Replace std::unordered_map with std::map for dbus::Property by Sonny Sasaka · 7 years ago
  13. aea1848 dbus: Filter signal by the sender we are interested in only. by Sonny Sasaka · 7 years ago
  14. 341e1fb Allow base::DoNothing() to handle any argument list. by Peter Kasting · 7 years ago
  15. 591a997 Remove some use of base::Passed by Claudio DeSouza · 7 years ago
  16. 383640f Add missing #includes (IWYU). by Peter Kasting · 7 years ago
  17. 13e8d06 Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive. by François Degros · 7 years ago
  18. 3d199b1 Convert base::UInt64ToString to base::NumberToString by Daniel Cheng · 7 years ago
  19. 5ed06e7 Replace base::DoubleToString with base::NumberToString. by Brett Wilson · 7 years ago
  20. 3740aae Run clang-tidy modernize-use-equals-{delete,default} on //dbus by Chris Watkins · 7 years ago
  21. 7f05f78 Delete callback for CallMethod always on the origin thread. by Hidehiko Abe · 7 years ago
  22. 14d5003 dbus: replace NULL with nullptr by Ben Chan · 7 years ago
  23. c7c9c76 dbus: remove space between right angle brackets in template types by Ben Chan · 7 years ago
  24. 66bdfd8 Remove base::ThreadRestrictions::AssertIOAllowed. by Francois Doray · 7 years ago
  25. fe6246c6 Introduce CallMethodWithErrorResponse(). by Hidehiko Abe · 7 years ago
  26. 6de799f dbus: replace base::MakeUnique with std::make_unique by Ben Chan · 7 years ago
  27. 76cee9c Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 7 years ago
  28. c089a029 dbus: Check ObjectPath's validity in objects' ctors by Ryo Hashimoto · 7 years ago
  29. 9dbc169b dbus: Always append valid bool values by Ryo Hashimoto · 7 years ago
  30. f69d99c Move instance management to D-Bus thread. by Hidehiko Abe · 7 years ago
  31. 0fc9c71 dbus: Use more OnceCallbacks in ObjectProxy by Ryo Hashimoto · 7 years ago
  32. 1156b45 Use more C++11 code in dbus/. by Hidehiko Abe · 7 years ago
  33. 328810b Remove base::Value::SetDoubleWithoutPathExpansion by jdoerrie · 7 years ago
  34. 19cdc03 Remove base::Value::SetIntegerWithoutPathExpansion by jdoerrie · 7 years ago
  35. 1e4eeb8 Remove base::Value::SetBooleanWithoutPathExpansion by jdoerrie · 7 years ago
  36. 2a363a8 dbus: Let ObjectProxy::CallMethod() take OnceCallback by Ryo Hashimoto · 7 years ago
  37. 811f6da4 Use WeakPtr to simplify the DBUS Timeout helper. by Wez · 7 years ago
  38. 8d38f6b Remove unnecessary indirection for old gmock. by Hidehiko Abe · 7 years ago
  39. 1185773 [spelling] existance to existence by dschuyler · 7 years ago
  40. cb205a5 Remove raw DictionaryValue::Set by jdoerrie · 7 years ago
  41. 89aa5721 Remove raw base::DictionaryValue::SetWithoutPathExpansion by jdoerrie · 7 years ago
  42. 6c197efb Misc refactoring of SessionManagerClient. by hidehiko · 7 years ago
  43. 6739a693 Rename TaskRunner::RunsTasksOnCurrentThread() in //dbus, //chromeos, //ppapi by peary2 · 7 years ago
  44. 84fa8b0 Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) by thomasanderson · 7 years ago
  45. 144c0c9 Spell success correctly. by thestig · 7 years ago
  46. f64a25e Add missing IWYU message_loop.h includes. by gab · 7 years ago
  47. 72254d5 dbus: Stop collecting DBus.RejectedSignalCount histogram by hashimoto · 8 years ago
  48. ebc379c Migrate to base::FileDescriptionWatcher in dbus/bus.cc. by fdoray · 8 years ago
  49. a5676c6 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  50. df600cd Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 8 years ago
  51. ebab0de Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  52. 4b7c4808 Remove usage of USE_SYSTEM_PROTOBUF by thomasanderson · 8 years ago
  53. 122c4da Remove base::StringValue by jdoerrie · 8 years ago
  54. 23972357 Remove base::FundamentalValue by jdoerrie · 8 years ago
  55. 5dd4fb3 Use the location where FileDescriptorWatcher is created to track the libevent handlers by ssid · 8 years ago
  56. 12d9cda Migrate desktop Linux to histogram_macros.h include. by asvitkine · 8 years ago
  57. dc72ee94 Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  58. db24b9e6 Cleanup remaining class/struct fwd declarations by jbriance · 8 years ago
  59. 23399e45 bluetooth: Expose missing advertise data by puthik · 8 years ago
  60. 80df07371 Update dbus_statistics to use C++11 more effectively, remove obsolete stl_util use. by avi · 8 years ago
  61. 0dd82b1 bluetooth: Expose service data from BlueZ by puthik · 8 years ago
  62. 0ef935c2 dbus: Mock MockObjectProxy::SetNameOwnerChangedCallback(). by derat · 8 years ago
  63. dc693af dbus: Remove dbus::FileDescriptor by hashimoto · 8 years ago
  64. 2ef7d0ed dbus: Make ObjectManager get objects after service is ready. by derat · 8 years ago
  65. fd6b551 dbus: Rewrite ObjectProxy::CallMethodWithErrorCallback's comment by hashimoto · 8 years ago
  66. cd1547c Remove GYP files from some smaller toplevel dirs. by brettw · 8 years ago
  67. 6ef45cf Remove calls to deprecated MessageLoop methods on Windows and Linux. by fdoray · 8 years ago
  68. 8982257 No dbus::FileDescriptor in DebugDaemonClient by hashimoto · 8 years ago
  69. 66e73f0 chromeos: Avoid org.neard.Manager D-Bus log spam. by derat · 8 years ago
  70. 387bf88 dbus: Use stl utilities from the base namespace by skyostil · 8 years ago
  71. 77fb818 Improve dbus::ObjectProxy::WaitForServiceToBeAvailable docs. by derat · 8 years ago
  72. 8504bff Remove unused base::Thread::thread_handle() getter. by gab · 8 years ago
  73. e1e050c5 Remove calls to MessageLoop::current() in base. by fdoray · 8 years ago
  74. 2dbbe5b0 Convert some GN test support targets to static libs. by brettw · 8 years ago
  75. af82da3 Use ThreadTaskRunnerHandle::Get() in dbus. by fdoray · 8 years ago
  76. 98e96a7 Rewrite simple uses of base::ListValue::Append() taking a raw pointer var. by dcheng · 8 years ago
  77. 4558d7ef Remove inactive accounts from OWNERS: armansito, keybuk, rpaquay by scheib · 8 years ago
  78. 1a2fd6cd Remove base/move.h by dcheng · 8 years ago
  79. b2235ba1 Revert of Remove base/move.h (patchset #4 id:60001 of https://codereview.chromium.org/2038273002/ ) by tzik · 8 years ago
  80. bb5161a Remove base/move.h by dcheng · 8 years ago
  81. 4f046e85 Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //dbus by dcheng · 8 years ago
  82. 0faddf48 Migrate WaitableEvent to enum-based constructor in dbus/ by gab · 8 years ago
  83. a12e5a5 Guard dbus component and config with assert(use_dbus) by mbjorge · 8 years ago
  84. cef03546 Change PopDataAsValue to return a std::unique_ptr. by dcheng · 8 years ago
  85. cb60e70 Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 8 years ago
  86. 95ba444 Move linux pkg_config() calls into separate BUILD.gn files by agrieve · 9 years ago
  87. 2a19328 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  88. 556abd1 Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 9 years ago
  89. a377c04 dbus changes: add SetGlobalOutputChannelRemix support by warx · 9 years ago
  90. a14517ff Remove logging::LogAtLevel and rewrite its sole caller. by jbroman · 9 years ago
  91. 17c5716 dbus: Run dbus_unittests parallelly by hashimoto · 9 years ago
  92. 067d84f52 dbus: Use randomly generated string as a TestService's service name by hashimoto · 9 years ago
  93. e4860045 Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  94. 22437c69 Switch to standard integer types in dbus/. by avi · 9 years ago
  95. c4ce3bf Run dbus_unittests serially. by thestig · 9 years ago
  96. 5ccf985d Remove the NoAtExitBaseTestSuite anti-pattern. by jam · 9 years ago
  97. e1b0277 Remove old C++03 move emulation code. by dcheng · 9 years ago
  98. b270236 Fix documentation for ObjectProxy::ConnectToSignal() by quiche · 9 years ago
  99. a5523d0 dbus: add support for synchronous PropertySet::Get by nywang · 9 years ago
  100. 8dbb26e libchrome: add support for synchronous PropertySet::Set to dbus by nywang · 9 years ago