summaryrefslogtreecommitdiffstats
path: root/dbus/exported_object.h
Commit message (Expand)AuthorAgeFilesLines
* Send DBus signals synchronously if called from the DBusTaskRunnerchirantan2015-04-091-1/+2
* dbus: Add comments about the right way to expose methodssatorux@chromium.org2014-01-091-0/+8
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-281-1/+1
* Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own...yuki@chromium.org2013-02-071-11/+6
* dbus: Add comments about object ownershipsatorux@chromium.org2012-11-291-14/+21
* dbus: Make it possible to build as shared_library.tfarina@chromium.org2012-11-051-1/+3
* 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-4/+1
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-3/+4
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-4/+3
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-3/+4
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-301-3/+16
* Revert 111479 - chrome: dbus: support asynchronous method repliesthestig@chromium.org2011-11-241-16/+3
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-241-3/+16
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-5/+3
* Make ExportedObject and ObjectProxy own Bus as scoped_refptr.satorux@chromium.org2011-10-131-1/+1
* Eliminate a timed wait from ExportedObject::HandleMessage().satorux@chromium.org2011-10-071-3/+8
* Eliminate hacks needed to work around a limitation of base::Bind()satorux@chromium.org2011-10-041-1/+1
* Add some histograms to the D-Bus library:satorux@chromium.org2011-09-061-1/+3
* Add mock classes for Bus, ObjectProxy, and ExportedObject.satorux@chromium.org2011-08-251-1/+4
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-2/+10
* Rework TestService using asynchronos API of ExportedObject.satorux@chromium.org2011-08-201-4/+2
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+144