[webkit-dev] The great commit queue experiment

2015-11-12 Thread Geoffrey Garen
Hi folks. A bunch of us at the WebKit Contributors Meeting decided that we will spend the next week landing 100% of our patches through the commit queue. Please feel free to play along at home. If we see problems, we’ll document our experiences here: This is why I love or hate the

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2015-11-12 Thread Eric Carlson
> On Jul 18, 2014, at 3:17 AM, Jacques-Olivier wrote: > > I’m new on this mailing so I’ll start by introducing myself: > My name Jacques-Olivier Haché (J-O), I’m working for Temasys Communication, > and I’m entering the WebKit project to work on the implementation of

[webkit-dev] Protect promise capabilities from being vended again

2015-11-12 Thread Xabier Rodríguez Calvar
Hello, When you create a promise capability, there's nothing preventing you from calling again @resolve and @reject on the capability to vend the promise twice. In the case of the Streams implementation to create capabilities are are already vended, we do it as { @promise: @Promise.@