New web browser from Google: Google Chrome
Tuesday, September 2nd, 2008 by Agro Rachmatullah
Yes, Google will release its very own new browser! If you have time, do read the entertaining 38-page comic licensed in Creative Commons illustrating it.
The highlights are:
- It will be fully open source. It’s not surprising, being Google which uses lots of open source technologies itself and supports open source through means like Google Summer of Code.
- The rendering engine will be based on WebKit which also powers Konqueror and Safari. Why not Gecko, the one powering Firefox? Google claims WebKit is fast, easily runs on mobile devices, and is very easy for new developers to learn.
- Each tab will run in its own separate process. Therefore, one tab crashing won’t affect the whole browser. The Chrome UI will also allow you to analyze the resource consumption of each tab which is a very sweet feature. Closing a tab will completely release all resources associated with the process just like closing a normal application, preventing memory hog.

- A JavaScript engine designed from scratch designed by the Google V8 team at Denmark. It will be designed from ground up to run big demanding applications like GMail with blazing-fast speed.
- Google Gears will be included by default. This is the JS component that can make web applications run in offline mode and other stuffs that are supposed to make apps easier to develop.
- Address bar will be below tabs. Well, it’s kind of logical but… Well, big deal…

- Privacy mode like IE8 in which nothing of your browsing activity is recorded. Aka pr0n mode.
- Address bar, or Omnibar as they christened it, autocomplete like Firefox 3 but with additional entries like popular sites based on what you type.
- Opening a new tab shows the list of 9 sites you open most just like Opera, with the addition of search engines you might want to immediately use on its right.

- Pop up blocking and anti malware/phising features. the browser will continually download list of malicious sites. Kind of a must have in today’s browser anyway.
It’s nice to see Google playing nicely by making it a free software. What I have high hopes most is in the JavaScript engine. The comic actually goes quite a great length explaining many of its technical details in comparison with other engines with simple languages (for a programmer of course), so again read it :).
As a (would be lazy) JavaScript programmer, I’ve got IE7, FF3, Opera, and Safari installed anyway (I believe I have Amaya installed at one point too). Another one in the neighborhood won’t be such a shock.
PS: www.google.com/chrome should have a content appearing soon.