summaryrefslogtreecommitdiffstats
path: root/dbus/end_to_end_async_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-3/+3
* dbus: Cancel pending calls when destroying ObjectProxyhashimoto2015-03-301-0/+27
* Standardize usage of virtual/override/final specifiers in dbus/.dcheng2014-12-291-3/+3
* Exit chrome when dbus-daemon crasheshashimoto2014-12-091-21/+0
* Plug some of the leaks in dbus_unittests.earthdok2014-09-031-19/+30
* dbus: Replace PostTaskTo*Thread methods with Get*TaskRunnerhashimoto@chromium.org2013-09-261-3/+3
* 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-76/+79
* dbus: Use base::MessageLoop.xhwang@chromium.org2013-05-011-3/+3
* D-Bus: allow multiple signal handlers for a signalkeybuk@chromium.org2013-04-241-19/+19
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* 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