summaryrefslogtreecommitdiffstats
path: root/dbus/bus_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove dbus::ObjectProxy::filter_added_hashimoto2014-12-041-28/+0
* Allow Chromium's DBus service ownership to be stealablecmasone@chromium.org2013-07-311-1/+2
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w...thestig@chromium.org2013-06-131-56/+60
* Linux/CrOS: Listen for mtpd service owner change events and communicate with ...thestig@chromium.org2013-06-101-0/+122
* dbus: Use base::MessageLoop.xhwang@chromium.org2013-05-011-4/+4
* DBus: Use TaskRunners instead of MessageLoopProxies.thestig@chromium.org2013-02-201-3/+3
* DBus: Bus::AddMatch and RemoveMatch support repeated rules.deymo@chromium.org2013-01-311-0/+40
* D-Bus: ObjectProxy remove function for Bus object.deymo@chromium.org2013-01-291-0/+59
* DBus: Fixes a flaky test case.deymo@chromium.org2013-01-241-3/+11
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-1/+1
* Marking BusTest.UnregisterExportedObject as flakyjochen@chromium.org2012-07-181-1/+2
* dbus: allow unregistering of exported objectskeybuk@chromium.org2012-03-141-0/+31
* dbus: remove service name from ExportedObjectkeybuk@chromium.org2012-03-101-5/+2
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-11/+14
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-14/+11
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-11/+14
* Allow dbus clients to silence logging when a service is unavailable.adamk@chromium.org2012-02-101-1/+33
* Make ExportedObject and ObjectProxy own Bus as scoped_refptr.satorux@chromium.org2011-10-131-0/+4
* Fix a bug in dbus::Bus::AddFilterFunction().satorux@chromium.org2011-10-061-0/+32
* Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. mdm@chromium.org2011-09-061-1/+1
* Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()satorux@chromium.org2011-09-021-0/+32
* Reuse existing object proxies and exported objects, if these exist.satorux@chromium.org2011-08-231-0/+59