Rendering meeting, Monday 2:30pm PDT ("the earlier time")

2014-05-02 Thread Milan Sreckovic
The Rendering meeting (https://wiki.mozilla.org/Platform/GFX#Biweekly_meetings) is about all things Gfx, Image, Layout, and Media. It takes place every second Monday, alternating between 2:30pm PDT and 5:30pm PDT. The next meeting will take place on Monday, May 5 at 2:30 PM US/Pacific Please

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 wrote: > Thanks, Ma

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 isol

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 the

Re: intent to ship: drawFocusIfNeeded

2014-05-02 Thread Ehsan Akhgari
On Thu, May 1, 2014 at 4:10 PM, Rik Cabanier wrote: > > > > On Thu, May 1, 2014 at 11:58 AM, Ehsan Akhgari wrote: > >> On 2014-05-01, 2:22 PM, Rik Cabanier wrote: >> >>> >>> >>> >>> On Thu, May 1, 2014 at 10:49 AM, Ehsan Akhgari >> > wrote: >>> >>> Hi Rik, >>>

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,

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 orac