Re: [webkit-dev] WinCairo 64-bit Bot Failures

2015-01-29 Thread Osztrogonác Csaba
Hi, the bot is persistently broken due to the SVN errors since 3 days: https://build.webkit.org/builders/WinCairo%2064-Bit%20Release?numbuilds=200 Is it maintained by anybody? Or it is just to increase the network traffic with continuous svn checkouts? Please fix the bot or stop it not to

Re: [webkit-dev] WebRTC in WebKit

2015-01-29 Thread Adam Bergkvist
Hi Benjamin Thanks for you feedback. Please see answers inline. On 28/01/15 20:14, Benjamin Poulain wrote: Getting WebRTC working on WebKitGTK sounds awesome. I am a little concerned with the use of an abstraction layer as a backend. I am afraid this could lead to weird abstractions.

Re: [webkit-dev] Pattern for singleton classes instance getters

2015-01-29 Thread Chris Dumez
Hi all, Thanks for the feedback. I submitted a coding style update proposal at Bug 141040 https://bugs.webkit.org/show_bug.cgi?id=141040. Based on the mailing list feedback, the proposal is to use a static member function named singleton()”. I will also upload a patch to align our existing