Google Chrome: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Supten Sarbadhikari
No edit summary
imported>Caesar Schinas
m (link capitalisation (odd))
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[Google]] has launched '''Chrome''' [http://tools.google.com/chrome/intl/en-US/welcome.html].
{{subpages}}
They say: "Like the classic Google homepage, Google Chrome is clean and fast. It gets out of your way and gets you where you want to go.
{{Infobox Software
Behind the scenes, we were able to build the foundation of a browser that runs today's complex web applications much better. By keeping each tab working in isolation, we were able to prevent one tab from crashing another and provide improved protection from rogue sites. We improved speed and responsiveness across the board. We also built V8, a more powerful JavaScript engine, to power the next generation of web applications that aren't even possible in today's browsers. This is just the beginning - Google Chrome is far from done. We've released this beta for Windows to start the broader discussion and hear from you as quickly as possible. We're hard at work building versions for Mac and Linux too, and we'll continue to make it even faster and more robust." [http://www.google.com/chrome/intl/en-GB/why.html?hl=en-GB&brand=CHMB&utm_campaign=en-GB&utm_source=en-GB-ha-apac-in-sk&utm_medium=ha&utm_term=chrome]
| name          = Google Chrome
| logo          =
| screenshot    =
| website        = www.google.com/chrome
| creator        = Google
| developer      = Google
| type          = [[Web browser]]
| release_first  = Sept 2008
| release_stable =
| source_model  = Mostly [[open source]]
| licence        = [http://www.google.com/chrome/intl/en/eula_text.html Google Chrome TOS]
| os            = Windows
}}
'''Google Chrome''' is a [[web browser]] developed by [[Google]]. Most of the code for Chrome is released in the form of Google's open source [[Chromium (web browser)|Chromium]] project, but Chrome itself contains closed-source components.
 
Chrome is designed to be clean and fast, and uses a new [[JavaScript]] engine called V8. The key technical innovation is that each tab in the browser is a separate process, meaning that badly-written scripts running in one tab do not affect other tabs<ref>Google Chrome, [http://www.google.com/chrome/intl/en-GB/why.html A fresh take on the browser]</ref>. Somewhat unusally, Google announced Chrome by producing a comic book illustrating the features and design of the browser<ref>[http://www.google.com/googlebooks/chrome/ Google Chrome comic book]</ref>, and have produced a behind-the-scenes video <ref>[http://www.youtube.com/watch?v=JGmO7Oximw8]</ref>.
 
The open source code base used in Chrome is called 'Chromium' and is released under the BSD License<ref>Google Code, [http://code.google.com/chromium/ Chromium]</ref>. Chromium and Chrome are based on [[WebKit]], an open-source HTML renderer, which is used in the [[Safari (browser)]], the [[iPhone]] and [[Android]], Google's handheld platform.
 
== References ==
<references />

Latest revision as of 05:43, 14 May 2009

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
Video [?]
 
This editable Main Article is under development and subject to a disclaimer.
Google Chrome
Website www.google.com/chrome
Created by Google
Developed by Google
Software type Web browser
Initial release Sept 2008
Source model Mostly open source
Licence Google Chrome TOS
Supported OSes Windows

Google Chrome is a web browser developed by Google. Most of the code for Chrome is released in the form of Google's open source Chromium project, but Chrome itself contains closed-source components.

Chrome is designed to be clean and fast, and uses a new JavaScript engine called V8. The key technical innovation is that each tab in the browser is a separate process, meaning that badly-written scripts running in one tab do not affect other tabs[1]. Somewhat unusally, Google announced Chrome by producing a comic book illustrating the features and design of the browser[2], and have produced a behind-the-scenes video [3].

The open source code base used in Chrome is called 'Chromium' and is released under the BSD License[4]. Chromium and Chrome are based on WebKit, an open-source HTML renderer, which is used in the Safari (browser), the iPhone and Android, Google's handheld platform.

References