I used Chrome early on, then decided it wasn't mature enough (I'm a JavaScript dev, so I see some things that others don't), and I went back to FF. But FF has just been a POS lately, and is pretty much intolerable. Chrome, on the other hand, really nailed some things down as of late, and I'm back on it. Chrome still has some annoying behaviors, though, such as dropping asynchronous JavaScript (AJAX) requests before the response actually comes back. That's NOT what asynchronous is supposed to mean. They consider that a feature, and not a bug. But they do it that way because they have no other way to be "asynchronous", allowing the JavaScript thread to do other things while waiting for the response. So instead, you have to jump through hoops to make it work correctly. But for general usage, far better. Current pref order for the big three is Chrome, IE10, FF.