summaryrefslogtreecommitdiffstats
path: root/dbus/object_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-2/+2
* Standardize usage of virtual/override/final specifiers in dbus/.dcheng2014-12-291-10/+9
* Replacing the OVERRIDE with override and FINAL with final in /src/dbusanujk.sharma2014-10-071-3/+3
* dbus::ObjectManager: Add a match rule for properties before GetManagedObjects.armansito2014-09-051-2/+58
* Plug some of the leaks in dbus_unittests.earthdok2014-09-031-9/+18
* dbus: Handle NameOwnerChanged in ObjectManagerkeybuk@chromium.org2014-03-071-0/+17
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w...thestig@chromium.org2013-06-131-85/+82
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-4/+4
* dbus: Use base::MessageLoop.xhwang@chromium.org2013-05-011-2/+2
* Support D-Bus Object Managerkeybuk@chromium.org2013-03-251-0/+339