summaryrefslogtreecommitdiffstats
path: root/dbus/mock_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers in dbus/.dcheng2014-12-291-4/+2
* Add ObjectProxy::CallMethodAndBlockWithErrorDetails methodsavakulenko2014-09-171-2/+35
* Plug some of the leaks in dbus_unittests.earthdok2014-09-031-2/+5
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-2/+2
* Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w...thestig@chromium.org2013-06-131-33/+36
* Update dbus/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-9/+7
* dbus: Use base::MessageLoop.xhwang@chromium.org2013-05-011-1/+1
* Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own...yuki@chromium.org2013-02-071-4/+4
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-8/+11
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-11/+8
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-8/+11
* Minor cleanups and improvements for the D-Bus library.satorux@chromium.org2011-08-271-1/+8
* Add mock classes for Bus, ObjectProxy, and ExportedObject.satorux@chromium.org2011-08-251-0/+171