summaryrefslogtreecommitdiffstats
path: root/dbus/signal_sender_verification_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* dbus: Use randomly generated string as a TestService's service namehashimoto2016-01-051-6/+10
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-3/+3
* Standardize usage of virtual/override/final specifiers in dbus/.dcheng2014-12-291-2/+2
* Plug some of the leaks in dbus_unittests.earthdok2014-09-031-21/+40
* Disable slow SignalSenderVerificationTest.TestSignalRejectedPaweł Hajdan, Jr2014-08-251-1/+2
* dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus t...hashimoto@chromium.org2013-09-271-6/+3
* Allow Chromium's DBus service ownership to be stealablecmasone@chromium.org2013-07-311-0/+67
* 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-18/+22
* dbus: Use base::MessageLoop.xhwang@chromium.org2013-05-011-2/+2
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-1/+1
* DBus: Use TaskRunners instead of MessageLoopProxies.thestig@chromium.org2013-02-201-5/+2
* Disable SignalSenderVerificationTest.TestMultipleObjectskeybuk@chromium.org2012-11-271-1/+2
* Allow multiple object proxies to handle NameOwnerChangedkeybuk@chromium.org2012-11-271-5/+73
* Revert 169164 - Allow multiple object proxies to handle NameOwnerChangedlambroslambrou@google.com2012-11-221-76/+5
* Allow multiple object proxies to handle NameOwnerChangedkeybuk@chromium.org2012-11-211-5/+76
* Make SignalSenderVerificationTest more robustharuki@chromium.org2012-11-141-19/+86
* disable flaky dbus_unittests SignalSenderVerificationTest.TestOwnerChangescottmg@chromium.org2012-11-061-1/+1
* Add sender verification of D-Bus signals.haruki@chromium.org2012-10-291-0/+180