summaryrefslogtreecommitdiffstats
path: root/dbus/end_to_end_async_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* DBus: Use TaskRunners instead of MessageLoopProxies.thestig@chromium.org2013-02-201-5/+3
* Supporting callback for Disconnected signal.nona@chromium.org2013-02-151-2/+19
* dbus: Fix a subtle butterfly-effect bug in handling incoming messagessatorux@chromium.org2012-06-021-0/+35
* Change setters of dbus::Message to return false instead of aborting on errorshashimoto@chromium.org2012-05-231-0/+38
* Add dbus::ObjectProxy::CallMethodWithErrorCallbackhashimoto@chromium.org2012-04-201-0/+155
* dbus: don't fail when reconnecting object signalskeybuk@chromium.org2012-03-211-0/+56
* Convert uses of int ms to TimeDelta in dbus.tedvessenes@gmail.com2012-03-111-1/+1
* dbus: verify object path of incoming signalskeybuk@chromium.org2012-03-011-5/+38
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-3/+5
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-5/+3
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-3/+5
* Fix flaky tests in EndToEndAsyncTest in dbus_unittests.satorux@chromium.org2011-12-131-4/+5
* Mark EndToEndAsyncTest.TestSignal as flakywillchan@chromium.org2011-12-131-1/+2
* Mark dbus EndToEndAsyncTest.TestSignalFromRoot flakyarthurhsu@chromium.org2011-12-081-1/+2
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-301-0/+18
* Revert 111479 - chrome: dbus: support asynchronous method repliesthestig@chromium.org2011-11-241-18/+0
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-241-0/+18
* dbus: Fix a bug where we were emitting spurious error messages.satorux@chromium.org2011-11-231-1/+20
* dbus: Add ObjectProxy::EmptyResponseCallback().satorux@chromium.org2011-11-111-0/+23
* Stop restricting the sender object path for incoming signals.satorux@chromium.org2011-09-141-0/+11
* Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. mdm@chromium.org2011-09-061-2/+3
* Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()satorux@chromium.org2011-09-021-12/+2
* Fix typos in the D-Bus library.satorux@chromium.org2011-08-311-5/+5
* Minor cleanups and improvements for the D-Bus library.satorux@chromium.org2011-08-271-2/+2
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-0/+45
* Rework TestService using asynchronos API of ExportedObject.satorux@chromium.org2011-08-201-9/+17
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+192