DBus XPCOM

Havoc Pennington hp at redhat.com
Mon Nov 13 14:37:01 PST 2006


Hi,

I would use just the dbus low-level binding for most of the work; map 
XPCOM to that natively.

The main loop integration is a tricky part. You could just
use glib main loop integration on Linux (mozilla already uses glib
main loop) and another approach on Windows, perhaps. Or if Mozilla has 
some kind of cross-platform mainloop abstraction you could try to hook 
into that, or you could try to use threads.

Havoc



More information about the dbus mailing list