[webkit-dev] Do we have a style preference about const member functions?

2011-05-28 Thread Geoffrey Garen
This came up in https://bugs.webkit.org/show_bug.cgi?id=59604. My personal preference is against const member functions because they force many error-prone code changes: introducing a const forces the transitive closure of all potential callees to change their signatures recursively, and if you

Re: [webkit-dev] EWS guts about to change

2011-05-28 Thread Eric Seidel
Related: We swapped out the guts of Tools/EWSTools/start-queue.sh a few weeks back. If you run an EWS bot and haven't restarted it manually in a while, now would be a good time to. start-queue.sh makes the EWS robust against python changes, but when we change start-queue.sh bots require manual r

[webkit-dev] EWS guts about to change

2011-05-28 Thread Adam Barth
If you don't run an EWS bot, you can ignore this message. I'm about to land a patch that swaps out the guts of all the EWS bots with the new guts we're using for the cr-linux bot. The new guts should be faster and will allow us to run tests. Hopefu

[webkit-dev] SVG access for native application

2011-05-28 Thread Saba Taseer
I am building a graphics application and want to use SVG for drawing curves and ellipses. As I am short of time, I dont want to implement SVG, or communicate to the underlying graphics hardware on any platform. I want to use SVG library in webkit for my native graphics app but I cant find a p