gecko/ipc/dbus
Thomas Zimmermann 909ad70366 Bug 827888: Explicitly call notifier if DBUS call completes early [r=echou,qdot]
If a DBUS call completes before we can set the notifier function, the
call's response never gets handled. To workaround this problem, we now
call the notifier explicitly if the call completes this early.

It can still happen that the call's response gets lost, but this
workaround greatly improves the success rate for our problem of handling
errors during Bluetooth device pairing; from maybe 10% to 75%.
2013-01-10 07:55:43 -08:00
..
DBusThread.cpp
DBusThread.h
DBusUtils.cpp
DBusUtils.h
Makefile.in
RawDBusConnection.cpp
RawDBusConnection.h