[webkit-dev] "highlighting" a frame

2012-07-09 Thread Patrick East
Hello, We are working on a custom build of WebKit that will "highlight" a frame when the mouse moves over it (the intent is to have it draw a border around it for use with a custom input device). We have tried modifying the webcore html.css file adding in a :hover selector for frame and iframe

[webkit-dev] Can protocol handler be moved to the modules ?

2012-07-09 Thread Gyuyoung Kim
Hello folks, I wonder whether protocol handler is able to be moved to the modules. I was told that protocol handler belonges == Current Non-Modules Using Module-Related Techniques for Loose Coupling == devicemotion deviceoritentation fileapi html notifications protocolhandler speechinput svg we

Re: [webkit-dev] Parallel image decoders are up for review

2012-07-09 Thread KwangYul Seo
Hi, I realized that measuring page loading time here is a bit misleading. Because image decoding is performed lazily in rendering, it is possible that many images are still not decoded when page loading is finished. Parallel image decoders exacerbate this because image decoding is changed to asyn

Re: [webkit-dev] Parallel image decoders are up for review

2012-07-09 Thread Maciej Stachowiak
On Jul 9, 2012, at 1:30 AM, KwangYul Seo wrote: > Hi, > > Our team at Company 100 has worked on parallel image decoders for past a few > weeks and some patches are pending for review now. Here is the master bug for > parallel image decoders: > > https://bugs.webkit.org/show_bug.cgi?id=90375

Re: [webkit-dev] Easing printf based debugging in WebKit with an helper.

2012-07-09 Thread Brady Eidson
On Jul 9, 2012, at 2:43 PM, Alexis Menard wrote: > Hi, > > For those who "secretly" use printf debugging :). I know the > recommended way is to use a debugger and it's not the point of this > discussion. A lot of us do this, and sometimes it's necessary. I agree with the gripe and support ad

Re: [webkit-dev] Easing printf based debugging in WebKit with an helper.

2012-07-09 Thread Philip Rogers
Not that I admit to using printf debugging, but if I were to, hypothetically of course, I would find this patch helpful. On Mon, Jul 9, 2012 at 2:43 PM, Alexis Menard wrote: > Hi, > > For those who "secretly" use printf debugging :). I know the > recommended way is to use a debugger and it's not

[webkit-dev] Easing printf based debugging in WebKit with an helper.

2012-07-09 Thread Alexis Menard
Hi, For those who "secretly" use printf debugging :). I know the recommended way is to use a debugger and it's not the point of this discussion. The other day I was working on the Mac port (with no real possibility to have a debug build) and I missed a lot a great feature we have in Qt : qDebug()

[webkit-dev] lists.webkit.org

2012-07-09 Thread William Siegrist
lists.webkit.org is now on our new hardware. The migration did not go as smoothly as we had hoped, and you may have received some rejection emails in the past few hours. You may need to resend those messages. If you continue to have trouble sending mail (or receiving mail through a @webkit.org a

Re: [webkit-dev] Parallel image decoders are up for review

2012-07-09 Thread KwangYul Seo
Thanks. I will upload one monolithic patch (not for review) that you can see to the master bug when I come back to work tomorrow. It is late night in Korea :( I really appreciate your previous work! Regards, Kwang Yul Seo On Mon, Jul 9, 2012 at 10:16 PM, Zoltan Horvath wrote: > > Great job gu

Re: [webkit-dev] Parallel image decoders are up for review

2012-07-09 Thread Zoltan Horvath
Great job guys! Your approach sounds good. Can you upload an overall patch (not for review) to the main bug? Then we can easily test your solution and see the overall complexity change of the patch. I will test the patch on Qt and keep in touch. Regards, On Mon, 09 Jul 2012 10:30:51 +02

[webkit-dev] Parallel image decoders are up for review

2012-07-09 Thread KwangYul Seo
Hi, Our team at Company 100 has worked on parallel image decoders for past a few weeks and some patches are pending for review now. Here is the master bug for parallel image decoders: https://bugs.webkit.org/show_bug.cgi?id=90375 For the overall architecture and design, please refer to the follo