Not that anyone asked for another browser but Google has taken it upon itself to create its own. Let me just cut the crap and get right to it. I'm going to look at this from a networking standpoint first, because well, that's where you end up no matter how pretty something looks.
Here's some normal IE8 beta 2 traffic
GET / HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, application/x-silverlight-2-b2, application/x-silverlight, */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; MS-RTC LM 8)
UA-CPU: x86
Accept-Encoding: gzip, deflate
Host: www.cnn.com
Connection: Keep-Alive
here's some normal firefox 3 traffic
GET / HTTP/1.1
Host: www.cnn.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 (.NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie : <removed>
so far, so good, so what? BEFORE you even hit that go button in Chrome, here's what's going on that you don't see as you're typing (in my case, www.cnn.com)
GET /complete/search?client=chrome&output=chrome&hl=en-US&q=www HTTP/1.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13
Cookie: <removed>
Accept-Language: en-US,en
Accept-Charset: ISO-8859-1,*,utf-8
Accept-Encoding: gzip,deflate,bzip2
Host: clients1.google.com
Connection: Keep-Alive
I'm sorry? clients1.google.com? Navigate to it and surprise, it's just a simple run of the mill google search page. After this magic traffic to client1.google.com, I send out my request to cnn and I'm surprised again by what type its built on. Wait for it...
GET / HTTP/1.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Cookie: <removed>
Accept-Language: en-US,en
Accept-Charset: ISO-8859-1,*,utf-8
Accept-Encoding: gzip,deflate,bzip2
Host: www.cnn.com
Connection: Keep-Alive
How interesting, Apple has said they've got a big announcement later this week. Hmmmmm. Are we going to see a Goople phone? Anyway, moving on to the rest of the application, I do happen to like a couple developer features they built into it, such as debug javascript, javascript console and task manager (even got a "geek stats" button in that task manager thats really cool).
I don't see myself using this browser much really. Yea it's another option, yea its from google, but ...so what?