summaryrefslogtreecommitdiffstats
path: root/dbus/test_service.cc
Commit message (Expand)AuthorAgeFilesLines
* dbus: clear array values before reading from variantkeybuk@google.com2012-03-211-8/+53
* Convert uses of int ms to TimeDelta in dbus.tedvessenes@gmail.com2012-03-111-1/+1
* dbus: remove service name from ExportedObjectkeybuk@chromium.org2012-03-101-3/+14
* dbus: add Property handling for clientskeybuk@chromium.org2012-02-151-2/+186
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-2/+3
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-3/+2
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-2/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+2
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-2/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-2/+2
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-301-10/+38
* Revert 111479 - chrome: dbus: support asynchronous method repliesthestig@chromium.org2011-11-241-38/+10
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-241-10/+38
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-0/+1
* Stop restricting the sender object path for incoming signals.satorux@chromium.org2011-09-141-0/+20
* Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. mdm@chromium.org2011-09-061-4/+3
* Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()satorux@chromium.org2011-09-021-19/+9
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-0/+15
* Rework TestService using asynchronos API of ExportedObject.satorux@chromium.org2011-08-201-26/+87
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+101