Callback from xpcom c++ in multi thread scenerio

2014-05-02 Thread lukaszb
I'm developing windows app based on xulrunner, but now I have major problem and nowhere can find solution, that is why I'm writing here. Orginaly app was on xulrunner 11, but now we trying to change core xpcom c++ component that connects to database (to be specific we trying add support for

Re: Callback from xpcom c++ in multi thread scenerio

2014-05-02 Thread Neil
lukaszb wrote: Basicly idea is easy from javascript we call db wrapper with take function (callback) as argument (that function implement xpidl interface with scriptable and function annotations), in db wrapper component we run thread where real database connection exists and fetch data,

Re: intent to ship: drawFocusIfNeeded

2014-05-02 Thread Ehsan Akhgari
On Thu, May 1, 2014 at 4:10 PM, Rik Cabanier caban...@gmail.com wrote: On Thu, May 1, 2014 at 11:58 AM, Ehsan Akhgari ehsan.akhg...@gmail.comwrote: On 2014-05-01, 2:22 PM, Rik Cabanier wrote: On Thu, May 1, 2014 at 10:49 AM, Ehsan Akhgari ehsan.akhg...@gmail.com

Intent to implement: WebRTC identity and media isolation

2014-05-02 Thread Martin Thomson
Summary: WebRTC enables peer-to-peer communications. Identity features enable the identification of WebRTC peers using a generic identity provider interface. Stream isolation provides sites a way to foreswear access to media so that - in combination with identity - users can be sure that

Re: Intent to implement: WebRTC identity and media isolation

2014-05-02 Thread Ehsan Akhgari
Thanks, Martin! Do you know if other UAs are also implementing this API? On 2014-05-02, 4:09 PM, Martin Thomson wrote: Summary: WebRTC enables peer-to-peer communications. Identity features enable the identification of WebRTC peers using a generic identity provider interface. Stream

Re: Intent to implement: WebRTC identity and media isolation

2014-05-02 Thread Martin Thomson
We’re hoping to be first here. I’m told that Chrome is implementing it, but I haven’t seen any actual evidence. I’m seeing lots of interest from my old colleagues at Microsoft, but [1]. [1] http://status.modern.ie/webrtcwebrtcv10api On 2014-05-02, at 14:19, Ehsan Akhgari