summaryrefslogtreecommitdiffstats
path: root/dbus/bus_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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