summaryrefslogtreecommitdiffstats
path: root/dbus/end_to_end_async_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-301-0/+18
* Revert 111479 - chrome: dbus: support asynchronous method repliesthestig@chromium.org2011-11-241-18/+0
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-241-0/+18
* dbus: Fix a bug where we were emitting spurious error messages.satorux@chromium.org2011-11-231-1/+20
* dbus: Add ObjectProxy::EmptyResponseCallback().satorux@chromium.org2011-11-111-0/+23
* Stop restricting the sender object path for incoming signals.satorux@chromium.org2011-09-141-0/+11
* Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. mdm@chromium.org2011-09-061-2/+3
* Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()satorux@chromium.org2011-09-021-12/+2
* Fix typos in the D-Bus library.satorux@chromium.org2011-08-311-5/+5
* Minor cleanups and improvements for the D-Bus library.satorux@chromium.org2011-08-271-2/+2
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-0/+45
* Rework TestService using asynchronos API of ExportedObject.satorux@chromium.org2011-08-201-9/+17
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+192