[webkit-dev] Changing names of new WebGL extensions

2013-07-02 Thread Karol Swiniarski
Hi all, First of all I would like to say hi to everyone - it's my first post in this list ;-) There has been recently approved WebGL extensions by Khronos: WEBGL_depth_texture, WEBGL_compressed_texture_s3tc, WEBGL_lose_context. I created a patch which changes old prefixes from WEBKIT_WEBGL_ to

Re: [webkit-dev] Remove CSS_IMAGE_ORIENTATION Feature Guard

2013-07-02 Thread Brent Fulgham
Hi Everyone, I haven't seen any action on https://bugs.webkit.org/show_bug.cgi?id=116555 (or https://bugs.webkit.org/show_bug.cgi?id=92330) in the past month. I'd like to remove this logic unless there is some activity here. We can always add it back in from SVN history if someone does want

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

2013-07-02 Thread Dean Jackson
On 27/06/2013, at 2:48 AM, Renáta Hodován hodo...@inf.u-szeged.hu wrote: On 06/26/2013 12:30 AM, Zoltan Horvath wrote: 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

Re: [webkit-dev] For your consideration: Naming scheme for fooIfExists/ensureFoo

2013-07-02 Thread Maciej Stachowiak
On Jul 1, 2013, at 7:31 PM, Brady Eidson beid...@apple.com wrote: On Jul 1, 2013, at 5:27 PM, Ryosuke Niwa rn...@webkit.org wrote: I concur. Maybe StyleResolver* styleResolverIfExists() StyleResolver styleResolver() ? I concur with this. For this entire discussion, this is where