summaryrefslogtreecommitdiffstats
path: root/dbus/exported_object.cc
Commit message (Expand)AuthorAgeFilesLines
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-1/+2
* Switch to standard integer types in dbus/.avi2015-12-221-1/+3
* Send DBus signals synchronously if called from the DBusTaskRunnerchirantan2015-04-091-6/+15
* dbus::ObjectManager: Add a match rule for properties before GetManagedObjects.armansito2014-09-051-11/+3
* dbus: Replace PostTaskTo*Thread methods with Get*TaskRunnerhashimoto@chromium.org2013-09-261-25/+27
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-281-1/+1
* Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w...thestig@chromium.org2013-06-131-1/+1
* Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own...yuki@chromium.org2013-02-071-17/+16
* Change setters of dbus::Message to return false instead of aborting on errorshashimoto@chromium.org2012-05-231-1/+1
* dbus: remove service name from ExportedObjectkeybuk@chromium.org2012-03-101-4/+0
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-4/+5
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-5/+4
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-4/+5
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-301-13/+27
* Revert 111479 - chrome: dbus: support asynchronous method repliesthestig@chromium.org2011-11-241-27/+13
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-241-13/+27
* 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