[webkit-dev] run-webkit-tests and run-perf-tests scripts now use WebKitTestRunner by default

2015-03-05 Thread Chris Dumez
Hi, I just wanted to let you know that run-webkit-tests and run-perf-tests now use WebKitTestRunner by default after [1]. Passing —webkit-test-runner or -2 to these scripts is no longer needed (and no longer works). If you wish to run DumpRenderTree, you should pass —dump-render-tree or -1 to

[webkit-dev] “createMediaStreamSource” of “AudioContext” is undefined using Safari browser !

2015-03-05 Thread Sasi San
Hi- I am using Temasys’ Free WebRTC Plugin in my project with web audio APIs to get the audio stream. It works on all the browsers except Safari which is complaining about “createMediaStreamSource” of “AudioContext” is undefined. Please let me know when this API will be available for Safari. or

[webkit-dev] NEON_INTRINSICS

2015-03-05 Thread Carlos Garcia Campos
Yesterday a patch was submitted to fix the build with NEON_INTRINSICS, and Ossy pointed out that the build has been broken since r170433, and nobody has noticed it until now. So that makes me wonder if anybody is actually using that and if it even works, because otherwise we should probably remove

Re: [webkit-dev] Unused parameter warnings / errors / warning fixes

2015-03-05 Thread Osztrogonác Csaba
Hi again, it seems opinions are dived about how and what should we do. I agree that turning on errors for unused parameter for Objective-C files is undesirable, because we can't omit the parameter name. Additionally it isn't easy (or maybe it is impossible) to build only Objective-C sources