Google Chrome

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Google Chrome
Google Chrome Icon
Google Chrome Screenshot
Main page of the English Wikipedia in Chrome 0.2 running on Windows Vista
Developed by Google Inc.
Initial release September 2, 2008 (2008-09-02)
Stable release 1.0.154.53  (2009-03-23; 13 days ago) [+/−]
Preview release 2.0.172.2  (2009-4-03; 2 days ago) [+/−]
Written in C++
Operating system Microsoft Windows (XP SP2 and later); Mac OS X and Linux in development.
Size 8.43 MB
Available in 43 languages
Development status Stable
Type Web browser
License Google Chrome Terms of Service (Google Chrome executable),
BSD (source code and Chromium executable)
Website www.google.com/chrome

Google Chrome is a web browser developed by Google and based on the WebKit layout engine and application framework. It was first released as a beta version for Microsoft Windows on September 2, 2008, and the public stable release was on December 11, 2008. The name is derived from the graphical user interface frame, or "chrome", of web browsers.

Chromium is the open source project behind Google Chrome.[1] The Google-authored portion of it is released under the BSD license, with other parts being subject to a variety of different permissive open-source licenses, including the MIT License, the LGPL, the Ms-PL and a MPL/GPL/LGPL tri-license.[2] It implements the same feature set as Chrome, but has a slightly different logo.[3]

Contents

[edit] History

[edit] Announcement

The release announcement was originally scheduled for September 3, 2008, and a comic by Scott McCloud was to be sent to journalists and bloggers explaining the features of and motivations for the new browser.[4] Copies intended for Europe were shipped early and German blogger Philipp Lenssen of Google Blogoscoped[5] made a scanned copy of the 38-page comic available on his website after receiving it on September 1, 2008.[6] Google subsequently made the comic available on Google Books and their site[7] and mentioned it on its official blog along with an explanation for the early release.[8]

[edit] Public release

The Chromium Test Shell on Linux
A pre-alpha version of Chromium for Linux, showing the default warning home page.

The browser was first publicly released for Microsoft Windows (XP and later only) on September 2, 2008 in 43 languages, officially a beta version.[9] Chrome quickly gained about 1% market share. Mac OS X and Linux versions are under development.[10][11][12][13] In the end of 2008, a message saying that a "test shell" is available to build on Linux was placed in the Chromium project's developer wiki[14]. Some have tried this shell, which apparently lacked many features, but appeared to function quite well in rendering web sites (including JavaScript).[15][16] In March 2009, the test shell was replaced by a pre-alpha version of the Chromium browser, which looks similar to the Windows release, but is still very far from complete. [17]

On September 2, a CNET news item[18] drew attention to a passage in the terms of service for the initial beta release, which seemed to grant to Google a license to all content transferred via the Chrome browser. The passage in question was inherited from the general Google terms of service.[19] On the same day, Google responded to this criticism by stating that the language used was borrowed from other products, and removed the passage in question from the Terms of Service.[20] Google noted that this change would "apply retroactively to all users who have downloaded Google Chrome."[21] There were subsequent concern and confusion about whether and what information the program communicates back to Google. The company stated that usage metrics are only sent when users opt in by checking the option "help make Google Chrome better by automatically sending usage statistics and crash reports to Google" when the browser is installed.[dead link][22][23]

The first release of Google Chrome passed the Acid1 test but on Acid2 a very small artifact appears.[24] It also passed 79 out of the 100 subtests of the Acid3, higher than both Internet Explorer 7, which scored 14, and Firefox 3, which scored 71, but lower than Opera, which scored 83.[25] When compared with development builds of Firefox, Internet Explorer, Opera, and Safari, Chrome scored lower than Firefox 3.1 Beta 1 (85), Opera (100), and Safari 4 (Developer Preview) (100),[25] but still higher than Internet Explorer (21).[citation needed] However, the current Dev channel build scores 100 out of 100 while still failing the link test.

On January 9, 2009, CNET reports that Google plans to release versions for Mac OS X and Linux by the first half of the year.[26]

In February 2009, Chrome had a share of 1.15% of the web browser market.[27]

