summaryrefslogtreecommitdiffstats
path: root/dbus/bus.cc
Commit message (Expand)AuthorAgeFilesLines
* Use MessageLoopProxy for the origin message loop as well.satorux@chromium.org2011-09-081-10/+30
* Add some histograms to the D-Bus library:satorux@chromium.org2011-09-061-1/+0
* Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. mdm@chromium.org2011-09-061-21/+11
* Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()satorux@chromium.org2011-09-021-10/+23
* Fix typos in the D-Bus library.satorux@chromium.org2011-08-311-3/+3
* Minor cleanups and improvements for the D-Bus library.satorux@chromium.org2011-08-271-9/+14
* Reuse existing object proxies and exported objects, if these exist.satorux@chromium.org2011-08-231-8/+24
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-3/+88
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+613