Starting from version 26, Chrome as been making angry a lot...

Chrome

1. CSS3 animation are not as fluid as they used to be. IE10 is not more fluid than Chrome!
2. CSS3 gradiants are making the render glitchy: sometimes going under 5 FPS.
3. It seems like there is a problem with images cache: On the canvas, if you do not paint a image for one frame, then its cache gets deleted, which cause a performance problem (renders usually took 1 to 2 ms, but it jumps to 200 ms sometimes, and there's a blank in the devtools timeline. In the profile view, we only get (system) as feedback)
4. The video API throws errors when everything should be working fine. It plays the video only 50% of the time (even though it's the same video all the times)
5. Decoding images (especially base64 ones) is sometimes really slow, especially if the image is going in and out of the viewport (again, a image cache problem) ??

DevTools

1. Breakpoints moves from one line to another between refresh, even though the code does not change.
2. Removing a break point by clicking on it does not work most of the time (the UI says that the break point is not there, but the debugger stills stop on it.
3. Using only one var block seems to upset the debugger too... But this is a js best pratice...
4. Editing the CSS in the devtools is a pain. I often loose what I type in...
5. Saving local modifications (from js, css) works 50%, so we can't use it...


BTW, All those bugs are still present in the Canary version (which I use daily)

I must say that I am a bit afraid, since Webkit is the most used engine on the web and since Opera made the decision to use it now. I don't want to develop in Firefox, but right now, I do not have the choice.

I will continue to edit this when I found anything else I hate, or when thing get fixed.