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

2014-07-30 Thread Jacques-Olivier
Hi everyone, me again, I kept working on getting media_stream to work. I think my understanding of what is happening improved, but I’m still stuck at the same point: I read some more code and did some research about the Supplement and Supplementable classes. I mainly found this page which

Re: [webkit-dev] Mac WK2 EWS bots having issues

2014-07-30 Thread Alexey Proskuryakov
30 июля 2014 г., в 3:16, Osztrogonác Csaba o...@inf.u-szeged.hu написал(а): If there is no volunteer for fixing it in the near future, I'm going to propose a patch making the Mac WK2 EWS not comment bugzilla and set cq- for random patches. I've been already looking into this, and fixed some

Re: [webkit-dev] Mac WK2 EWS bots having issues

2014-07-30 Thread Alexey Proskuryakov
30 июля 2014 г., в 3:16, Osztrogonác Csaba o...@inf.u-szeged.hu написал(а): You can check the SPAM history with this bugzilla query: http://goo.gl/qepg2l (30 days history) Thank you for posting this. What's interesting is that right now, the latest result is accurate, the patch actually

Re: [webkit-dev] Updating and Enabling the CSS Font Loading Spec

2014-07-30 Thread Myles C. Maxfield
Excellent! I would love to help out in this effort, Bear! Thanks, Myles On Jul 29, 2014, at 3:45 PM, Benjamin Poulain benja...@webkit.org wrote: On 7/29/14, 3:33 PM, Bear Travis wrote: On 7/29/14, 12:26 PM, Benjamin Poulain benja...@webkit.org wrote: On 7/29/14, 11:38 AM, Dirk Schulze

[webkit-dev] TextureMapperGL stencil bug?

2014-07-30 Thread Baldeva, Arpit
Hi, Going through the TextureMapperGL implementation, I see that BeginClip advances the bit plane to the next clipStack().setStencilIndex(stencilIndex * 2); However, EndClip does not revert it back before calling clipStack().applyIfNeeded(m_context3D.get()); The applyIfNeeded disables