summaryrefslogtreecommitdiffstats
path: root/dbus/test_service.h
Commit message (Expand)AuthorAgeFilesLines
* dbus: Use randomly generated string as a TestService's service namehashimoto2016-01-051-0/+9
* Implement invalidation of Dbus propertiesjpawlowski2015-05-111-0/+6
* Standardize usage of virtual/override/final specifiers in dbus/.dcheng2014-12-291-2/+2
* Replacing the OVERRIDE with override and FINAL with final in /src/dbusanujk.sharma2014-10-071-1/+1
* dbus::ObjectManager: Add a match rule for properties before GetManagedObjects.armansito2014-09-051-0/+8
* dbus: Handle NameOwnerChanged in ObjectManagerkeybuk@chromium.org2014-03-071-0/+23
* dbus: Add comments about the right way to expose methodssatorux@chromium.org2014-01-091-1/+1
* Allow Chromium's DBus service ownership to be stealablecmasone@chromium.org2013-07-311-1/+7
* dbus: Use base::MessageLoop.xhwang@chromium.org2013-05-011-1/+1
* Support D-Bus Object Managerkeybuk@chromium.org2013-03-251-0/+21
* DBus: Use TaskRunners instead of MessageLoopProxies.thestig@chromium.org2013-02-201-4/+4
* Make SignalSenderVerificationTest more robustharuki@chromium.org2012-11-141-3/+16
* Add sender verification of D-Bus signals.haruki@chromium.org2012-10-291-0/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* dbus: remove service name from ExportedObjectkeybuk@chromium.org2012-03-101-0/+4
* dbus: add Property handling for clientskeybuk@chromium.org2012-02-151-1/+19
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-301-4/+12
* Revert 111479 - chrome: dbus: support asynchronous method repliesthestig@chromium.org2011-11-241-12/+4
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-241-4/+12
* Add OVERRIDE to base/, dbus/.avi@chromium.org2011-11-231-1/+1
* Stop restricting the sender object path for incoming signals.satorux@chromium.org2011-09-141-0/+7
* Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. mdm@chromium.org2011-09-061-2/+6
* Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()satorux@chromium.org2011-09-021-12/+4
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-2/+11
* Rework TestService using asynchronos API of ExportedObject.satorux@chromium.org2011-08-201-18/+45
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+73