[edit] Unofficial Chromium releases

  • On September 15, 2008, CodeWeavers released an unofficial bundle of a Wine derivative and Chromium Developer Build 21 for Linux and Mac OS X, which they dubbed CrossOver Chromium.[28][29]
  • SRWare Iron is a release of Chromium software that explicitly disables the collection and transmission of usage information.[30]

[edit] Development

Primary design goals were improvements in security, speed, and stability compared to existing browsers. There also were extensive changes in the user interface.[7] Chrome was assembled from 26 different code libraries from Google and others from third parties such as Netscape.[31]

[edit] Security

Chrome periodically downloads updates of two blacklists (one for phishing and one for malware), and warns users when they attempt to visit a harmful site. This service is also made available for use by others via a free public API called "Google Safe Browsing API". Google notifies the owners of listed sites who may not be aware of the presence of the harmful software.[7]

Chrome will typically allocate each tab to fit into its own process to "prevent malware from installing itself" or "using what happens in one tab to affect what happens in another", however the actual process allocation model is more complex.[32] Following the principle of least privilege, each process is stripped of its rights and can compute, but can not write files or read from sensitive areas (e.g. documents, desktop)—this is similar to the "Protected Mode" that is used by Internet Explorer 7 on Windows Vista. The Sandbox Team is said to have "taken this existing process boundary and made it into a jail";[33] for example, malicious software running in one tab is unable to sniff credit card numbers, interact with the mouse, or tell Windows to "run an executable on start-up" and it will be terminated when the tab is closed. This enforces a simple computer security model whereby there are two levels of multilevel security (user and sandbox) and the sandbox can only respond to communication requests initiated by the user.[34]

Typically, plugins such as Adobe Flash Player are not standardized and as such, cannot be sandboxed as tabs can be. These often need to run at, or above, the security level of the browser itself. To reduce exposure to attack, plugins are run in separate processes that communicate with the renderer, itself operating at "very low privileges" in dedicated per-tab processes. Plugins will need to be modified to operate within this software architecture while following the principle of least privilege.[7] Chrome supports the Netscape Plugin Application Programming Interface (NPAPI),[35][36] but does not support the embedding of ActiveX controls.[36] Also, Chrome does not have an extension system such as Mozilla's XPInstall architecture.[37] Java applets support is available in Chrome as part of Java 6 update 11.[38][39]

A private browsing feature called Incognito mode is provided that prevents the browser from storing any history information or cookies from the websites visited. This feature has been referred to as a porn mode similar to the private browsing feature available in Apple's Safari and Internet Explorer 8.[40]

A denial-of-service vulnerability was found that allowed a malicious web page to crash the whole web browser.[41][42] However, Google Chrome developers confirmed the flaw, and it was fixed in the 0.2.149.29 release.[43]

[edit] Speed

