[webkit-dev] Adding Pointer Lock support to WebKit2

2013-06-25 Thread stanislav.piku...@lge.com
Dear webkit-dev, I'm developing support for Pointer Lock in WebKit2. Despite the fact that it applies only to Qt port, it extends some public API of WebKit2 and affects a lot of common code of WebKit2. This support will be behind the existing ENABLE_POINTER_LOCK feature define. See:

[webkit-dev] Fuzzinator, a mutation based web fuzzer

2013-06-25 Thread Renáta Hodován
Hi folks, as many of you know already I'm working on an universal web fuzzer, which is able to generate random test cases for both svg, html, css and js, and test them against any browser. With this method we can catch crashes, assertions, memory corruptions and all the funny things. A few

Re: [webkit-dev] WebRTC

2013-06-25 Thread Allan Sandfeld Jensen
I know of a company working on WebRTC for QtWebKit. They want to upstream it, but I do not know the current status or timeline. `Allan On Monday 24 June 2013, Danilo Cesar wrote: A few colleagues and I are working on the getUserMedia/PeerConnection API for the Gtk port. It works fine for

Re: [webkit-dev] Updating the SunSpider 1.0 test driver

2013-06-25 Thread Cosmin Truta
On Mon, Jun 24, 2013 at 11:49 PM, I wrote: The validation check of 3d-morph.js in SunSpider 1.0 was relaxed in changeset 149548, because it had initially been too strict. [snip] Is there in sight any plan to update sunspider-test-contents.js accordingly? Actually, sunspider-test-contents.js

Re: [webkit-dev] webkit tests fail results running on Windows (probably font-related)

2013-06-25 Thread nick yamane
Vladimir, Does the same problem happen with release builds ? thanks ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Fuzzinator, a mutation based web fuzzer

2013-06-25 Thread Benjamin Poulain
On Tue, Jun 25, 2013 at 1:56 AM, Renáta Hodován hodo...@inf.u-szeged.huwrote: as many of you know already I'm working on an universal web fuzzer, which is able to generate random test cases for both svg, html, css and js, and test them against any browser. With this method we can catch

Re: [webkit-dev] Fuzzinator, a mutation based web fuzzer

2013-06-25 Thread Zoltan Horvath
Hey Reni, This project sounds cool! I think you will answer some of my questions in your blog post, so I don't ask just one now... Do you know the date it's going to be published? Cheers, Zoltan On Tue, Jun 25, 2013 at 1:14 PM, Philip Rogers p...@google.com wrote: +1 to fuzzing! If this

Re: [webkit-dev] webkit tests fail results running on Windows (probably font-related)

2013-06-25 Thread nick yamane
Vladimir, Do you have any PNG generated for that test when running with --pixel ? I was running into a similar problem when using a custom WEBKITOUTPUTDIR.. I suspect that is bug on RWT/webkitpy. Br, *Nick Diego Yamane Nokia Institute of Technology* On Tue, Jun 25, 2013 at 2:03 PM, Vladimir

Re: [webkit-dev] Fuzzinator, a mutation based web fuzzer

2013-06-25 Thread qx
Renáta Hodován skrev 2013-06-25 11:56: Hi folks, as many of you know already I'm working on an universal web fuzzer, which is able to generate random test cases for both svg, html, css and js, and test them against any browser. With this method we can catch crashes, assertions, memory