[webkit-dev] The green tree era

2010-04-03 Thread Adam Barth
Thanks to an enormous effort by a large number of people (spearheaded by Eric), we have returned returned the Tiger and Snow Leopard bots to green, letting us add them to the list of core builders. I'd like to ask your help to keep them that way. In the past, red bots went unnoticed and failures

[webkit-dev] parallel painting

2010-04-03 Thread Zoltan Herczeg
Hi, I am working on a parallel painting feature for WebKit (bug id: 36883). Basically it records the painting commands on the main thread, and replay them on a painting thread. The gain would be that the recording operation is cheap. Currently it is Qt specific, but I could make it more platform