crossbear / Crossbear

31 stars 4 forks source link

Make lookup of CB server asynchronous #17

Open crossbear opened 11 years ago

crossbear commented 11 years ago

Since FF17, Components.interfaces.nsIProtocolProxyService does not support the resolve() method anymore, requiring use of a new callback-based asyncResolve() method.

Rewrite CBProtector to use the callback.