gecko/ipc/dbus
Thomas Zimmermann 79b015cfa0 Bug 884840: Reimplement GetServiceChannel without Bluetooth command thread, r=echou
The method BluetoothDBusService::GetServiceChannel currently blocks the
Bluetooth command thread while waiting for a DBus message, before it
dispatches a runnable to the main thread.

With this patch, the DBus message is processed asyncronously, and the
runnable gets dispatched from the DBus reply handler.

--HG--
extra : rebase_source : 24519b7dd8d59fcbbf78436092610c8db195f6a2
2013-07-09 09:56:14 +02:00
..
DBusThread.cpp Bug 830290: Added dispatch function for DBus thread r=bent,qdot 2013-01-14 11:50:27 +01:00
DBusThread.h Bug 830290: Added dispatch function for DBus thread r=bent,qdot 2013-01-14 11:50:27 +01:00
DBusUtils.cpp Bug 884840: Reimplement GetServiceChannel without Bluetooth command thread, r=echou 2013-07-09 09:56:14 +02:00
DBusUtils.h Bug 884840: Added DBusReplyHandler, r=qdot 2013-07-09 09:55:08 +02:00
Makefile.in Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
moz.build Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
RawDBusConnection.cpp Bug 830290: Cleanup DBus EventLoop function r=bent,qdot 2013-01-14 11:50:18 +01:00
RawDBusConnection.h Bug 830290: Cleanup DBus EventLoop function r=bent,qdot 2013-01-14 11:50:18 +01:00