summaryrefslogtreecommitdiffstats
path: root/dbus/exported_object.cc
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a timed wait from ExportedObject::HandleMessage().satorux@chromium.org2011-10-071-40/+46
* Eliminate hacks needed to work around a limitation of base::Bind()satorux@chromium.org2011-10-041-6/+2
* Add some histograms to the D-Bus library:satorux@chromium.org2011-09-061-1/+23
* Fix typos in the D-Bus library.satorux@chromium.org2011-08-311-2/+2
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-6/+36
* Rework TestService using asynchronos API of ExportedObject.satorux@chromium.org2011-08-201-13/+7
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+259