[webkit-dev] Idle build bots?

2012-09-30 Thread Raphael Kubo da Costa
Hey there, Looking at build.webkit.org I see many white bubbles in all bots, and the most recent commits have been pending in them for a few hours. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] Constructors for DOM4 Events

2012-09-30 Thread Kentaro Hara
TL;DR: Would it be OK to implement constructors for DOM4 Events in WebKit without waiting for the spec? == Background == Events should have constructors. 'new XXXEvent()' is much easier than 'e = document.createEvent(...); e.initXXXEvent(_a_lot_of_arguments_)'. We have already implemented

Re: [webkit-dev] Constructors for DOM4 Events

2012-09-30 Thread Maciej Stachowiak
Since TPAC is less than a month away, I don't understand why we can't wait for that discussion. I do support the idea in general, and I plan to be at TPAC and will advocate for it. I understand that sometimes we need to move ahead of the spec. If there's a reason not to wait a few extra weeks

Re: [webkit-dev] Constructors for DOM4 Events

2012-09-30 Thread Kentaro Hara
Since TPAC is less than a month away, I don't understand why we can't wait for that discussion. Sounds reasonable. I'll wait for TPAC. I do support the idea in general, and I plan to be at TPAC and will advocate for it. I'll be also going to TPAC. I would appreciate your support. On