The JavaScript virtual machine was considered a sufficiently important project to be split off (as was Adobe/Mozilla's Tamarin) and handled by a separate team in Denmark coordinated by Lars Bak at Aarhus. According to Google, existing implementations were designed "for small programs, where the performance and interactivity of the system weren't that important," but web applications such as Gmail "are using the web browser to the fullest when it comes to DOM manipulations and Javascript." The resulting V8 JavaScript engine has features such as hidden class transitions, dynamic code generation, and precise garbage collection.[7] Tests by Google on 9/2/2008 showed that V8 was about twice as fast as Firefox 3.0 and the WebKit nightlies (of which Safari is a lightly modified version) . Ten days later, SquirrelFish Extreme was announced by the WebKit, making the performance difference between WebKit and Chromium a dead heat again.[44]

Several websites performed benchmark tests using the SunSpider JavaScript Benchmark[45] tool as well as Google's own set of computationally intense benchmarks, which includes ray tracing and constraint solving.[46] They unanimously reported that Chrome performed much faster than all competitors against which it had been tested, including Safari, Firefox 3.0, Internet Explorer 7, and Internet Explorer 8.[47][48][49][50] While Opera had not been compared to Chrome in those comparisons, in previous tests, it had been shown to be slightly slower than Firefox 3.0, which in turn, was slower than Chrome.[51][52] Another blog post by Mozilla developer Brendan Eich compared Chrome's V8 engine to his own TraceMonkey Javascript engine which was introduced in Firefox 3.1alpha, stating that some tests were faster in one engine and some were faster in the other, with Firefox 3.1a faster overall.[53] John Resig, Mozilla's JavaScript evangelist, further commented on the performance of different browsers on Google's own suite, finding Chrome "decimating" other browsers, but he questions whether Google's suite is representative of real programs. He stated that Firefox 3.0 performed poorly on recursion intensive benchmarks, such as those of Google, because the Mozilla team had not implemented recursion-tracing yet.[54]

Chrome also uses DNS prefetching to speed up website lookups.[55]

[edit] Stability

The Gears team was considering a multithreaded browser (noting that a problem with existing web browser implementations was that they are inherently single-threaded) and Chrome implemented this concept with a multi-process architecture,[56] similar to Loosely Coupled Internet Explorer (LCIE) recently implemented by Internet Explorer 8.[57] By default, a separate process is allocated to each site instance and plugin.[58] This prevents tasks from interfering with each other, which is good for security and stability; an attacker successfully gaining access to one application does not gain access to all, and failure in one application results in a Sad Tab screen of death, similar to the well-known Sad Mac, except only one single tab crashes instead of the whole application. This strategy exacts a fixed per-process cost up front, but results in less memory bloat overall as fragmentation is confined to each process and no longer results in further memory allocations.[59]

Chrome features a process management utility called the Task Manager which allows the user to "see what sites are using the most memory, downloading the most bytes and abusing [their] CPU" (as well as the plugins which run in separate processes) and terminate them.[7] Some users have reported a conflict with Internet Explorer, often resulting in the blue screen error on Windows.[60]

[edit] User interface

When Chrome is maximized, the title bar becomes hidden and instead, the tab bar is displayed at the top. Also, when the mouse is moved over a link, the URL of the link is displayed in a status bar at the bottom left. Otherwise, the status bar is invisible.
When Chrome is not maximized, the title bar is shown on top of the tab bar.

The main user interface includes back, forward, refresh, bookmark, go, and cancel options. A home button can be turned on through options, which takes the user to the nine website previews seen on a new tab or the configured home page. The options are similar to Safari, while the location of the settings is similar to versions of Internet Explorer starting with version 7. The design of the window is based on Windows Vista.

When the window is not maximized, the tab bar appears directly under the title bar. When maximized, the title bar disappears, and instead, the tab bar is shown at the very top of the window. Like other browsers, it has a full-screen mode that hides the operating system's interface completely. In which case the Windows task bar, notification area, and Start button still take space at all times unless they have been configured to hide at all times.

Chrome includes Gears, which adds features for web developers typically relating to the building of web applications (including offline support).[7]

Chrome replaces the browser home page which is displayed when a new tab is created with a New Tab Page. This shows[61] thumbnails of the nine most visited web sites along with the sites most often searched, recent bookmarks, and recently closed tabs, same as Internet Explorer and Firefox with the Google Toolbar 5 installed.[7]

The Omnibox is the URL box at the top of each tab, which combines the functionalities of both URL box and search box. It includes autocomplete functionality, but only will autocomplete URLs that were manually entered (rather than all links), search suggestions, top pages (previously visited), popular pages (unvisited), and text search over history. Search engines also can be captured by the browser when used via the native user interface by pressing Tab.[7]

Popup windows "are scoped to the tab they came from" and will not appear outside the tab unless the user explicitly drags them out.[7]

Chrome uses the WebKit rendering engine to display web pages, on advice from the Android team.[7] Like most browsers, Chrome was extensively tested internally before release with unit testing, "automated user interface testing of scripted user actions" and fuzz testing, as well as WebKit's layout tests (99% of which Chrome is claimed to have passed). New browser builds are automatically tested against tens of thousands of commonly accessed websites inside of the Google index within 20-30 minutes.[7]

Tabs are the primary component of Chrome's user interface and as such, have been moved to the top of the window rather than below the controls. This subtle change contrasts with many existing tabbed browsers which are based on windows and contain tabs. Tabs (including their state) can be transferred seamlessly between window containers by dragging. Each tab has its own set of controls, including the Omnibox.[7]

Chrome allows users to make local desktop shortcuts that open web applications in the browser. The browser, when opened in this way, contains none of the regular interface except for the title bar, so as not to "interrupt anything the user is trying to do." This allows web applications to run alongside local software (similar to Mozilla Prism and Fluid).[7]

By default, the status bar is hidden whenever it is not being used. However, it appears at the bottom left corner whenever a page is loading and when a hyperlink is hovered over.

For web developers, Chrome features an element inspector similar to the one in Firebug.[55]

[edit] Usage tracking

Chrome sends details about its usage to Google through both optional and non-optional user tracking mechanisms.

Tracking methods
Method[62] Information sent When Optional?
RLZ identifier[63] Encoded string, may contain anything.[64][65]
  • Every 24 hours
  • On Google search query
  • When "significant events occur"
No
clientID[66] Unique Identifier used for statistics service Unknown Yes
Suggest[66] Text typed into the address bar While being typed Yes
Page not found Text typed into the address bar Upon receiving "Server not found" response Yes
Bug tracker Details about crashes and failures Unknown Yes

Additionally, for installation, Chrome requires the Google Updater, which periodically connects to Google.[62] However, a standalone version is available from Google that does not require it.[67][68]

Some of the tracking mechanisms can be optionally enabled and disabled through the installation interface[citation needed] and through the browser's options dialog.[66] A Freeware program called UnChrome has been made to erase the clientID off the hard drive.[dead link][22] Unofficial builds, such as SRWare Iron, seek to remove these features from the browser altogether.[62]

[edit] Extensions

As of October 2008, Google Chrome does not support third party extensions.[69][70]

As of version 3499, Google Chrome has rudimentary Greasemonkey support. This feature is off by default, and may be turned on by launching the application with a specific command-line argument.[71]

Google Chrome extensions: Not yet, but later. "We don't have that in the beta today, but we definitely plan an extension API," or application programming interface, Sundar Pichai, a Google vice president of product management, said at the Chrome launch event here Tuesday. "It is one of the things we will get to next."

CNet News[72]

[edit] Stable, Beta and Dev Releases

On January 8, 2009 Google introduced a new release channels system with three distinct release channels: Stable channel, Beta channel, and Developer preview channel (called the 'Dev' channel). Before this change there were only two channels, the Beta channel and the Developer preview channel. All previous Developer channel users were moved to Beta channel. The reason given by Google is that the Developer channel builds are less stable and polished than those that Developer channel users were getting during Google Chrome's Beta period. The stable channel will be updated with features and fixes once they have been thoroughly tested in the Beta channel, and the Beta channel will be updated roughly monthly with stable and complete features from the Developer channel. The Developer channel is where ideas get tested (and sometimes fail) and can be very unstable at times. [73][74]

[edit] Reception

The Daily Telegraph's Matthew Moore summarizes the verdict of early reviewers: "Google Chrome is attractive, fast and has some impressive new features, but may not—yet—be a threat to its Microsoft rival."[75]

Microsoft reportedly "played down the threat from Chrome" and "predicted that most people will embrace Internet Explorer 8." Opera Software said that "Chrome will strengthen the Web as the biggest application platform in the world."[76] Mozilla said that Chrome's introduction into the web browser market comes as "no real surprise", that "Chrome is not aimed at competing with Firefox", and furthermore that it should not affect Google's financing of Firefox.[77][78]

Chrome’s design bridges the gap between desktop and so-called “cloud computing.” At the touch of a button, Chrome lets you make a desktop, Start menu, or Quick Launch shortcut to any Web page or Web application, blurring the line between what’s online and what’s inside your PC. For example, I created a desktop shortcut for Google Maps. When you create a shortcut for a Web application, Chrome strips away all of the toolbars and tabs from the window, leaving you with something that feels much more like a desktop application than like a Web application or page.

On September 9, 2008, when Chrome still had been in beta, the German Federal Office for Information Security (BSI) issued a statement about their first examination of Chrome, expressing a concern over the prominent download links on Google's German web page, because "beta versions should not be employed for general use applications" and browser manufacturers should provide appropriate instructions regarding the use of pre-released software. They did, however, praise the browser's technical contribution to improving security on the web.[80]

Concern about Chrome's optional usage collection and tracking have been noted in several publications.[81][82]

[edit] Reverse-engineering issues with Windows

On September 11, 2008, a few days after the release of Chrome's source code, Scott Hanselman noticed some incriminating lines of comment in Chrome's code.[83] This was further pushed into limelight by the Ars Technica article Chrome antics: did Google reverse-engineer Windows?. Google later responded to this discovery, denying reverse-engineering by themselves and referring to previously documented, although not official, techniques. [84]

[edit] See also

[edit] References

  1. ^ "Google Chrome is built with open source code from Chromium." Retrieved from: http://dev.chromium.org/developers/how-tos/getting-started.
  2. ^ "Chromium Terms and Conditions". Google Code. 2008-09-02. http://code.google.com/chromium/terms.html. Retrieved on 2008-09-03. 
  3. ^ McAllister, Neil (2008-09-11). "Building Google Chrome: A first look". Fatal Exception (InfoWorld). http://weblog.infoworld.com/fatalexception/archives/2008/09/building_google.html. Retrieved on 2008-09-16. "As the name suggests, Chromium is a rawer, less polished version of Chrome. The UI is mostly identical, with only a few very minor visual differences...The most readily evident difference is the logo, which sheds the Google colors in favor of a subdued blue design" 
  4. ^ Scott McCloud (2008-09-01). "Surprise!". Google Blogoscoped. http://smccloud.livejournal.com/15488.html. Retrieved on 2008-09-01. 
  5. ^ Philipp Lenssen (2008-09-01). "Google Chrome, Google’s Browser Project". http://blogoscoped.com/archive/2008-09-01-n47.html. Retrieved on 2008-09-01. 
  6. ^ Philipp Lenssen (2008-09-01). "Google on Google Chrome - comic book". Google Blogoscoped. http://blogoscoped.com/google-chrome/. Retrieved on 2008-09-01. 
  7. ^ a b c d e f g h i j k l m n "Google Chrome". Google Book Search. 2008-09-01. http://www.google.com/googlebooks/chrome/. Retrieved on 2008-09-02. 
  8. ^ Scott McCloud and Google Chrome team (2008-09-01). "Google Chrome By the Google Chrome team, comics adaptation by Scott McCloud". Google Books. http://books.google.com/books?id=8UsqHohwwVYC&printsec=frontcover#PPP1,M1. Retrieved on 2008-09-01. 
  9. ^ "It was when not if… Google Chrome". September 2008. http://www.doeswhat.com/2008/09/02/it-was-when-not-if-google-chrome/. Retrieved on 2008-09-02. 
  10. ^ Pichai, Sundar; Upson, Linus (2008-09-01). "A fresh take on the browser". Google Blog. http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html. Retrieved on 2008-09-01. 
  11. ^ "Google Chrome update: First screenshot, and live-blog alert". CNet. 2008-09-01. http://news.cnet.com/8301-17939_109-10030025-2.html. Retrieved on 2008-09-02. 
  12. ^ "Google launches Chrome web browser". The Canadian Press. September 2, 2008. http://www.cbc.ca/technology/story/2008/09/01/google-browser.html. Retrieved on 2008-09-02. 
  13. ^ "Come on Google… Chrome for Mac?". November 2008. http://www.doeswhat.com/2008/11/22/come-on-google-chrome-for-mac/. Retrieved on 2008-11-22. 
  14. ^ "Build instructions for Linux". 2008. http://code.google.com/p/chromium/wiki/LinuxBuildInstructions. Retrieved on 2008-12-17. 
  15. ^ Shankland, Stephen (12 November 2008). "Google's Chrome now works on Linux, crudely". http://news.cnet.com/8301-17939_109-10094939-2.html. Retrieved on 2008-12-17. 
  16. ^ Arimbrathodiyil, Praveen (12 December 2008). "Google Chrome on GNU/Linux". http://www.j4v4m4n.in/2008/12/12/google-chrome-on-gnulinux/. Retrieved on 2008-12-17. 
  17. ^ http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/ Chromium Linux builds (.deb files)
  18. ^ "Be sure to read Chrome's fine print". CNET. http://news.cnet.com/8301-17939_109-10030522-2.html. Retrieved on 2008-09-03. 
  19. ^ Google Terms of Service
  20. ^ "Google Chrome Terms of Service (English)". http://www.google.com/chrome/eula.html?hl=en. Retrieved on 2008-09-04. 
  21. ^ Google Amends Chrome License Agreement After Objections, PC World, 2008-09-03, http://www.pcworld.com/businesscenter/article/150637/google_amends_chrome_license_agreement_after_objections.html, retrieved on 2008-09-03 
  22. ^ a b Ackerman, Elise (2008-09-19). "Google browser's tracking feature alarms developers, privacy advocates". San Jose Mercury News. http://www.mercurynews.com/breakingnews/ci_10510989. Retrieved on 2008-09-21. 
  23. ^ "Google Chrome Privacy Notice". http://www.google.com/chrome/intl/en/privacy.html. Retrieved on 2009-10-27. 
  24. ^ http://code.google.com/p/chromium/issues/detail?id=7734
  25. ^ a b Chrome previously scored 78 under versions 0.3 and earlier. Hoffman, Harrison (2008-09-02). "Chrome tops IE, Firefox in Acid3 test". CNET News. http://news.cnet.com/8301-17939_109-10030962-2.html. Retrieved on 2008-09-03. 
  26. ^ Shankland, Stephen (2009-01-09). "Chrome gets Mac deadline, extensions foundation". CNET. http://news.cnet.com/chrome-gets-mac-deadline-extensions-foundation/. Retrieved on 2009-01-13. 
  27. ^ Gruener, Wolfgang (2009-01-03). "Google Chrome crosses 1% market share again". Chicago (IL): TG Daily. http://www.tgdaily.com/content/view/40575/113/. Retrieved on 2009-01-03. 
  28. ^ "Fire Drills and Proving a Point". CodeWeavers. 2008-09-15. http://www.codeweavers.com/about/people/blogs/jwhite/2008/9/15/fire-drills-and-proving-a-point. 
  29. ^ "CrossOver Chromium". http://www.codeweavers.com/services/ports/chromium/. Retrieved on 2008-09-18. 
  30. ^ Iron, a private version of Chromium from Germany Heise News, 25 September 2008
  31. ^ Code reuse in Google Chrome Browser
  32. ^ Chung, Marc (2008-09-05). "chromes-process model explained". http://blog.marcchung.com/2008/09/chromes-process-model-explained.html. Retrieved on 2008-09-10. 
  33. ^ Google (2008-09-01). "Google Chrome". http://www.gamesforthebrain.com/google-chrome/26. Retrieved on 2008-09-03. 
  34. ^ Barth, Adam; Collin Jackson, Charles Reis, and The Google Chrome Team. "The Security Architecture of the Chromium Browser" (PDF). Stanford Security Laboratory. http://crypto.stanford.edu/websec/chromium/chromium-security-architecture.pdf. Retrieved on 2008-09-11. 
  35. ^ "Chrome Supports NPAPI (Netscape Plugin Application Programming Interface)". Wearechrome.com. http://wearechrome.com/index.php?topic=15.0. Retrieved on 2008-09-03. 
  36. ^ a b Google Chrome FAQ for web developers
  37. ^ FAQ (Chromium Developer Documentation)
  38. ^ "Java and Google Chrome". Java.com. http://www.java.com/en/download/faq/chrome.xml. Retrieved on 2008-09-06. 
  39. ^ Java SE 6 Update Release Notes
  40. ^ "Explore Google Chrome Features: Incognito Mode". 2008-09-02. http://www.google.com/support/chrome/bin/answer.py?answer=95464&hl=en. Retrieved on 2008-09-04. 
  41. ^ Rishi Narang (EvilFingers Community - www.EvilFingers.com) (2008-09-03). "Google Chrome Browser 0.2.149.27 malicious link DoS Vulnerability". http://www.evilfingers.com/advisory/Google_Chrome_Browser_0.2.149.27_in_chrome_dll.php. Retrieved on 2008-09-03. 
  42. ^ "How to crash Chrome. Again and again.". TGDaily.com. 2008-09-03. http://www.tgdaily.com/content/view/39170/108/. Retrieved on 2008-09-06. 
  43. ^ "Beta release: 0.2.149.29". 2008-09-08. http://googlechromereleases.blogspot.com/2008/09/beta-release-0214929.html. Retrieved on 2008-09-09. 
  44. ^ Limi, Alexander (2008-09-02). "Chrome: Benchmarks and more". http://limi.net/articles/google-chrome-benchmarks-and-more. Retrieved on 2008-09-02. 
  45. ^ SunSpider JavaScript Benchmark
  46. ^ "V8 Benchmark suite". Google code. http://code.google.com/apis/v8/run.html. Retrieved on 2008-09-03. 
  47. ^ Rupert Goodwins (2008-09-02). "Google Chrome - first benchmarks. Summary: wow.". http://community.zdnet.co.uk/blog/0,1000000567,10009139o-2000331777b,00.htm. Retrieved on 2008-09-03. 
  48. ^ "Google Chrome Javascript Benchmarks". 2008-09-02. http://jrm.cc/articles/717-google-chrome-javascript-benchmarks. Retrieved on 2008-09-03. 
  49. ^ Adrian Kingsley-Hughes (2008-09-02). "Google Chrome is insanely fast … faster than Firefox 3.0". http://blogs.zdnet.com/hardware/?p=2507. Retrieved on 2008-09-03. 
  50. ^ Stephen Shankland (2008-09-02). "Speed test: Google Chrome". CNET Business Tech. http://news.cnet.com/8301-1001_3-10030888-92.html. Retrieved on 2008-09-03. 
  51. ^ Adrian Kingsley-Hughes (2008-06-16). "SunSpider JavaScript benchmark and ACID 3 compatibility charts - Firefox 3.0 RC 3 and Opera 9.50 added". http://blogs.zdnet.com/hardware/?p=2090. Retrieved on 2008-09-03. 
  52. ^ Kai Schmerer (2008-05-29). "Browser faceoff: IE vs Firefox vs Opera vs Safari". http://www.builderau.com.au/news/print.htm?TYPE=story&AT=339289417-339028227t-320000982c. Retrieved on 2008-09-03. 
  53. ^ Eich, Brendan (2008-09-03). "TraceMonkey Update". http://weblogs.mozillazine.org/roadmap/archives/2008/09/tracemonkey_update.html. Retrieved on 2008-09-03. 
  54. ^ Resig, John (2008-09-03). "JavaScript Performance Rundown". http://ejohn.org/blog/javascript-performance-rundown/. Retrieved on 2008-06-09. 
  55. ^ a b Preston Gralla (2008-09-03). "Three hidden Chrome features you'll love". http://blogs.computerworld.com/three_hidden_chrome_features_youll_love. Retrieved on 2008-09-16. 
  56. ^ Charlie Reisn (2008-09-11). "Multi-process Architecture". http://blog.chromium.org/2008/09/multi-process-architecture.html. Retrieved on 2008-09-12. 
  57. ^ Andy Zeigler (2008-03-11). "IE8 and Loosely-Coupled IE (LCIE)". http://blogs.msdn.com/ie/archive/2008/03/11/ie8-and-loosely-coupled-ie-lcie.aspx. Retrieved on 2008-09-12. 
  58. ^ Chromium Developer Documentation (2008-09-03). "Process Models". http://dev.chromium.org/developers/design-documents/process-models. Retrieved on 2008-09-12. 
  59. ^ Google (2008-09-21). "Google Chrome book". http://www.google.com/googlebooks/chrome/index.html. Retrieved on 2008-09-21. 
  60. ^ Aditya (2008-09-05). "Google Chrome and the Blue Screen of Death". http://www.techielife.com/google-chrome-and-the-blue-screen-of-death/browsers/aditya/2008-09-05/. Retrieved on 2008-09-16. 
  61. ^ Philipp Lenssen. "Google Chrome Screenshots". Google Blogoscoped. http://blogoscoped.com/archive/2008-09-02-n72.html. Retrieved on 2008-09-02. 
  62. ^ a b c "SRWare Iron webpage". http://www.srware.net/en/software_srware_iron.php. Retrieved on 2008-10-12. 
  63. ^ "&rlz= in Google referrer: Organic traffic or AdWords?". http://foliovision.com/2008/12/09/adwords-ppc-organic-rlz/. Retrieved on 2009-02-27. 
  64. ^ It is known to contain, but not limited to, information on where Chrome was download from, its install timestamp, and a timestamp from when "certain features were first used."
  65. ^ General Privacy : Privacy, unique IDs, and RLZ - Google Chrome Help
  66. ^ a b c "Google Reacts to Some Chrome Privacy Concerns". http://blogoscoped.com/archive/2008-09-09-n68.html. Retrieved on 2008-09-24. 
  67. ^ standalone download page
  68. ^ Standalone Offline Installer for Google Chrome
  69. ^ "Google Chrome extensions". http://www.google.com/support/chrome/bin/answer.py?answer=95695&topic=14683. Retrieved on 2008-10-31. 
  70. ^ ChromeFans.org. "Where are the Google Chrome Extensions or Addons?". http://www.chromefans.org/chrome-plugins/google-chrome-extensions-or-addons.htm. Retrieved on 2008-10-31. 
  71. ^ Martin (2008-10-18). "Google Chrome Adds Greasemonkey Support". gHacks.net. http://www.ghacks.net/2008/10/18/google-chrome-adds-greasemonkey-support/. Retrieved on 2009-01-03. 
  72. ^ "Google Chrome extensions: Not yet, but later". http://news.cnet.com/8301-17939_109-10031764-2.html. Retrieved on 2008-10-31. 
  73. ^ Mark Larson (2009-01-08). "Google Chrome Release Channels". http://blog.chromium.org/2009/01/google-chrome-release-channels.html. Retrieved on 2009-01-09. 
  74. ^ Mark Larson (2009-01-08). "Dev update: New WebKit version, new features, and a new Dev channel". http://googlechromereleases.blogspot.com/2009/01/dev-update-new-webkit-version-new.html. Retrieved on 2009-01-09. 
  75. ^ Moore, Matthew (2008-09-02). "Google Chrome browser: Review of reviews". Daily Telegraph (Telegraph Media Group). http://www.telegraph.co.uk/connected/main.jhtml?xml=/connected/2008/09/03/dlchrome103.xml. Retrieved on 2008-09-04. 
  76. ^ The Associated Press: Google polishes product line with Chrome browser
  77. ^ John's Blog, Thoughts on Chrome & More
  78. ^ PC Pro: News: Mozilla: Google's not trying to kill us
  79. ^ Mediati, Nick (2008-09-03). "Google Chrome Web Browser". PC World. http://www.pcworld.com/article/150579/google_chrome_web_browser.html. Retrieved on 2008-09-07. 
  80. ^ Gärtner, Matthias (2008-09-09). "BSI-Position zu Google-Chrome" (in German). Federal Office for Information Security (Federal Office for Information Security). http://www.bsi.de/presse/kurzmeldung/090908chrome.htm. Retrieved on 2008-09-09. 
  81. ^ Ackerman, Elise. "Google browser's tracking feature alarms developers, privacy advocates". Mercury News. http://www.mercurynews.com/breakingnews/ci_10510989. 
  82. ^ "Google's Omnibox could be Pandora's box". 2008-09-03. http://news.cnet.com/8301-13860_3-10031661-56.html?tag=txt. Retrieved on 2008-09-04. 
  83. ^ Hanselman, Scott. "The Weekly Source Code 33". http://www.hanselman.com/blog/TheWeeklySourceCode33MicrosoftOpenSourceInsideGoogleChrome.aspx. Retrieved on 2009-01-07. 
  84. ^ Stephen Shankland (2008-09-19). "Google denies disassembling Vista software". CNET News. http://news.cnet.com/8301-1001_3-10046395-92.html. Retrieved on 2009-02-09. 

[edit] External links

Personal tools