Google Chrome

Summary

Google Chrome is a web browser developed by Google. It was first released in 2008 for Microsoft Windows, built with free software components from Apple WebKit and Mozilla Firefox.[16] Versions were later released for Linux, macOS, iOS, and also for Android, where it is the default browser.[17] The browser is also the main component of ChromeOS, where it serves as the platform for web applications.

Google Chrome
Developer(s)Google
Initial release
Windows XPBeta / September 2, 2008; 15 years ago (2008-09-02)
Windows XP1.0 / December 11, 2008; 15 years ago (2008-12-11)
macOS, LinuxPreview / June 4, 2009; 14 years ago (2009-06-04)
macOS, LinuxBeta / December 8, 2009; 14 years ago (2009-12-08)
Multi­platform5.0 / May 25, 2010; 13 years ago (2010-05-25)
Stable release(s) [±]
Windows, macOS, Linux123.0.6312.86/87[1] Edit this on Wikidata / 26 March 2024; 1 day ago (26 March 2024)
Windows Server 2012/2012 R2109.0.5414.165[2] / 13 September 2023; 6 months ago (2023-09-13)
Android123.0.6312.80[3] Edit this on Wikidata / 26 March 2024; 1 day ago (26 March 2024)
iOS123.0.6312.52[4] Edit this on Wikidata / 14 March 2024; 13 days ago (14 March 2024)
Extended Support Release122.0.6261.148[5] Edit this on Wikidata / 26 March 2024; 1 day ago (26 March 2024)
Preview release(s) [±]
Windows, macOS, Linux124.0.6367.18[6] Edit this on Wikidata / 27 March 2024; 0 days ago (27 March 2024)
Android124.0.6367.4[7] Edit this on Wikidata / 20 March 2024; 7 days ago (20 March 2024)
iOS124.0.6367.18[8] Edit this on Wikidata / 27 March 2024; 0 days ago (27 March 2024)
Written inC, C++, Assembly, HTML, Java (Android app only), JavaScript, Python[9][10][11]
EnginesBlink (WebKit on iOS), V8 JavaScript engine
Operating system
PlatformIA-32, x86-64, ARMv7, ARMv8-A
Included with
Available in47 languages[14]
TypeWeb browser, mobile browser
LicenseProprietary freeware, based on open source components[15][note 1]
Websitewww.google.com Edit this at Wikidata

Most of Chrome's source code comes from Google's free and open-source software project Chromium, but Chrome is licensed as proprietary freeware.[15] WebKit was the original rendering engine, but Google eventually forked it to create the Blink engine;[18] all Chrome variants except iOS used Blink as of 2017.[19]

As of October 2022, StatCounter estimates that Chrome has a 67% worldwide browser market share (after peaking at 72.38% in November 2018) on personal computers (PC),[20] is most used on tablets (having surpassed Safari), and is also dominant on smartphones.[21][22] With a market share of 65% across all platforms combined, Chrome is the most used web browser in the world today.[23]

Because of the success of Chrome, Google has expanded the "Chrome" brand name to other products: ChromeOS, Chromecast, Chromebook, Chromebit, Chromebox, and Chromebase.

History edit

Google CEO Eric Schmidt opposed the development of an independent web browser for six years. He stated that "at the time, Google was a small company", and he did not want to go through "bruising browser wars". After co-founders Sergey Brin and Larry Page hired several Mozilla Firefox developers and built a demonstration of Chrome, Schmidt said that "It was so good that it essentially forced me to change my mind."[24]

In September 2004, rumors of Google building a web browser first appeared. Online journals and U.S. newspapers stated at the time that Google was hiring former Microsoft web developers among others. It also came shortly after the release of Mozilla Firefox 1.0, which was surging in popularity and taking market share from Internet Explorer, which had noted security problems.[25]

Chrome is based on the open-source code of the Chromium project.[16] Development of the browser began in 2006,[26] spearheaded by Sundar Pichai.[27] Chrome was "largely developed" in Google's Kitchener office.[28]

Announcement edit

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 within the new browser.[29] Copies intended for Europe were shipped early and German blogger Philipp Lenssen of Google Blogoscoped made a scanned copy of the 38-page comic available on his website after receiving it on September 1, 2008.[30][31] Google subsequently made the comic available on Google Books,[32] and mentioned it on their official blog along with an explanation for the early release.[33] The product was named "Chrome" as an initial development project code name, because it is associated with fast cars and speed. Google kept the development project name as the final release name, as a "cheeky" or ironic moniker, as one of the main aims was to minimize the user interface chrome.[34][35]

Public release edit

 
An early version of Chromium for Linux, explaining the difference between Chrome and Chromium

The browser was first publicly released, officially as a beta version,[36] on September 2, 2008, for Windows XP and newer, and with support for 43 languages, and later as a "stable" public release on December 11, 2008. On that same day, a CNET news item drew attention to a passage in the Terms of Service statement for the initial beta release, which seemed to grant to Google a license to all content transferred via the Chrome browser.[37] This passage was inherited from the general Google terms of service.[38] Google responded to this criticism immediately by stating that the language used was borrowed from other products, and removed this passage from the Terms of Service.[15]

Chrome quickly gained about 1% usage share.[33][39][40] After the initial surge, usage share dropped until it hit a low of 0.69% in October 2008. It then started rising again and by December 2008, Chrome again passed the 1% threshold.[41] In early January 2009, CNET reported that Google planned to release versions of Chrome for OS X and Linux in the first half of the year.[42] The first official Chrome OS X and Linux developer previews were announced on June 4, 2009,[43] with a blog post saying they were missing many features and were intended for early feedback rather than general use.[44] In December 2009, Google released beta versions of Chrome for OS X and Linux.[45][46] Google Chrome 5.0, announced on May 25, 2010, was the first stable release to support all three platforms.[47]

Chrome was one of the twelve browsers offered on BrowserChoice.eu to European Economic Area users of Microsoft Windows in 2010.[48]

Development edit

Chrome was assembled from 25 different code libraries from Google and third parties such as Mozilla's Netscape Portable Runtime, Network Security Services, NPAPI (dropped as of version 45),[49] Skia Graphics Engine, SQLite, and a number of other open-source projects.[50] The V8 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. 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", and therefore would significantly benefit from a JavaScript engine that could work faster.

Chrome initially used the WebKit rendering engine to display web pages. In 2013, they forked the WebCore component to create their own layout engine Blink. Based on WebKit, Blink only uses WebKit's "WebCore" components, while substituting other components, such as its own multi-process architecture, in place of WebKit's native implementation.[18] Chrome is internally tested with unit testing, automated testing of scripted user actions, fuzz testing, as well as WebKit's layout tests (99% of which Chrome is claimed to have passed), and against commonly accessed websites inside the Google index within 20–30 minutes.[32] Google created Gears for Chrome, which added features for web developers typically relating to the building of web applications, including offline support.[32] Google phased out Gears as the same functionality became available in the HTML5 standards.[51]

In March 2011, Google introduced a new simplified logo to replace the previous 3D logo that had been used since the project's inception. Google designer Steve Rura explained the company reasoning for the change: "Since Chrome is all about making your web experience as easy and clutter-free as possible, we refreshed the Chrome icon to better represent these sentiments. A simpler icon embodies the Chrome spirit – to make the web quicker, lighter, and easier for all."[52]

On January 11, 2011, the Chrome product manager, Mike Jazayeri, announced that Chrome would remove H.264 video codec support for its HTML5 player, citing the desire to bring Google Chrome more in line with the currently available open codecs available in the Chromium project, which Chrome is based on.[53] Despite this, on November 6, 2012, Google released a version of Chrome on Windows which added hardware-accelerated H.264 video decoding.[54] In October 2013, Cisco announced that it was open-sourcing its H.264 codecs, and it would cover all fees required.[55]

On February 7, 2012, Google launched Google Chrome Beta for Android 4.0 devices.[56] On many new devices with Android 4.1 and later preinstalled, Chrome is the default browser.[57] In May 2017, Google announced a version of Chrome for augmented reality and virtual reality devices.[58]

Features edit

Google Chrome features a minimalistic user interface, with its user-interface principles later being implemented into other browsers. For example, the merging of the address bar and search bar into the omnibox or omnibar[59][60] Chrome also has a reputation for strong browser performance.[61][62]

Web standards support edit

 
The results of the Acid3 test on Google Chrome 4.0

The first release of Google Chrome passed both the Acid1 and Acid2 tests. Beginning with version 4.0, Chrome has passed all aspects of the Acid3 test.[63]

As of May 2011, Chrome has very good support for JavaScript/ECMAScript according to Ecma International's ECMAScript standards conformance Test 262[64] (version ES5.1 May 18, 2012). This test reports as the final score the number of tests a browser failed; hence lower scores are better. In this test, Chrome version 37 scored 10 failed/11,578 passed. For comparison, Firefox 19 scored 193 failed/11,752 passed and Internet Explorer 9 has a score of 600+ failed, while Internet Explorer 10 has a score of 7 failed.

In 2011, on the official CSS 2.1 test suite by standardization organization W3C, WebKit, the Chrome rendering engine, passes 89.75% (89.38% out of 99.59% covered) CSS 2.1 tests.[65]

On the HTML5 web standards test, Chrome 41 scores 518 out of 555 points, placing it ahead of the five most popular desktop browsers.[66][67] Chrome 41 on Android scores 510 out of 555 points.[68][69][70] Chrome 44 scores 526, only 29 points less than the maximum score.[71]

User interface edit

Google Chrome logos
 
2D motif from March 2011 until October 2015
 
Material Design motif used from September 2014 onward for mobile versions and October 2015 onward for desktop versions
 
New Google Chrome logo from 2022. It has increased brightness and clarity compared to the previous logo.

By default, the main user interface includes back, forward, refresh/cancel and menu buttons. A home button is not shown by default, but can be added through the Settings page to take the user to the new tab page or a custom home page.[72]

Tabs are the main component of Chrome's user interface and 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, with their state, can be transferred seamlessly between window containers by dragging. Each tab has its own set of controls, including the Omnibox.[32]

The Omnibox is a URL box that combines the functions of both the address bar and search box. If a user enters the URL of a site previously searched from, Chrome allows pressing Tab to search the site again directly from the Omnibox. When a user starts typing in the Omnibox, Chrome provides suggestions for previously visited sites (based on the URL or in-page text), popular websites (not necessarily visited before – powered by Google Instant), and popular searches. Although Instant can be turned off, suggestions based on previously visited sites cannot be turned off. Chrome will also autocomplete the URLs of sites visited often.[32] If a user types keywords into the Omnibox that do not match any previously visited websites and presses enter, Chrome will conduct the search using the default search engine.

One of Chrome's differentiating features is the New Tab Page, which can replace the browser home page and is displayed when a new tab is created. Originally, this showed thumbnails of the nine most visited websites, along with frequent searches, recent bookmarks, and recently closed tabs; similar to Internet Explorer and Firefox with Google Toolbar, or Opera's Speed Dial.[32] In Google Chrome 2.0, the New Tab Page was updated to allow users to hide thumbnails they did not want to appear.[73]

Starting in version 3.0, the New Tab Page was revamped to display thumbnails of the eight most visited websites. The thumbnails could be rearranged, pinned, and removed. Alternatively, a list of text links could be displayed instead of thumbnails. It also features a "Recently closed" bar that shows recently closed tabs and a "tips" section that displays hints and tricks for using the browser.[74] Starting with Google Chrome 3.0, users can install themes to alter the appearance of the browser.[75] Many free third-party themes are provided in an online gallery,[76] accessible through a "Get themes" button in Chrome's options.[77]

Chrome includes a bookmarks submenu that lists the user's bookmarks, provides easy access to Chrome's Bookmark Manager, and allows the user to toggle a bookmarks bar on or off.

On January 2, 2019, Google introduced Native Dark Theme for Chrome on Windows 10.[78]

In 2023, it was announced that Chrome would be completely revamped, using Google's Material You design language, the revamp would include more rounded corners, Chrome colors being swapped out for a similar dynamic color system introduced in Android 12, a revamped address bar, new icons and tabs, and a more simplified 3 dot menu.[79]

Built-in tools edit

Starting with Google Chrome 4.1 the application added a built-in translation bar using Google Translate. Language translation is currently available for 52 languages.[80] When Chrome detects a foreign language other than the user's preferred language set during the installation time, it asks the user whether or not to translate.

Chrome allows users to synchronize their bookmarks, history, and settings across all devices with the browser installed by sending and receiving data through a chosen Google Account, which in turn updates all signed-in instances of Chrome. This can be authenticated either through Google credentials, or a sync passphrase.

For web developers, Chrome features an element inspector which allows users to look into the DOM and see what makes up the webpage.[81]

Chrome has special URLs that load application-specific pages instead of websites or files on disk. Chrome also has a built-in ability to enable experimental features. Originally called about:labs, the address was changed to about:flags to make it less obvious to casual users.[82][83]

The desktop edition of Chrome is able to save pages as HTML with assets in a "_files" subfolder, or as unprocessed HTML-only document. It also offers an option to save in the MHTML format.[84]

Desktop shortcuts and apps edit

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).[32]

This feature, according to Google, would be enhanced with the Chrome Web Store, a one-stop web-based web applications directory which opened in December 2010.[85][86]

In September 2013, Google started making Chrome apps "For your desktop". This meant offline access, desktop shortcuts, and less dependence on Chrome—apps launch in a window separate from Chrome, and look more like native applications.[87]

Chrome Web Store edit

Announced on December 7, 2010, the Chrome Web Store allows users to install web applications as extensions to the browser, although most of these extensions function simply as links to popular web pages or games, some of the apps like Springpad do provide extra features like offline access. The themes and extensions have also been tightly integrated into the new store, allowing users to search the entire catalog of Chrome extras.[88]

The Chrome Web Store was opened on February 11, 2011, with the release of Google Chrome 9.0.[89]

Extensions edit

Browser extensions are able to modify Google Chrome. They are supported by the browser's desktop edition,[90] but not on mobile. These extensions are written using web technologies like HTML, JavaScript, and CSS.[91] They are distributed through Chrome Web Store,[92] initially known as the Google Chrome Extensions Gallery.[90] Some extensions focus on providing accessibility features. Google Tone is an extension developed by Google that when enabled, can use a computer's speakers to exchange URLs with nearby computers with an Internet connection that have the extension enabled as well.[93][94]

On September 9, 2009, Google enabled extensions by default on Chrome's developer channel, and provided several sample extensions for testing.[95] In December, the Google Chrome Extensions Gallery beta began with approximately 300 extensions.[46][96] It was launched on January 25, 2010, along with Google Chrome 4.0, containing approximately 1500 extensions.[97]

In 2014, Google started preventing some Windows users from installing extensions not hosted on the Chrome Web Store.[98][99] The following year Google reported a "75% drop in customer support help requests for uninstalling unwanted extensions" which led them to expand this restriction to all Windows and Mac users.[100]

Manifest V3 edit

In October 2018, Google announced a major future update to Chrome's extension API, known as "Manifest V3" (in reference to the manifest file contained within extensions). Manifest V3 is intended to modernize the extension architecture and improve the security and performance of the browser; it adopts declarative APIs to "decrease the need for overly-broad access and enable more performant implementation by the browser", replaces background pages with feature-limited "Service Workers" to reduce resource usage, and prohibits remotely-hosted code.[101][102][103]

Manifest V3 has faced criticism for changes to the WebRequest API used by ad blocking and privacy extensions to block and modify network connections.[104] The declarative version of WebRequest uses rules processed by the browser, rather than sending all network traffic through the extension, which Google stated would improve performance. However, DeclarativeWebRequest is limited in the number of rules that may be set, and the types of expressions that may be used.[104] Additionally, the prohibition of remotely-hosted code will restrict the ability for filter lists to be updated independently of the extension itself. As the Chrome Web Store review process has an invariable length, filter lists may not be updated in a timely fashion.[105][106]

Google has been accused of using Manifest V3 to inhibit ad blocking software due to its vested interest in the online advertising market. Google cited performance issues associated with WebRequest, as well as its use in malicious extensions. In June 2019, it announced that it would increase the aforementioned cap from 30,000 to 150,000 entries to help quell concerns about limitations to filtering rules.[107][108][109][104] In 2021, the Electronic Frontier Foundation (EFF) issued a statement that Manifest V3 was "outright harmful to privacy efforts", as it would greatly limit the functionality of privacy extensions.[110]

In December 2022, Google announced the transition would be paused "in order to address developer feedback and deliver better solutions to migration issues." In November 2023, Google announced it would resume the transition to Manifest V3; support for Manifest V2 extensions will be removed entirely from non-stable builds of Chrome beginning June 2024.[111][104] Other Chromium-based web browsers will adopt Manifest V3, including Microsoft Edge.[112] Manifest V3 support is being added to Mozilla Firefox's implementation of Chrome's extension API (WebExtensions) for compatibility reasons, but Mozilla has stated that its implementation would not contain limitations that affect privacy and content-blocking extensions, and that its implementation of V2 would not be deprecated.[106]

Notable examples edit

Speed edit

The JavaScript virtual machine used by Chrome, the V8 JavaScript engine, has features such as dynamic code generation, hidden class transitions, and precise garbage collection.[32]

In 2008, several websites performed benchmark tests using the SunSpider JavaScript Benchmark tool as well as Google's own set of computationally intense benchmarks, which include ray tracing and constraint solving.[116] They unanimously reported that Chrome performed much faster than all competitors against which it had been tested, including Safari (for Windows), Firefox 3.0, Internet Explorer 7, Opera, and Internet Explorer 8.[117][118][119][61]{[120][121] However, on October 11, 2010, independent tests of JavaScript performance, Chrome has been scoring just behind Opera's Presto engine since it was updated in version 10.5.[122]

On September 3, 2008, Mozilla responded by stating that their own TraceMonkey JavaScript engine (then in beta), was faster than Chrome's V8 engine in some tests.[123][124][125] John Resig, Mozilla's JavaScript evangelist, further commented on the performance of different browsers on Google's own suite, commenting on Chrome's "decimating" of the other browsers, but he questioned whether Google's suite was 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.[126]

Two weeks after Chrome's launch in 2008, the WebKit team announced a new JavaScript engine, SquirrelFish Extreme,[127] citing a 36% speed improvement over Chrome's V8 engine.[128][129][130]

Like most major web browsers, Chrome uses DNS prefetching to speed up website lookups,[81] as do other browsers like Firefox,[131] Safari,[132] Internet Explorer (called DNS Pre-resolution),[133] and in Opera as a UserScript (not built-in).[134]

Chrome formerly used their now-deprecated SPDY protocol instead of only HTTP[135][136] when communicating with servers that support it, such as Google services, Facebook, Twitter. SPDY support was removed in Chrome version 51. This was due to SPDY being replaced by HTTP/2, a standard that was based upon it.

In November 2019, Google said it was working on several "speed badging" systems that let visitors know why a page is taking time to show up. The variations include simple text warnings and more subtle signs that indicate a site is slow. No date has been given for when the badging system will be included with the Chrome browser.[137]

Chrome formerly supported a Data Saver feature for making pages load faster called Lite Mode.[138] Previously, Chrome engineers Addy Osmani and Scott Little announced Lite Mode would automatically lazy-load images and iframes for faster page loads.[139] Lite Mode was switched off in Chrome 100, citing a decrease in mobile data costs for many countries.[140]

Security edit

Chrome periodically retrieves updates of two blacklists (one for phishing and one for malware), and warns users when they attempt to visit a site flagged as potentially harmful. This service is also made available for use by others via a free public API called "Google Safe Browsing API".[32]

Chrome uses a process-allocation model to sandbox tabs.[141] Using the principle of least privilege, each tab process cannot interact with critical memory functions (e.g. OS memory, user files) or other tab processes – similar to Microsoft's "Protected Mode" used by Internet Explorer 9 or greater. The Sandbox Team is said to have "taken this existing process boundary and made it into a jail". This enforces a 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.[142] On Linux sandboxing uses the seccomp mode.[143][144]

In January 2015, TorrentFreak reported that using Chrome when connected to the internet using a VPN can be a serious security issue due to the browser's support for WebRTC.[145]

On September 9, 2016, it was reported that starting with Chrome 56, users will be warned when they visit insecure HTTP websites to encourage more sites to make the transition to HTTPS.[146]

On December 4, 2018, Google announced its Chrome 71 release with new security features, including a built-in ad featuring system. In addition, Google also announced its plan to crack down on websites that make people involuntarily subscribe to mobile subscription plans.[147]

On September 2, 2020, with the release of Chrome 85, Google extended support for Secure DNS in Chrome for Android. DNS-over-HTTPS (DoH), was designed to improve safety and privacy while browsing the web. Under the update, Chrome automatically switches to DNS-over-HTTPS (DoH), if the current DNS provider supports the feature.[148]

Password management edit

Windows edit

Since 2008, Chrome has been faulted for not including a master password to prevent casual access to a user's passwords. Chrome developers have indicated that a master password does not provide real security against determined hackers and have refused to implement one. Bugs filed on this issue have been marked "WontFix".[149][150] As of February 2014, Google Chrome asks the user to enter the Windows account password before showing saved passwords.[151]

Linux edit

On Linux, Google Chrome/Chromium can store passwords in three ways: GNOME Keyring, KWallet or plain text. Google Chrome/Chromium chooses which store to use automatically, based on the desktop environment in use.[152] Passwords stored in GNOME Keyring or KWallet are encrypted on disk, and access to them is controlled by dedicated daemon software. Passwords stored in plain text are not encrypted. Because of this, when either GNOME Keyring or KWallet is in use, any unencrypted passwords that have been stored previously are automatically moved into the encrypted store. Support for using GNOME Keyring and KWallet was added in version 6, but using these (when available) was not made the default mode until version 12.

macOS edit

As of version 45, the Google Chrome password manager is no longer integrated with Keychain, since the interoperability goal is no longer possible.[153]

Security vulnerabilities edit

No security vulnerabilities in Chrome were exploited in the three years of Pwn2Own from 2009 to 2011.[154] At Pwn2Own 2012, Chrome was defeated by a French team who used zero day exploits in the version of Flash shipped with Chrome to take complete control of a fully patched 64-bit Windows 7 PC using a booby-trapped website that overcame Chrome's sandboxing.[155]

Chrome was compromised twice at the 2012 CanSecWest Pwnium.[155][156][157] Google's official response to the exploits was delivered by Jason Kersey, who congratulated the researchers, noting "We also believe that both submissions are works of art and deserve wider sharing and recognition."[158] Fixes for these vulnerabilities were deployed within 10 hours of the submission.[159][160]

A significant number of security vulnerabilities in Chrome occurred in the Adobe Flash Player. For example, the 2016 Pwn2Own successful attack on Chrome relied on four security vulnerabilities. Two of the vulnerabilities were in Flash, one was in Chrome, and one was in the Windows kernel.[161] In 2016, Google announced that it was planning to phase out Flash Player in Chrome, starting in version 53. The first phase of the plan was to disable Flash for ads and "background analytics", with the ultimate goal of disabling it completely by the end of the year, except on specific sites that Google has deemed to be broken without it. Flash would then be re-enabled with the exclusion of ads and background analytics on a site-by-site basis.[162]

Leaked documents from 2013 to 2016 codenamed Vault 7 detail the capabilities of the United States Central Intelligence Agency, such as the ability to compromise web browsers (including Google Chrome).[163][164]

Malware blocking and ad blocking edit

Google introduced download scanning protection in Chrome 17.[165] In February 2018, Google introduced an ad blocking feature based on recommendations from the Interactive Advertising Bureau. Sites that employ invasive ads are given a 30-day warning, after which their ads will be blocked.[166] Consumer Reports recommended users install dedicated ad-blocking tools instead, which offer increased security against malware and tracking.[167]

Plugins edit

  • Chrome supported, up to version 45, plug-ins with the Netscape Plugin Application Programming Interface (NPAPI),[168] so that plug-ins (for example Adobe Flash Player) run as unrestricted separate processes outside the browser and cannot be sandboxed as tabs are. ActiveX is not supported.[168] Since 2010, Adobe Flash has been integral to Chrome and does not need be installed separately. Flash is kept up to date as part of Chrome's own updates.[169] Java applet support was available in Chrome with Java 6 update 12 and above.[170] Support for Java under OS X was provided by a Java Update released on May 18, 2010.[171]
  • On August 12, 2009, Google introduced a replacement for NPAPI that is more portable and more secure[172] called Pepper Plugin API (PPAPI).[173] The default bundled PPAPI Flash Player (or Pepper-based Flash Player) was available on ChromeOS first, then replaced the NPAPI Flash Player on Linux from Chrome version 20, on Windows from version 21 (which also reduced Flash crashes by 20%),[174] and eventually came to OS X at version 23.[175]
  • On September 23, 2013, Google announced that it would be deprecating and then removing NPAPI support. NPAPI support was removed from Linux in Chrome release 35.[176] NPAPI plugins like Java can no longer work in Chrome (but there are workarounds for Flash by using PPAPI Flash Player on Linux including for Chromium).[177]
  • On April 14, 2015, Google released Chrome v42, disabling the NPAPI by default. This makes plugins that do not have a PPAPI plugin counterpart incompatible with Chrome, such as Java, Silverlight and Unity. However, NPAPI support could be enabled through the chrome://flags menu, until the release of version 45 on September 1, 2015, that removed NPAPI support entirely.[178]

Privacy edit

Incognito mode edit

 
Google Chrome Incognito mode message

The private browsing feature called Incognito mode prevents the browser from locally storing any history information, cookies, site data, or form inputs.[179] Downloaded files and bookmarks will be stored. In addition, user activity is not hidden from visited websites or the Internet service provider.[180]

Incognito mode is similar to the private browsing feature in other web browsers. It does not prevent saving in all windows: "You can switch between an incognito window and any regular windows you have open. You'll only be in incognito mode when you're using the incognito window".[181]

The iOS version of Chrome also supports the optional ability to lock incognito tabs with Face ID, Touch ID or the device's passcode.[182]

A class-action lawsuit seeking $5 billion in damages was filed against Google in 2020 on the grounds it misled consumers into thinking it would not track them when using incognito mode, despite using various means to do so. In December 2023, a settlement was reportedly agreed to, with public disclosure expected in February 2024.[183]

Listening capabilities edit

In June 2015, the Debian developer community discovered that Chromium 43 and Chrome 43 were programmed to download the Hotword Shared Module, which could enable the OK Google voice recognition extension, although by default it was "off". This raised privacy concerns in the media.[184][185] The module was removed in Chrome 45, which was released on September 1, 2015, and was only present in Chrome 43 and 44.[186][187]

User tracking concerns edit

Chrome sends details about its users and their activities to Google through both optional and non-optional user tracking mechanisms.[188][189]

Some of the tracking mechanisms can be optionally enabled and disabled through the installation interface[190] and through the browser's options dialog.[191] Unofficial builds, such as SRWare Iron, seek to remove these features from the browser altogether.[192] The RLZ[clarification needed] feature is not included in the Chromium browser either.[193]

In March 2010, Google devised a new method to collect installation statistics: the unique ID token included with Chrome is now used for only the first connection that Google Update makes to its server.[194]

The optional suggestion service included in Google Chrome has been criticized because it provides the information typed into the Omnibox to the search provider before the user even hits return. This allows the search engine to provide URL suggestions, but also provides them with web use information tied to an IP address.[195]

Chrome previously was able to suggest similar pages when a page could not be found. For this, in some cases Google servers were contacted.[196] The feature has since been removed.[citation needed]

A 2019 review by Washington Post technology columnist Geoffrey A. Fowler found that in a typical week of browsing, Chrome allowed thousands more cookies to be stored than Mozilla Firefox. Fowler pointed out that because of its advertising businesses, despite the privacy controls it offers users, Google is a major producer of third-party cookies and has a financial interest in collecting user data; he recommended switching to Firefox, Apple Safari, or Chromium-based Brave.[197]

Tracking methods
Method[192] Information sent When Optional? Opt-in?
Installation Randomly generated token included in an installer; used to measure the success rate of Google Chrome once at installation[198]

On installation

No
RLZ identifier[199] Encoded string, according to Google, contains non-identifying information on where Chrome was downloaded from and its installation week; it is used to measure promotional campaigns;[198] Google provides source code to decode this string[193]

Can be disabled in ChromeOS.[198] For Chrome browsers running in all other operating systems:[198]

  • Desktop versions of Chrome can avoid it by downloading the browser directly from Google.
  • Mobile versions of Chrome always send the RLZ identifier on first launch.
  • On Google search query
  • On first launch and first use of address bar[198]
Partial
[note 2][198]
No
clientID[191] Unique identifier along with user preferences, logs of use metrics and crashes Un­known Yes[200] Yes
Omnibox predictions[191] Text typed into the address bar is sent to the user's search engine when not in incognito mode. When in incognito mode, the suggestions are created on-device instead.[198] While typing Yes No
Google Update Information about how often Chrome is used, details about the OS and Chrome version Periodically Partial
[note 3][201]
No
FLoC edit

In January 2021, Google stated it was making progress on developing privacy-friendly alternatives which would replace third-party cookies currently being used by advertisers and companies to track browsing habits. Google then promised to phase out the use of cookies in their web-browser in 2022, implementing their FLoC technology instead. The announcement triggered antitrust concerns from multiple countries for abusing the Chrome browser's market monopoly, with the U.K.'s Competition and Markets Authority and the European Commission both opening formal probes.[202][203][204][205] The FLoC proposal also drew criticism from DuckDuckGo, Brave, and the Electronic Frontier Foundation for misrepresenting its ability to track users online.[206][207][208][209]

On January 25, 2022, Google announced it had killed off development of its FLoC technologies and proposed the new Topics API to replace it. Topics is similarly intended to replace cookies, using one's weekly web activity[clarification needed] to determine a set of five interests. Topics is supposed to[clarification needed] refresh every three weeks, changing the type of ads served to the user and not retaining the gathered data.[210][211]

Do Not Track edit

In February 2012, Google announced that Chrome would implement the Do Not Track (DNT) standard to inform websites the user's desire not to be tracked. The protocol was implemented in version 23. In line with the W3's draft standard for DNT,[212] it is turned off by default in Chrome.[213]

Stability edit

 
Screenshot of a Chrome browser crash

A multi-process architecture is implemented in Chrome where, by default, a separate process is allocated to each site instance and plugin.[214] This procedure is termed process isolation,[215] and raises security and stability by preventing tasks from interfering with each other. An attacker successfully gaining access to one application gains access to no others,[216] and failure in one instance results in a Sad Tab screen of death, similar to the well-known Sad Mac, but only one tab crashes instead of the whole application. This strategy exacts a fixed per-process cost up front, but results in less memory bloat over time as fragmentation is confined to each instance and no longer needs further memory allocations.[32] This architecture was later adopted in Safari[217] and Firefox.[218]

Chrome includes a process management utility called Task Manager which lets users see what sites and plugins are using the most memory, downloading the most bytes and overusing the CPU and provides the ability to terminate them.[219] Chrome Version 23 ensures its users an improved battery life for the systems supporting Chrome's GPU accelerated video decoding.[220][54]

Release channels, cycles and updates edit

The first production release on December 11, 2008, marked the end of the initial Beta test period and the beginning of production. Shortly thereafter, on January 8, 2009, Google announced an updated release system with three channels: Stable (corresponding to the traditional production), Beta, and Developer preview (also called the "Dev" channel). Where there were before only two channels: Beta and Developer, now there were three. Concurrently, all Developer channel users were moved to the Beta channel along with the promoted Developer release. Google explained that now the Developer channel builds would be less stable and polished than those from the initial Google Chrome's Beta period. Beta users could opt back to the Developer channel as desired.

Each channel has its own release cycle and stability level. The Stable channel updated roughly quarterly, with features and fixes that passed "thorough" testing in the Beta channel. Beta updated roughly monthly, with "stable and complete" features migrated from the Developer channel. The Developer channel updated once or twice per week and was where ideas and features were first publicly exposed "(and sometimes fail) and can be very unstable at times". [Quoted remarks from Google's policy announcements.][221][222][223]

 
Google Chrome Canary application icon

On July 22, 2010, Google announced it would ramp up the speed at which it releases new stable versions; the release cycles were shortened from quarterly to six weeks for major Stable updates.[224] Beta channel releases now come roughly at the same rate as Stable releases, though approximately one month in advance, while Dev channel releases appear roughly once or twice weekly, allowing time for basic release-critical testing.[225] This faster release cycle also brought a fourth channel: the "Canary" channel, updated daily from a build produced at 09:00 UTC from the most stable of the last 40 revisions.[226] The name refers to the practice of using canaries in coal mines, so if a change "kills" Chrome Canary, it will be blocked from migrating down to the Developer channel, at least until fixed in a subsequent Canary build.[227] Canary is "the most bleeding-edge official version of Chrome and somewhat of a mix between Chrome dev and the Chromium snapshot builds". Canary releases run side by side with any other channel; it is not linked to the other Google Chrome installation and can therefore run different synchronization profiles, themes, and browser preferences. This ensures that fallback functionality remains even when some Canary updates may contain release-breaking bugs.[228] It does not natively include the option to be the default browser, although on Windows and OS X it can be set through System Preferences. Canary was Windows-only at first; an OS X version was released on May 3, 2011.[229]

The Chrome beta channel for Android was launched on January 10, 2013; like Canary, it runs side by side with the stable channel for Android.[230][231] Chrome Dev for Android was launched on April 29, 2015.[232]

All Chrome channels are automatically distributed according to their respective release cycles. The mechanism differs by platform. On Windows, it uses Google Update, and auto-update can be controlled via Group Policy.[233] Alternatively, users may download a standalone installer of a version of Chrome that does not auto-update.[234][235] On OS X, it uses Google Update Service, and auto-update can be controlled via the OS X "defaults" system.[236] On Linux, it lets the system's normal package management system supply the updates. This auto-updating behavior is a key difference from Chromium, the non-branded open-source browser which forms the core of Google Chrome. Because Chromium also serves as the pre-release development trunk for Chrome, its revisions are provided as source code and buildable snapshots are produced continuously with each new commit, requiring users to manage their own browser updates.[237]

In March 2021, Google announced that starting with Chrome 94 in the third quarter of 2021, Google Chrome Stable releases will be made every four weeks, instead of six weeks as they have been since 2010. Also, Google announced a new release channel for system administrators and browser embedders with releases every eight weeks.[238]

Release version numbers edit

Releases are identified by a four-part version number, e.g. 42.0.2311.90 (Windows Stable release April 14, 2015[239]). The components are major.minor.build.patch.[240][241]

Major.minor reflects scheduling policy
Build.patch identifies content progression
  • Major represents a product release. These are scheduled 7–8 per year, unlike other software systems where the major version number updates only with substantial new content.
  • Minor is usually 0. References to version 'x' or 'x.0', e.g. 42.0, refer to this major.minor designation.
  • Build is ever increasing. For a release cycle, e.g. 42.0, there are several builds in the Canary and Developer period. The last build number from Developer is kept throughout Beta and Stable and is locked with the major.minor for that release.
  • Patch resets with each build, incrementing with each patch. The first patch is 0, but usually the first publicly released patch is somewhat higher. In Beta and Stable, only patch increments.

Chromium and Chrome release schedules are linked through Chromium (Major) version Branch Point dates, published annually.[240] The Branch Points precede the final Chrome Developer build (initial) release by 4 days (nearly always) and the Chrome Stable initial release by roughly 53 days.[242]

Example: The version 42 Branch Point was February 20, 2015.[240] Developer builds stopped advancing at build 2311 with release 42.0.2311.4 on February 24,[243] 4 days later. The first Stable release, 42.0.2311.90, was April 14, 2015,[239] 53 days after the Branch Point.

Color management edit

Chrome supports color management by using the system-provided ICC v2 and v4 support on macOS, and from version 22 supports ICC v2 profiles by default on other platforms.[244]

Dinosaur Game edit

In Chrome, when not connected to the Internet and an error message displaying "No internet" is shown, on the top, an "8-bit" Tyrannosaurus rex is shown, but when pressing the space bar on a keyboard, mouse-clicking on it or tapping it on touch devices, the T-Rex instantly jumps once and dashes across a cactus-ridden desert, revealing it to be an Easter egg in the form of a platform game.[245][246][247][248] The game itself is an infinite runner, and there is no time limit in the game as it progresses faster and periodically tints to a black background. A school Chromebook administrator can disable the game.[249]

Platforms edit

The current version of Chrome runs on:

As of April 2016, stable 32-bit and 64-bit builds are available for Windows, with only 64-bit stable builds available for Linux and macOS.[251][252][253] 64-bit Windows builds became available in the developer channel and as canary builds on June 3, 2014,[254] in the beta channel on July 30, 2014,[255] and in the stable channel on August 26, 2014.[256] 64-bit OS X builds became available as canary builds on November 7, 2013,[257] in the beta channel on October 9, 2014,[258] and in the stable channel on November 18, 2014.[251]

Starting with the release of version 89, Chrome will only be supported on Intel/Intel x86 and AMD processors with the SSE3 instruction set.[259][260][261]


Operating system Latest version Support status
Windows 10 and later 123 2015–
7, 8 and 8.1 109[262] 2009–2023
XP and Vista 49 (IA-32) 2008–2016
macOS 10.15 and later 123 2019–
10.13 and 10.14 116[263] 2017–2023
10.11 and 10.12 103 2015–2022
10.10 87[264][265] 2014–2021
10.9 67 2013–2018
10.610.8 (x64) 49 2009–2016
10.6 (IA-32) 38 2009–2014
10.5 (IA-32, x64) 21 2008–2012
Linux (X11/Wayland) x64 123 2008–
IA-32 48 2008–2016
Android 8.0 and later 123 2017–
7.x 119[266] 2016–2023
6.x 106[267] 2015–2022
5.x 95[268] 2014–2021
4.4 81[269] 2013–2020
4.1-4.3 (ARMv7,IA-32,x64) 71[270] 2012–2019
4.0 (ARMv7,IA-32) 42 2012–2015
iOS 15.0 and later 123 2021–
14.x 113 2020–2023
13.x 93 2019–2021
12.2-12.5.x 92 2018–2021
12.0-12.1.x 86 2018–2020
11.x 76 2017–2019
10.x 71 2016–2019
9.x 63 2015–2018
8.x , 7.x 47 2013–2016
6.x 37 2012–2014
5.x 29 2011–2013
4.x 23 2010–2012


Android edit

 
Google Chrome running on an Android phone

A beta version for Android 4.0 devices was launched on February 7, 2012, available for a limited number of countries from Google Play.[271][272]

Notable features: synchronization with desktop Chrome to provide the same bookmarks and view the same browser tabs,[273] page pre-rendering,[274] hardware acceleration.[275]

Many of the latest HTML5 features: almost all of the Web Platform's features: GPU-accelerated canvas, including CSS 3D Transforms, CSS animations, SVG, WebSocket (including binary messages), Dedicated Workers; it has overflow scroll support, strong HTML5 video support, and new capabilities such as IndexedDB, WebWorkers, Application Cache and the File APIs, date- and time-pickers, parts of the Media Capture API.[274][276] Also supports mobile oriented features such as Device Orientation and Geolocation.[276]

Mobile customizations: swipe gesture tab switching,[273] link preview allows zooming in on (multiple) links to ensure the desired one is clicked,[273] font size boosting to ensure readability regardless of the zoom level.[276]

Features missing in the mobile version include sandboxed tabs,[274] Safe Browsing,[274] apps or extensions,[275] Adobe Flash (now and in the future),[275] Native Client,[275] and the ability to export user data such a list of their opened tabs or their browsing history into portable local files.[277]

Development changes: remote debugging,[274][278] part of the browser layer has been implemented in Java, communicating with the rest of the Chromium and WebKit code through Java Native Bindings.[276] The code of Chrome for Android is a fork of the Chromium project. It is a priority to upstream most new and modified code to Chromium and WebKit to resolve the fork.[276]

The April 17, 2012, update included availability in 31 additional languages and in all countries where Google Play is available. A desktop version of a website can also be requested as opposed to a mobile version. In addition, Android users can now add bookmarks to their Android home screens if they choose and decide which apps should handle links opened in Chrome.[279]

On June 27, 2012, Google Chrome for Android exited beta and became stable.[280][281]

Chrome 18.0.1026311, released on September 26, 2012, was the first version of Chrome for Android to support mobile devices based on Intel x86.[282]

Starting from version 25, the Chrome version for Android is aligned with the desktop version, and usually new stable releases are available at the same time between the Android and the desktop version. Google released a separate Chrome for Android beta channel on January 10, 2013, with version 25.[230] As of 2013 a separate beta version of Chrome is available in the Google Play Store – it can run side by side with the stable release.[283]

iOS edit

Chrome is available on Apple's mobile iOS operating system as Google Chrome for iOS. Released in the Apple App Store on June 26, 2012, it supports the iPad, iPhone, and iPod Touch, and the current version requires that the device has iOS 15.0 or greater installed.[284] In accordance with Apple's requirements for browsers released through their App Store, this version of Chrome uses the iOS WebKit – which is Apple's own mobile rendering engine and components, developed for their Safari browser – therefore it is restricted from using Google's own V8 JavaScript engine.[285][286] Chrome is the default web browser for the iOS Gmail application.

In a review by Chitika, Chrome was noted as having 1.5% of the iOS web browser market as of July 18, 2012.[287] In October 2013, Chrome had 3% of the iOS browser market.[288][needs update]

Linux edit

On Linux distributions, support for 32-bit Intel processors ended in March 2016 although Chromium is still supported.[289] As of Chrome version 26, Linux installations of the browser may be updated only on systems that support GCC v4.6 and GTK v2.24 or later. Thus deprecated systems include (for example) Debian 6's 2.20, and RHEL 6's 2.18.[290]

Windows edit

Support for Google Chrome on Windows XP and Windows Vista ended in April 2016.[291] The last release of Google Chrome that can be run on Windows XP and Windows Vista was version 49.0.2623.112,[292] released on April 7, 2016,[293] then re-released on April 11, 2016.[294]

Support for Google Chrome on Windows 7 was supposed to end upon the announcement on July 15, 2021,[295] and suddenly moved to January 15, 2022, however due to the ongoing COVID-19 pandemic and enterprises are taking more time to migrate to Windows 10 or 11, the end of support date was pushed at least until January 15, 2023.[296] Support for Windows 7, Windows 8, and Windows 8.1 ended in January 2023 and the last version on Windows 7 is Chrome 109.[297][298][299]

"Windows 8 mode" was introduced in 2012 and has since been discontinued. It was provided to the developer channel, which enabled Windows 8 and Windows 8.1 users to run Chrome with a full-screen, tablet-optimized interface, with access to snapping, sharing, and search functionalities.[300] In October 2013, Windows 8 mode on the developer channel changed to use a desktop environment mimicking the interface of ChromeOS with a dedicated windowing system and taskbar for web apps.[301] This was removed on version 49 and users that have upgraded to Windows 10 will lose this feature.[302]

macOS edit

Google dropped support for Mac OS X Leopard with the release of Chrome 22.[303] Support for 32-bit versions of Chrome ended in November 2014 with the release of Chrome 39.[304][305][251] Support for Mac OS X Snow Leopard, Mac OS X Lion, and OS X Mountain Lion ended in April 2016 with the release of Chrome 50. Support for OS X Mavericks ended in April 2018 with the release of Chrome 66. Support for OS X Yosemite ended in January 2021 with the release of Chrome 88. Support for OS X El Capitan and macOS Sierra ended in August 2022 with the release of Chrome 104.[citation needed] Support for macOS High Sierra and macOS Mojave ended in September 2023 with the release of Chrome 117.[306]

ChromeOS edit

Google Chrome is the basis of Google's ChromeOS operating system that ships on specific hardware from Google's manufacturing partners.[307] The user interface has a minimalist design resembling the Google Chrome browser. ChromeOS is aimed at users who spend most of their computer time on the Web; the only applications on the devices are a browser incorporating a media player and a file manager.[308][309][310][311][312]

Google announced ChromeOS on July 7, 2009.[313]

Reception edit

Google Chrome was met with acclaim upon release. In 2008, Matthew Moore of The Daily Telegraph summarized the verdict of early reviewers: "Google Chrome is attractive, fast and has some impressive new features..."[314]

Initially, Microsoft reportedly played down the threat from Chrome and predicted that most people would embrace Internet Explorer 8. Opera Software said that "Chrome will strengthen the Web as the biggest application platform in the world".[315] But by February 25, 2010, BusinessWeek had reported that "For the first time in years, energy and resources are being poured into browsers, the ubiquitous programs for accessing content on the Web. Credit for this trend – a boon to consumers – goes to two parties. The first is Google, whose big plans for the Chrome browser have shaken Microsoft out of its competitive torpor and forced the software giant to pay fresh attention to its own browser, Internet Explorer. Microsoft all but ceased efforts to enhance IE after it triumphed in the last browser war, sending Netscape to its doom. Now it's back in gear."[316] 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 would not affect Google's revenue relationship with Mozilla.[317][318]

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 QuickLaunch 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.

With its dominance in the web browser market, Google has been accused of using Chrome and Blink development to push new web standards that are proposed in-house by Google and subsequently implemented by its services first and foremost. These have led to performance disadvantages and compatibility issues with competing browsers, and in some cases, developers intentionally refusing to test their websites on any other browser than Chrome.[320] Tom Warren of The Verge went as far as comparing Chrome to Internet Explorer 6, the default browser of Windows XP that was often targeted by competitors due to its similar ubiquity in the early 2000s.[321] In 2021, computer scientist and lawyer Jonathan Mayer stated that Chrome has increasingly become an agent for Google LLC than a user agent, as it is "the only major web browser that lacks meaningful privacy protections by default, shoves users toward linking activity with a Google Account, and implements invasive new advertising capabilities."[110]

Usage edit

Market share edit

 
Usage share of web browsers according to StatCounter[322]

Chrome overtook Firefox in November 2011, in worldwide usage. As of September 2022, according to StatCounter, Google Chrome had 67% worldwide desktop usage share, making it the most widely used web browser.[323]

Along with Safari and Mozilla Firefox, Chrome receives a weekend "bump", which boosts its market share by as much as three percentage points on weekends, at the expense of Internet Explorer.[324][failed verification]

It was reported by StatCounter, a web analytics company, that for the single day of Sunday, March 18, 2012, Chrome was the most used web browser in the world for the first time. Chrome secured 32.7% of the global web browsing on that day, while Internet Explorer followed closely behind with 32.5%.[325]

From May 14–21, 2012, Google Chrome was for the first time responsible for more Internet traffic than Microsoft's Internet Explorer, which long had held its spot as the most used web browser in the world.[326] According to StatCounter, 31.88% of web traffic was generated by Chrome for a sustained period of one week and 31.47% by Internet Explorer. Though Chrome had topped Internet Explorer for a single day's usage in the past, this was the first time it had led for one full week.[327]

At the 2012 Google I/O developers' conference, Google claimed that there were 310 million active users of Chrome, almost double the number in 2011, which was stated as 160 million active users.[328]

In June 2013, according to StatCounter, Chrome overtook Internet Explorer for the first time in the US.[329]

In August 2013, Chrome was used by 43% of internet users worldwide. This study was done by Statista, which also noted that in North America, 36% of people use Chrome, the lowest in the world.[330]

Desktop/laptop browser statistics
Google Chrome
64.84%
Microsoft Edge
12.96%
Safari
8.83%
Mozilla Firefox
7.57%
Opera
3.23%
Other
2.57%
Desktop web browser market share according to StatCounter for January 2024[331]

Enterprise deployment edit

In December 2010, Google announced that to make it easier for businesses to use Chrome they would provide an official Chrome MSI package. For business use it is helpful to have full-fledged MSI packages that can be customized via transform files (.mst) – but the MSI provided with Chrome is only a very limited MSI wrapper fitted around the normal installer, and many businesses find that this arrangement does not meet their needs.[332] The normal downloaded Chrome installer puts the browser in the user's local app data directory and provides invisible background updates, but the MSI package will allow installation at the system level, providing system administrators control over the update process[333] – it was formerly possible only when Chrome was installed using Google Pack. Google also created group policy objects to fine-tune the behavior of Chrome in the business environment, for example by setting automatic updates intervals, disabling auto-updates, and configuring a home page.[334] Until version 24 the software is known not to be ready for enterprise deployments with roaming profiles or Terminal Server/Citrix environments.[335]

In 2010, Google first started supporting Chrome in enterprise environments by providing an MSI wrapper around the Chrome installer. Google starting providing group policy objects, with more added each release,[336] and today there are more than 500 policies available to control Chrome's behavior in enterprise environments.[337] In 2016, Google launched Chrome Browser Enterprise Support, a paid service enabling IT admins access to Google experts to support their browser deployment.[338] In 2019, Google launched Chrome Browser Cloud Management, a dashboard that gives business IT managers the ability to control content accessibility, app usage and browser extensions installed on its deployed computers.[339]

Chromium edit

In September 2008, Google released a large portion of Chrome's source code as an open-source project called Chromium. This move enabled third-party developers to study the underlying source code and to help port the browser to the macOS and Linux operating systems. The Google-authored portion of Chromium is released under the permissive BSD license.[340] Other portions of the source code are subject to a variety of open-source licenses.[341] Chromium is similar to Chrome, but lacks built-in automatic updates and a built-in Flash player, as well as Google branding and has a blue-colored logo instead of the multicolored Google logo.[342][343] Chromium does not implement user RLZ tracking.[193][188][344] Initially, the Google Chrome PDF viewer, PDFium, was excluded from Chromium, but was later made open-source in May 2014.[345][346] PDFium can be used to fill PDF forms.[347]

Developing for Chrome edit

It is possible to develop applications, extensions, and themes for Chrome. They are zipped in a .crx file and contain a manifest.json file that specifies basic information (such as version, name, description, privileges, etc.), and other files for the user interface (icons, popups, etc.). Google has an official developer's guide on how to create, develop, and publish projects.[348] Chrome has its own web store where users and developers can upload and download these applications and extensions.[349]

Impersonation by malware edit

As with Microsoft Internet Explorer, the popularity of Google Chrome has led to the appearance of malware abusing its name. In late 2015, an adware replica of Chrome named "eFast" appeared, which would usurp the Google Chrome installation and hijack file type associations to make shortcuts for common file types and communication protocols link to itself, and inject advertisements into web pages. Its similar-looking icon was intended to deceive users.[350][351][352]

See also edit

Notes edit

  1. ^ Chrome's WebKit & Blink layout engines and its V8 JavaScript engine are each free and open-source software, while its other components are each either open-source or proprietary. However, section 9 of Google Chrome's Terms of Service designates the whole package as proprietary freeware.
  2. ^ RLZ can be disabled in Chrome OS, and is not sent on desktop versions of Chrome if it was downloaded directly from Google. RLZ cannot be disabled on mobile versions of Chrome.
  3. ^ Requires advanced user intervention

References edit

  1. ^ "Stable Channel Update for Desktop". March 26, 2024. Retrieved March 26, 2024.
  2. ^ "Stable Channel Desktop Update". September 13, 2023. Retrieved September 14, 2023.
  3. ^ "Chrome for Android Update". March 26, 2024. Retrieved March 26, 2024.
  4. ^ "Chrome Stable for iOS Update". March 14, 2024. Retrieved March 14, 2024.
  5. ^ "Extended Stable Channel Update for Desktop". March 26, 2024. Retrieved March 26, 2024.
  6. ^ "Chrome Beta for Desktop Update". March 27, 2024. Retrieved March 27, 2024.
  7. ^ "Chrome Beta for Android Update". March 20, 2024. Retrieved March 20, 2024.
  8. ^ "Chrome Beta for iOS Update". March 27, 2024. Retrieved March 27, 2024.
  9. ^ "Chromium (Google Chrome)". Ohloh.net. Archived from the original on April 21, 2012. Retrieved February 8, 2012.
  10. ^ "Chromium coding style". Google Open Source. Retrieved March 29, 2017.
  11. ^ Lextrait, Vincent (January 2010). "The Programming Languages Beacon, v10.0". Archived from the original on May 30, 2012. Retrieved March 14, 2010.
  12. ^ "Chrome Enterprise and Education release notes". Google Groups. October 25, 2022. Retrieved October 27, 2022.
  13. ^ "Google Chrome (iOS)". May 16, 2023.
  14. ^ "Supported languages". Google Play Console Help. Retrieved December 18, 2015.
  15. ^ a b c "Google Chrome and Chrome OS Additional Terms of Service". www.google.com.
  16. ^ a b Ashford, Warwick (September 2, 2008). "Google launches beta version of Chrome web browser". Archived from the original on April 11, 2021.
  17. ^ "Google Chrome for Android". developer.chrome.com. Archived from the original on November 18, 2020. Retrieved June 20, 2020.
  18. ^ a b Bright, Peter (April 3, 2013). "Google going its own way, forking WebKit rendering engine". Ars Technica. Conde Nast. Retrieved March 9, 2017.
  19. ^ "Open-sourcing Chrome on iOS!". 2017. Retrieved April 26, 2021.
  20. ^ "Desktop Browser Market Share Worldwide". StatCounter Global Stats. Retrieved October 13, 2021.
  21. ^ "Tablet Browser Market Share Worldwide". StatCounter Global Stats. Retrieved October 13, 2021.
  22. ^ "Tablet Browser Market Share Worldwide". StatCounter Global Stats. Retrieved March 15, 2021.
  23. ^ "Browser Market Share Worldwide (Jan 2009 – September 2021)". Retrieved October 13, 2021.
  24. ^ Angwin, Julia (July 9, 2009). "Sun Valley: Schmidt Didn't Want to Build Chrome Initially, He Says". WSJ Digits Blog. Archived from the original on August 5, 2020. Retrieved May 25, 2010.
  25. ^ "Rumours surround Google browser". September 23, 2004 – via news.bbc.co.uk.
  26. ^ Kurtuldu, Mustafa (September 8, 2018). "How we designed Chrome 10 years ago". googleblog.com. Archived from the original on April 11, 2021.
  27. ^ Bhardwaj, Prachi (June 29, 2018). "Larry Page has a reputation for pushing people at Google". Business Insider. Retrieved January 3, 2020.
  28. ^ Howitt, Chuck (2019). BlackBerry town : how high tech success has played out for Canada's Kitchener-Waterloo. Toronto. p. 212. ISBN 978-1-4594-1438-9. OCLC 1110109511.{{cite book}}: CS1 maint: location missing publisher (link)
  29. ^ McCloud, Scott (September 1, 2008). "Surprise!". Google Blogoscoped. Retrieved September 1, 2008.
  30. ^ Lenssen, Philipp (September 1, 2008). "Google Chrome, Google's Browser Project". Archived from the original on September 1, 2008. Retrieved September 1, 2008.
  31. ^ Lenssen, Philipp (September 1, 2008). "Google on Google Chrome – comic book". Google Blogoscoped. Archived from the original on September 1, 2008. Retrieved September 1, 2008.
  32. ^ a b c d e f g h i j "Google Chrome comic". Google Book Search. September 1, 2008. Retrieved September 2, 2008.
  33. ^ a b Pichai, Sundar; Upson, Linus (September 1, 2008). "A fresh take on the browser". Official Google Blog. Retrieved March 9, 2017.
  34. ^ Dougerty, Conor (July 12, 2015). "Sundar Pichai of Google Talks About Phone Intrusion". The New York Times. Archived from the original on July 19, 2015. Retrieved April 25, 2019.
  35. ^ Murphy, Glen (December 18, 2012). "Why is Google Chrome browser named as Chrome?". Retrieved July 6, 2020.
  36. ^ "It was when not if... Google Chrome". September 2008. Archived from the original on December 8, 2016. Retrieved June 21, 2017.{{cite web}}: CS1 maint: unfit URL (link)
  37. ^ Fried, Ina (October 7, 2008). "Be sure to read Chrome's fine print". CNET. CBS Interactive. Retrieved March 9, 2017.
  38. ^ "Google Terms of Service – Policies & Principles – Google". Google.com. March 1, 2012. Retrieved March 30, 2013.
  39. ^ Needleman, Rafe (September 2, 2008). "Google Chrome update: First screenshot, and live-blog alert". CNET. Red Ventures. Retrieved March 9, 2017.
  40. ^ "Google launches Chrome web browser". The Canadian Press. Associated Press. September 2, 2008. Retrieved September 2, 2008.
  41. ^ Gruener, Wolfgang (January 3, 2009). "Google Chrome crosses 1% market share again". Chicago (IL), United States: TG Daily. Archived from the original on March 10, 2009. Retrieved July 11, 2012.
  42. ^ Shankland, Stephen (January 9, 2009). "Chrome gets Mac deadline, extensions foundation". CNET. CBS Interactive. Retrieved March 9, 2017.
  43. ^ "Early Access Release Channels". dev.chromium.org. Retrieved April 8, 2012.
  44. ^ "Danger: Mac and Linux builds available". Retrieved June 9, 2009.
  45. ^ Larson, Mark (December 8, 2009). "Beta Update: Linux, Mac, and Windows". Chrome Releases. Retrieved March 9, 2017.
  46. ^ a b Rakowski, Brian (December 8, 2009). "Google Chrome for the holidays: Mac, Linux and extensions in beta". Official Google Blog. Retrieved March 9, 2017.
  47. ^ Rakowski, Brian (May 25, 2010). "A new Chrome stable release: Welcome, Mac and Linux!". Chrome Blog. Retrieved March 9, 2017.
  48. ^ "Microsoft offers browser choices to Europeans". BBC News. March 1, 2010. Retrieved July 11, 2012.
  49. ^ "NPAPI deprecation: developer guide – The Chromium Projects". chromium.org. Retrieved September 3, 2015.
  50. ^ Krumins, Peteris (September 5, 2008). "Code reuse in Google Chrome Browser". Retrieved May 13, 2010.
  51. ^ Fette, Ian (February 19, 2010). "Hello HTML5". Retrieved July 11, 2012.
  52. ^ Rura, Steve (March 2011). "A fresh take on an icon". Retrieved March 22, 2011.
  53. ^ "HTML Video Codec Support in Chrome". blog.chromium.org. January 11, 2011. Retrieved April 8, 2012.
  54. ^ a b Fischmann, Ami (November 6, 2012). "Longer battery life and easier website permissions". Chrome Blog. Retrieved March 9, 2017.
  55. ^ Trollope, Rowan (December 22, 2013). "Open-Sourced H.264 Removes Barriers to WebRTC". Archived from the original on July 6, 2015. Retrieved December 22, 2013.
  56. ^ "Google Chrome Beta arrives on Android". Engadget. AOL. Retrieved July 11, 2012.
  57. ^ "muktware.com is coming soon". www.muktware.com. Archived from the original on March 16, 2022. Retrieved February 15, 2022.
  58. ^ Matney, Lucas (May 18, 2017). "Chrome is coming to augmented reality and Google Daydream".
  59. ^ December 2016, Bryan Clark 23 (December 23, 2016). "How to Use Chrome's Omnibar to Search Gmail". LaptopMag.{{cite web}}: CS1 maint: numeric names: authors list (link)
  60. ^ Needleman, Rafe (June 12, 2008). "The future of the Firefox address bar". CNET. CBS Interactive. Retrieved March 9, 2017.
  61. ^ a b Shankland, Stephen (October 7, 2008). "Speed test: Google Chrome beats Firefox, IE, Safari". CNET. CBS Interactive. Retrieved March 9, 2017.
  62. ^ Purdy, Kevin (June 11, 2009). "Lifehacker Speed Tests: Safari 4, Chrome 2, and More – Browsers". Lifehacker. Archived from the original on December 2, 2018. Retrieved May 13, 2010.
  63. ^ Laforge, Anthony. "Stable Channel Update". Retrieved May 25, 2010.
  64. ^ "ECMAScript test262". ECMAScript.org. Archived from the original on May 14, 2011. Retrieved May 6, 2011.
  65. ^ "CSS 2.1 Test Suite RC6 Results". W3C. Retrieved May 6, 2011.
  66. ^ "HTML5 test desktop". Visred. Retrieved March 19, 2015.
  67. ^ "HTML5 test desktop browser comparison". Visred. Retrieved March 19, 2015.
  68. ^ "HTML5 test Android Chrome 41 Galaxy S5". Visred. Retrieved March 19, 2015.
  69. ^ "HTML5 test tablet". Sights. Retrieved March 19, 2015.
  70. ^ "HTML5 test mobile". Sights. Retrieved March 19, 2015.
  71. ^ "HTML5test – How well does your browser support HTML5?". html5test.com. Retrieved October 29, 2015.
  72. ^ "Set your home page". support.google.com. September 23, 2021. Retrieved February 6, 2022.
  73. ^ Fisher, Darin (May 21, 2009). "A Speedier Google Chrome for all users". Chrome Blog. Retrieved March 9, 2017.
  74. ^ LaForge, Anthony (September 15, 2009). "Google Chrome after a year: Sporting a new stable release". Official Google Blog. Retrieved March 9, 2017.
  75. ^ Murphy, Glen; Sabec, Mark (October 5, 2009). "A splash of color to your browser: Artist Themes for Google Chrome". Chrome Blog. Retrieved March 9, 2017.
  76. ^ "Chrome Web Store". Retrieved April 8, 2012.
  77. ^ "Basic settings: Change browser theme". Google Chrome Help.
  78. ^ Danica Simic, ValueWalk. "Google To Introduce Native Dark Theme For Chrome On Windows 10." January 2, 2019. Retrieved January 4, 2019.
  79. ^ "Google is preparing a "super secret" Chrome UI refresh for next year". Chrome Unboxed - The Latest Chrome OS News. November 18, 2022. Retrieved April 21, 2023.
  80. ^ "Change Chrome languages & translate webpages". support.google.com.
  81. ^ a b Gralla, Preston (September 3, 2008). "Three hidden Chrome features you'll love". Archived from the original on September 23, 2008. Retrieved September 16, 2008.
  82. ^ "Chromium url_constants.cc". Archived from the original on September 8, 2010. Retrieved September 1, 2010.
  83. ^ Pash, Adam (October 2010). "Chrome's About:Labs Renamed to About:Flags, Adds a Warning". LifeHacker. Archived from the original on December 2, 2018. Retrieved October 19, 2010.
  84. ^ Gavin, Brady (May 21, 2019). "How to Save a Web Page in Chrome". How-To Geek.
  85. ^ "Chrome Web Store". May 19, 2010. Retrieved May 24, 2010.
  86. ^ Lay, Erik (May 19, 2010). "The Chrome Web Store". Retrieved May 24, 2010.
  87. ^ Kay, Erik (September 5, 2013). "A new breed of Chrome Apps". Chrome Blog. Retrieved March 9, 2017.
  88. ^ Paul, Ryan (December 9, 2010). "Chrome Web Store: a solution in search of a problem?". Ars Technica. Condé Nast. Retrieved March 9, 2017.
  89. ^ Kay, Erik; Boodman, Aaron (February 3, 2011). "A dash of speed, 3D and apps". Chrome Blog. Retrieved March 9, 2017.
  90. ^ a b Rakowski, Brian (December 8, 2009). "Google Chrome Extensions Blog Announcement". Retrieved February 25, 2010.
  91. ^ "Google Chrome Extensions Help Page". Archived from the original on February 8, 2010. Retrieved February 25, 2010.
  92. ^ Nield, David (April 20, 2012). "20 best Chrome extensions". TechRadar. Archived from the original on May 3, 2012. Retrieved May 16, 2012.
  93. ^ "Google Tone is a Chrome extension for sharing URLs with nearby computers using sound". VentureBeat. May 19, 2015. Retrieved August 11, 2019.
  94. ^ "Google's Tone Chrome Extension Lets You Share URLs By Sound". TechCrunch. Retrieved August 11, 2019.[permanent dead link]
  95. ^ Boodman, Aaron (September 9, 2009). "Extensions Status: On the Runway, Getting Ready for Take-Off". Retrieved May 13, 2010.
  96. ^ Kay, Erik (December 8, 2009). "Extensions beta launched, with over 300 extensions!". Chromium Blog. Retrieved May 13, 2010.
  97. ^ Baum, Nick (January 25, 2010). "Over 1,500 new features for Google Chrome". Chrome Blog. Retrieved March 9, 2017.
  98. ^ "Chrome For Windows Will Now Only Install Extensions From Google's Web Store". TechCrunch. May 27, 2014. Retrieved December 14, 2018.
  99. ^ "Protecting Chrome users from malicious extensions". Google Chrome Blog. Retrieved December 14, 2018.
  100. ^ "Continuing to protect Chrome users from malicious extensions". Chromium Blog. Retrieved December 15, 2018.
  101. ^ Claburn, Thomas. "If my calculations are correct, when Google Chrome hits version 88, you're gonna see some serious... security". The Register. Retrieved November 22, 2023.
  102. ^ "Trustworthy Chrome Extensions, by default". Chromium Blog. Retrieved November 22, 2023.
  103. ^ "New in Chrome 88". Chrome for Developers. January 19, 2021. Retrieved November 22, 2023.
  104. ^ a b c d Amadeo, Ron (November 21, 2023). "Google Chrome will limit ad blockers starting June 2024". Ars Technica. Retrieved November 22, 2023.
  105. ^ "Inside the 'arms race' between YouTube and ad blockers". Engadget. December 1, 2023. Retrieved December 2, 2023.
  106. ^ a b Amadeo, Ron (December 1, 2023). "Chrome's next weapon in the War on Ad Blockers: Slower extension updates". Ars Technica. Retrieved December 2, 2023.
  107. ^ Cimpanu, Catalin. "Google promises to play nice with ad blockers (again)". ZDNet. Retrieved June 13, 2019.
  108. ^ Tung, Liam. "Google Chrome could soon kill off most ad-blocker extensions". ZDNet. Retrieved June 13, 2019.
  109. ^ Mihalcik, Carrie. "Google says Chrome isn't killing ad blockers". CNET. Retrieved June 13, 2019.
  110. ^ a b Barnett, Daly (December 9, 2021). "Chrome Users Beware: Manifest V3 is Deceitful and Threatening". Electronic Frontier Foundation. Retrieved November 22, 2023.
  111. ^ "Resuming the transition to Manifest V3". Chrome for Developers. November 16, 2023. Retrieved November 22, 2023.
  112. ^ "Microsoft rolls out new Edge extensions API but promises to leave ad blockers alone". ZDNET. Retrieved December 6, 2023.
  113. ^ "Chrome Web Store – Adblock Plus (Beta)". Retrieved May 16, 2012.
  114. ^ "Chrome Web Store – Facebook Messenger". oinkandstuff.com. Archived from the original on September 1, 2016. Retrieved January 1, 2014.
  115. ^ "Chrome Web Store – uBlock Origin". Retrieved May 16, 2012.
  116. ^ "V8 Benchmark suite". Google Code. Archived from the original on September 4, 2008. Retrieved September 3, 2008.
  117. ^ Goodwins, Rupert (September 2, 2008). "Google Chrome – first benchmarks. Summary: wow". Archived from the original on September 3, 2008.
  118. ^ "Google Chrome Javascript Benchmarks". jrm.cc. September 1, 2008. Archived from the original on January 7, 2012. Retrieved April 8, 2012.
  119. ^ Kingsley-Hughes, Adrian (September 2, 2008). "Google Chrome is insanely fast ... faster than Firefox 3.0". ZDNet. CBS Interactive.
  120. ^ Limi, Alexander (September 2, 2008). "Chrome: Benchmarks and more". Archived from the original on April 24, 2010. Retrieved May 13, 2010.
  121. ^ Lipskas, Vygantas (March 1, 2009). "Safari 4 vs. Firefox 3 vs. Google Chrome vs. Opera 10, 9.6 vs. Internet Explorer 8, 7". Favbrowser. Archived from the original on May 1, 2010. Retrieved May 13, 2010.
  122. ^ Scott M. Fulton, III (October 11, 2010). "Firefox in the dust: Opera poised to reclaim browser performance lead". Archived from the original on July 14, 2011. Retrieved November 6, 2010.
  123. ^ Shankland, Stephen (October 7, 2008). "Firefox counters Google's browser speed test". CNET. CBS Interactive. Retrieved March 9, 2017.
  124. ^ Eich, Brendan (September 3, 2008). "TraceMonkey Update".
  125. ^ Shankland, Stephen (November 3, 2008). "Third Chrome beta another notch faster – News". Builder AU. Archived from the original on October 5, 2009. Retrieved May 13, 2010.
  126. ^ Resig, John (September 3, 2008). "JavaScript Performance Rundown". Archived from the original on January 6, 2017. Retrieved February 15, 2022.
  127. ^ Stachowiak, Maciej (September 18, 2008). "WebKit blog: Introducing SquirrelFish Extreme". Retrieved May 13, 2010.
  128. ^ Zwarich, Cameron (September 18, 2008). "SquirrelFish Extreme has landed!". Archived from the original on April 27, 2009. Retrieved May 13, 2010.
  129. ^ Shankland, Stephen (September 22, 2008). "Step aside, Chrome, for Squirrelfish Extreme – News". Builder AU. Archived from the original on October 6, 2009. Retrieved May 13, 2010.
  130. ^ Ying, Charles (September 19, 2008). "SquirrelFish Extreme: Fastest JavaScript Engine Yet". Archived from the original on June 16, 2010. Retrieved May 13, 2010.
  131. ^ "DNS prefetching for Firefox". November 8, 2008.
  132. ^ Apple Inc. (June 7, 2010). "What's new in Safari 5". Retrieved July 6, 2010.
  133. ^ "Internet Explorer 9 Network Performance Improvements". Blogs.msdn.com. March 17, 2011. Retrieved April 8, 2012.
  134. ^ Eiras, João. "Page prefetcher". userjs.org. Retrieved April 8, 2012.
  135. ^ "chrome] Index of /trunk/src/net/spdy – Chromium SPDY client implementation". src.chromium.org. Retrieved April 8, 2012.
  136. ^ "SPDY Proxy Examples – The Chromium Projects". www.chromium.org. Archived from the original on September 19, 2017. Retrieved April 8, 2012.
  137. ^ "Moving towards a faster web". Chromium Blog. November 11, 2019.
  138. ^ "Data Saver is now Lite mode". Chromium Blog. April 23, 2019.
  139. ^ "Automatically lazy-loading offscreen images & iframes for Lite mode users". Chromium Blog. October 24, 2019.
  140. ^ "Sunsetting Chrome Lite mode in M100 and older". Google Chrome Help. February 22, 2022.
  141. ^ Chung, Marc (September 5, 2008). "chromes-process model explained". Archived from the original on March 21, 2009. Retrieved September 10, 2008.
  142. ^ Barth, Adam; Jackson, Collin; Reis, Charles; et al. (The Google Chrome Team). "The Security Architecture of the Chromium Browser" (PDF). Stanford Security Laboratory. Retrieved September 11, 2008.
  143. ^ Gutschke, Markus (May 6, 2009). "Re: (PATCH 2/2) x86-64: seccomp: fix 32/64 syscall hole". Archived from the original on June 24, 2013. Retrieved February 17, 2011.
  144. ^ Edge, Jake (August 19, 2009). "Google's Chromium sandbox". Retrieved February 17, 2011.
  145. ^ Huge Security Flaw Leaks VPN Users' Real IP-addresses TorrentFreak.com (January 30, 2015). Retrieved on February 21, 2015.
  146. ^ Bates, Adam. "InsightPortal | QualityTaskForce | Chrome will start flagging insecure HTTP sites". www.insightportal.io. Retrieved August 8, 2017.
  147. ^ Cimpanu, Catalin, ZDNet. "Google releases Chrome 71 with a focus on security features." December 4, 2018. Retrieved January 2, 2019.
  148. ^ "Google Chrome for Android adds Secure DNS for safer, more private browsing". XDA Developers. September 3, 2020. Retrieved September 3, 2020.
  149. ^ "Issue 53 – chromium – No Master Password Option". September 2, 2008. Retrieved August 13, 2013.
  150. ^ Kember, Elliott (August 7, 2013). "Chrome's Password Security Strategy Is Insane". Mashable.com. Retrieved August 13, 2013.
  151. ^ "Issue 53 – chromium – No Master Password Option (post #151)". Retrieved May 3, 2014.
  152. ^ "Linux Password Storage". Archived from the original on April 18, 2021. Retrieved December 25, 2019.
  153. ^ "OS X Password Manager/Keychain Integration". Retrieved April 28, 2022.
  154. ^ Keizer, Gregg (March 10, 2011). "Google's Chrome untouched at Pwn2Own hack match". Computerworld.
  155. ^ a b "Pwn2Own 2012: Google Chrome browser sandbox first to fall". ZDNet. CBS Interactive. March 7, 2012. Retrieved April 8, 2012.
  156. ^ "CanSecWest Pwnium: Google Chrome hacked with sandbox bypass". ZDNet. CBS Interactive. March 7, 2012. Retrieved April 8, 2012.
  157. ^ "Teenager hacks Google Chrome with three 0day vulnerabilities". ZDNet. CBS Interactive. March 9, 2012. Retrieved April 8, 2012.
  158. ^ Kersey, Jason (March 10, 2012). "Chrome Stable Update". Retrieved March 10, 2012.
  159. ^ Goodin, Dan (October 10, 2012). "Google Chrome exploit fetches "Pinkie Pie" $60,000 hacking prize". Ars Technica. Condé Nast. Retrieved March 9, 2017.
  160. ^ "Pwnium 2: results and wrap-up". Chromium Blog. October 10, 2012.
  161. ^ "Pwn2own Day 1 Exploits: Google Chrome, Adobe Flash, Apple Safari". March 17, 2016. Retrieved September 20, 2016.
  162. ^ "Google targets HTML5 default for Chrome instead of Flash in Q4 2016". VentureBeat. May 15, 2016. Retrieved September 20, 2016.
  163. ^ "WikiLeaks posts trove of CIA documents detailing mass hacking". CBS News. March 7, 2017.
  164. ^ Greenberg, Andy (March 7, 2017). "How the CIA Can Hack Your Phone, PC, and TV (Says WikiLeaks)". Wired.
  165. ^ "Chrome Browser". Google.com. Retrieved April 21, 2014.
  166. ^ Tsukayama, Hayley (February 15, 2018). "Google's Chrome ad blocker means the Web's largest ad company is also now advertising's biggest traffic cop". The Washington Post. Retrieved February 15, 2018.
  167. ^ Chaikivsky, Andrew (February 15, 2018). "Want to Protect Against Websites That Spy on You? Get an Ad Blocker". Consumer Reports. Retrieved February 15, 2018.
  168. ^ a b "Google Chrome FAQ for web developers". Archived from the original on September 4, 2008. Retrieved April 8, 2012.
  169. ^ Paul, Ryan (March 2010). "Google bakes Flash into Chrome, hopes to improve plug-in API". Retrieved March 14, 2010.
  170. ^ "Java and Google Chrome". java.com. Retrieved December 11, 2009.
  171. ^ "Issue 10812 – chromium – No java plugin support yet". Retrieved May 18, 2010.
  172. ^ "Pepper.wiki". Code.google.com. February 24, 2012. Retrieved March 23, 2013.
  173. ^ "Pepper Plugin API (PPAPI)". Chromium.org. Retrieved March 23, 2013.
  174. ^ "Chromium Blog: The road to safer, more stable, and flashier Flash". blog.chromium.org. August 8, 2012. Retrieved August 29, 2012.
  175. ^ "Securing Flash Player for our Mac users". Google Chrome Blog. Retrieved November 14, 2012.
  176. ^ "Chromium Blog: Saying Goodbye to Our Old Friend NPAPI". Chromium Blog. Retrieved July 13, 2015.
  177. ^ "PSA: Chrome for Linux planning to drop NPAPI support as soon as April". Retrieved April 22, 2015. Another thing I found last night is a Debian package called PepperFlashPlayer. Apparently, it works the same way as the existing FlashPlayer package (which downloads Adobe Flash from Adobe and installs it) -- it downloads Chrome from Google, extracts the PPAPI Flash plugin, and installs it for Chromium. That might be a good workaround for Chromium users in the interim. (Note: I am not endorsing this method, just making people aware of it.) But obviously, it would be better if PPAPI Flash were available in a more "official" context.
  178. ^ "NPAPI deprecation: developer guide". www.chromium.org.
  179. ^ "Browse in private – Computer – Google Chrome Help". support.google.com. Retrieved April 1, 2018.
  180. ^ Google (2023). "How Chrome Incognito keeps your browsing private". support.google.com. Archived from the original on June 27, 2023. Retrieved June 27, 2023.
  181. ^ "Explore Google Chrome Features: Incognito Mode". September 2, 2008. Retrieved September 4, 2008.
  182. ^ "Chrome for iOS will let you lock down incognito tabs with Face ID". July 20, 2021. Retrieved July 21, 2021.
  183. ^ Google settles $5 billion privacy lawsuit over tracking people using 'incognito mode'
  184. ^ Falkvinge, Rick (June 18, 2015). "Google Chrome Listening In To Your Room Shows The Importance Of Privacy Defense In Depth". Private Internet Access Blog. Retrieved April 7, 2018.
  185. ^ Bright, Peter. "Not OK, Google: Chromium voice extension pulled after spying concerns". Ars Technica. Retrieved April 7, 2018.
  186. ^ "Diff – 0366a5184a70b3eefb5fcef2c2e13721669f00d8^! - chromium/src – Git at Google". chromium.googlesource.com. Retrieved September 26, 2017.
  187. ^ "Chrome Releases: Stable Channel Update". googlechromereleases.blogspot.ca. Retrieved September 1, 2015.
  188. ^ a b "Google Chrome, Chromium, and Google". The Chromium Blog. October 1, 2008.
  189. ^ "Welcome to the Botnet". April 7, 2018. Archived from the original on April 7, 2018. Retrieved April 7, 2018.
  190. ^ "Google Chrome Privacy Notice". google.com. September 23, 2021. Retrieved February 6, 2022.
  191. ^ a b c "Google Reacts to Some Chrome Privacy Concerns". Archived from the original on September 12, 2008. Retrieved September 24, 2008.
  192. ^ a b "SRWare Iron webpage". Retrieved October 12, 2008.
  193. ^ a b c "In The Open, For RLZ". The Chromium Blog. June 2, 2010. Retrieved June 20, 2010.
  194. ^ "Google Chrome Unique Identifier Change". The Register. March 16, 2010. Retrieved March 24, 2010.
  195. ^ Fried, Ina (October 7, 2008). "Google's Omnibox could be Pandora's box". CNET. CBS Interactive. Retrieved March 9, 2017.
  196. ^ "Google Chrome Privacy Whitepaper". Archived from the original on May 9, 2019.
  197. ^ Fowler, Geoffrey A. "Review | Goodbye, Chrome: Google's Web browser has become spy software". Washington Post.
  198. ^ a b c d e f g "Google Chrome Privacy Whitepaper" (PDF). Retrieved April 8, 2012.
  199. ^ "&rlz= in Google referrer: Organic traffic or AdWords?". December 9, 2008. Retrieved February 27, 2009.
  200. ^ Controlled by the setting "Send usage statistics and error reports"; default off
  201. ^ "Turning Off Auto Updates in Google Chrome". Retrieved December 12, 2014.
  202. ^ "Google Facing Fresh E.U. Inquiry Over Ad Technology". The New York Times. June 22, 2021. Archived from the original on April 15, 2023.
  203. ^ Schechner, Sam (January 25, 2021). "Google Progresses Plan to Remove Third-Party Cookies". The Wall Street Journal. ISSN 0099-9660. Retrieved January 25, 2021.
  204. ^ Patel, Bowdeya Tweh and Sahil (January 14, 2020). "Google Chrome to Phase Out Third-Party Cookies in Effort to Boost Privacy". The Wall Street Journal. ISSN 0099-9660. Retrieved January 25, 2021.
  205. ^ Schechner, Sam (January 8, 2021). "Google Chrome Privacy Plan Faces U.K. Competition Probe". The Wall Street Journal. ISSN 0099-9660. Retrieved January 25, 2021.
  206. ^ Clark, Mitchell (April 9, 2021). "DuckDuckGo promises to block Google's latest ad-tracking tech — if Google allows it". The Verge. Retrieved April 16, 2021.
  207. ^ Thurrott, Paul (April 12, 2021). "Brave is Blocking Google FLoC". Thurrott.com. Retrieved April 16, 2021.
  208. ^ "EFF technologist cites Google "breach of trust" on FLoC; key ad-tech change agent departs IAB Tech Lab". Information Trust Exchange Governing Association. Retrieved April 16, 2021.
  209. ^ "Google's FLoC Is a Terrible Idea". Electronic Frontier Foundation. March 3, 2021.
  210. ^ Roth, Emma (January 25, 2022). "Google abandons FLoC, introduces Topics API to replace tracking cookies". The Verge. Retrieved January 25, 2022.
  211. ^ Li, Abner (January 25, 2022). "Google drops FLoC and proposes new Topics API for replacing third-party cookies used by ads". 9to5Google. Retrieved January 25, 2022.
  212. ^ "Tracking DNT". W3C. Retrieved December 17, 2015.
  213. ^ "Google and Chrome To Support Do Not Track". Archived from the original on February 26, 2012. Retrieved March 3, 2012.
  214. ^ Reisn, Charlie (September 11, 2008). "Multi-process Architecture". Retrieved September 12, 2008.
  215. ^ "Process Models". The Chromium Projects. September 3, 2008. Retrieved September 12, 2008.
  216. ^ Prince, Brian (December 11, 2008). "Google Chrome Puts Security in a Sandbox". eWeek.com. Ziff Davis. Retrieved June 4, 2010.
  217. ^ "[webkit-dev] Announcing WebKit2". lists.webkit.org. April 8, 2010. Retrieved April 8, 2012.
  218. ^ "Firefox Lorentz Beta Available for Download and Testing". Mozilla. April 8, 2010.
  219. ^ Orgera, Scott (May 30, 2022). "How to Use the Google Chrome Task Manager". Lifewire. Archived from the original on June 30, 2022. Retrieved December 5, 2022.
  220. ^ "Chrome 23 Closes 15 Security Vulnerabilities, Promises Longer Battery Life & Added Do Not Track (DNT)". Retrieved November 9, 2012.
  221. ^ Larson, Mark (January 8, 2009). "Google Chrome Release Channels". Retrieved January 9, 2009.
  222. ^ Larson, Mark (January 8, 2009). "Dev update: New WebKit version, new features, and a new Dev channel". Retrieved January 9, 2009.
  223. ^ Fette, Ian (December 11, 2008). "Thanks For All Your Help". Retrieved May 1, 2015.
  224. ^ Laforge, Anthony (July 22, 2010). "Release Early, Release Often". Retrieved July 25, 2010.
  225. ^ The Chromium Authors. "Chrome Release Channels". Retrieved October 29, 2014.
  226. ^ Irish, Paul (November 2, 2012). "Chrome Canary for Developers". Retrieved October 29, 2014.
  227. ^ Bridge, Henry (August 2, 2010). "Google Chrome in a Coal Mine". Chromium Blog. Retrieved March 19, 2015.
  228. ^ Mathews, Lee (July 23, 2010). "Google drops Chrome Canary build down the Chrome mineshaft". Archived from the original on July 25, 2010. Retrieved July 25, 2010.
  229. ^ "Adding more yellow to the Mac color scheme". blog.chromium.org. May 2, 2011. Retrieved February 4, 2012..
  230. ^ a b Protalinski, Emil (January 10, 2013). "Google launches Chrome Beta channel for Android 4.0+ phones and tablets, releases version 25". The Next Web. Retrieved March 9, 2017.
  231. ^ "Chrome beta for Android on Google Play". Play.google.com. Retrieved March 23, 2013.
  232. ^ "Google Launches Dev Channel for Chrome on Android". Chrome Story. Archived from the original on July 11, 2015. Retrieved July 13, 2015.
  233. ^ Dorwin, David (May 14, 2009). "Google Update Releases Update Controls". Google Open Source Blog. Retrieved May 13, 2010.
  234. ^ "Download & install Google Chrome – Computer – Google Chrome Help". support.google.com.
  235. ^ "Get a fast, free web browser". Google.com. Retrieved February 17, 2017.
  236. ^ "Fix problems installing Chrome – Google Chrome Help". support.google.com.
  237. ^ "Tour of the Chromium Buildbot Waterfall – The Chromium Projects". Retrieved December 2, 2014.
  238. ^ Kwan, Campbell. "Google to shorten Chrome update cycle to four weeks". ZDNet. Retrieved March 5, 2021.
  239. ^ a b "Version 42 Stable Release". Chrome Releases. April 14, 2015. Retrieved December 28, 2015.
  240. ^ a b c "Chromium Development Calendar and Release Info". The Chromium Projects. Retrieved May 1, 2015.
  241. ^ Mike Frysinger (March 14, 2014). "Version Numbers". The Chromium Projects. Retrieved May 1, 2015.
  242. ^ Anthony LaForge (December 16, 2010). "Chrome Release Cycle -12/16/2010". Google Slides. Retrieved May 1, 2015.
  243. ^ "Version 42 Developer Update". Chrome Releases. February 26, 2015. Retrieved December 28, 2015.
  244. ^ "Issue 143: Handle color profiles in tagged images". Code.google.com. September 2, 2008. Retrieved March 23, 2013.
  245. ^ "Google Chrome Easter Egg T-Rex Mini Game". Business Insider.
  246. ^ "Play Google Chrome's Secret Offline Game". www.yahoo.com. November 18, 2015.
  247. ^ "How do I find the secret dinosaur game on Google Chrome when my internet connection is down?". RadioTimes.
  248. ^ "Google Chrome's 'Unable to connect to the Internet' page has a hidden endless runner game". The Independent. September 26, 2014.
  249. ^ "Issue 462221 – chromium – Disable offline game (T-Rex) if device is enrolled – Monorail". Chromium.org. February 26, 2015. Retrieved July 27, 2016.
  250. ^ a b c "Download & install Google Chrome - Computer". Google Chrome Help. System requirements to use Chrome. Retrieved February 13, 2024.
  251. ^ a b c "Stable Channel Update". googleblog.com. November 18, 2014. Retrieved November 18, 2014.
  252. ^ "64-bit Support – The Chromium Projects". chromium.org. Retrieved March 5, 2012.
  253. ^ "Google Chrome – Download the Fast, Secure Browser from Google". www.google.com.
  254. ^ "Try out the new 64-bit Windows Canary and Dev channels". blog.chromium.org. Retrieved July 1, 2014.
  255. ^ "Announcing the Chrome 64-bit Beta Channel for Windows!". googleblog.com. Retrieved August 11, 2014.
  256. ^ "64 bits of awesome: 64-bit Windows Support, now in Stable!". August 26, 2014. Retrieved August 27, 2014.
  257. ^ Mark Mentovai (November 8, 2013). "Yesterday's Mac canary was 64-bit". chromium-dev (Mailing list). Retrieved February 6, 2022.
  258. ^ "Beta Channel Update". October 9, 2014. Retrieved February 14, 2022.
  259. ^ Weatherbed, Jess (February 8, 2021). "Google Chrome will no longer support some older processors". TechRadar. Retrieved February 16, 2021.
  260. ^ "Chrome Browser system requirements – Google Chrome Enterprise Help". support.google.com. Retrieved February 8, 2021.
  261. ^ "Require SSE3 for Chrome on x86". Retrieved February 8, 2021.
  262. ^ Holt, Kristopher (October 25, 2022). "Google will end Chrome support on Windows 7 and 8.1 in early 2023". Engadget. Yahoo. Retrieved October 27, 2022.
  263. ^ "M116 will be the last Chromium to support macOS 10.13 and 10.14". groups.google.com. January 27, 2023. Retrieved June 27, 2023.
  264. ^ "What's Next for Google Chrome?". Alliance IT. October 12, 2020. Retrieved November 19, 2020.
  265. ^ "Chrome Enterprise release notes". Google. November 17, 2020. Retrieved November 19, 2020.
  266. ^ "Google Chrome is ending support for Android Nougat". www.androidpolice.com. Retrieved November 2, 2023.
  267. ^ "PSA: Android 6.0 Marshmallow support is now deprecated in the Chromium code base". groups.google.com. Retrieved October 28, 2022.
  268. ^ "Chrome 95 brings Material You to everyone, adds secure payment confirmation, and more". XDA Developers. October 21, 2021. Retrieved November 18, 2021.
  269. ^ "PSA: Android KitKat Support is now deprecated in the Chromium code base". groups.google.com.
  270. ^ "Google Chrome for Android is dropping support for Android 4.1-4.3 Jelly Bean". XDA Developers. October 5, 2018. Retrieved December 10, 2018.
  271. ^ "Install Chrome for Android Beta – Google Chrome Help". Google Inc. Retrieved April 6, 2012.
  272. ^ Smith, Mat (February 7, 2012). "Google Chrome Beta arrives on Android (video)". Engadget. Retrieved September 22, 2012.
  273. ^ a b c "Beta version of Chrome for Android 4.0 released". www.neowin.net. Retrieved February 9, 2012..
  274. ^ a b c d e "Google Operating System: Chrome for Android". googlesystem.blogspot.com. February 7, 2012. Retrieved August 18, 2021.
  275. ^ a b c d "Google Chrome for Android – 23 Questions and Answers". Chrome Story. Archived from the original on February 11, 2012. Retrieved February 9, 2012.
  276. ^ a b c d e Beverloo, Peter (February 7, 2012). "Bringing Google Chrome to Android". Retrieved February 14, 2022.
  277. ^ Piczkowski, Marcin (March 7, 2019). "When You Never Close Tabs on Your Mobile Chrome Browser". DEV.to.
  278. ^ Kayce Basques (April 13, 2015). "Remote debug Android devices". developer.chrome.com. Retrieved February 11, 2022..
  279. ^ Lardinois, Frederic (April 17, 2012). "Chrome For Android Gets Desktop View, Home Screen Bookmarks, File Downloads".
  280. ^ "Google Chrome for Android comes out of beta, Hits Play today". Engadget. AOL. June 27, 2012. Retrieved June 27, 2012..
  281. ^ Rajagopalan, Srikanth (June 27, 2012). "Chrome for Android out of Beta!". Google Chrome Releases blog. Retrieved September 22, 2012.
  282. ^ "Chrome for Android Update". Googlechromereleases.blogspot.hu. September 26, 2012. Retrieved March 23, 2013.
  283. ^ "Chrome Beta for Android". play.google.com. May 26, 2013. Retrieved July 4, 2013.
  284. ^ "Google Chrome". App Store. July 17, 2023.
  285. ^ "Google Chrome on iOS Hits #1 Free App". Forbes. Archived from the original on November 24, 2020. Retrieved August 29, 2017.
  286. ^ Beasley, Mike (June 3, 2014). "iOS 8 WebKit changes finally allow all apps to have the same performance as Safari".
  287. ^ Reisinger, Don (July 18, 2012). "Chrome already nabs 1.5 percent of iOS browser market". CNET. CBS Interactive. Retrieved March 9, 2017.
  288. ^ "Chrome's Share of iOS Usage Doubles Year-Over-Year to 3%". Macrumors. October 11, 2013. Retrieved April 21, 2014.
  289. ^ "Google ends 32-bit Linux support for Chrome". OSNews.
  290. ^ "Chrome stops declaring Linux systems obsolete – The H Open: News and Features". H-online.com. February 14, 2013. Archived from the original on March 26, 2013. Retrieved March 30, 2013.
  291. ^ Pawliger, Marc (November 10, 2015). "Updates to Chrome platform support". Chrome Blog. Retrieved March 9, 2017.
  292. ^ Cunningham, Andrew (April 14, 2016). "Chrome 50 ends support for Windows XP, OS X 10.6, other old versions". ArsTechnica. Archived from the original on May 5, 2016. Retrieved October 9, 2016.
  293. ^ "Stable Channel Update". googlechromereleases.blogspot.com. Retrieved August 10, 2016.
  294. ^ "Google Chrome 49.0.2623.112". filehippo.com. Retrieved August 10, 2016.
  295. ^ "How Chrome is helping enterprises still using Windows 7". Google Cloud Blog. Retrieved January 15, 2020.
  296. ^ "Chrome support for Windows 7 now until January 15, 2022". Google Cloud Blog. Retrieved November 23, 2020.
  297. ^ "Sunsetting support for Windows 7 / 8.1 in early 2023 – Google Chrome Community". support.google.com.
  298. ^ "Google Chrome to drop support for Windows 7 / 8.1 in Feb 2023". BleepingComputer.
  299. ^ Haller, John (February 9, 2023). "Google Chrome Portable 110.0.5481.78 Stable (web browser) Released, Drops Windows 7 and 8". PortableApps.com. Archived from the original on May 23, 2023. Retrieved May 23, 2023.
  300. ^ Newman, Jared (June 12, 2012). "Google Chrome Gets Early Metro-Style App for Windows 8". PCWorld. IDG. Archived from the original on September 9, 2012. Retrieved June 13, 2012.
  301. ^ "Google is building Chrome OS straight into Windows 8". The Verge. October 5, 2013. Retrieved October 5, 2013.
  302. ^ "Unable to open Google Chrome in windows 8 mode – Google Product Forums". Retrieved September 29, 2016.
  303. ^ "Chrome no longer supports Mac OS X 10.5". Google Inc. Archived from the original on March 29, 2015.
  304. ^ "Chrome updates on Mac 32-bit". Chrome help. Google Inc.
  305. ^ "Google to Discontinue 32-bit Chrome for Mac Next Month". OMG! Chrome!. September 4, 2014.
  306. ^ "M116 will be the last Chromium to support macOS 10.13 and 10.14". groups.google.com. January 27, 2023. Retrieved June 27, 2023.
  307. ^ Dylan F. Tweney (November 19, 2009). "Gadget Lab Hardware News and Reviews Google Chrome OS: Ditch Your Hard Drives, the Future Is the Web". Wired. Condé Nast. Archived from the original on April 9, 2014. Retrieved November 22, 2009.
  308. ^ Sengupta, Caesar; Papakipos, Matt (November 19, 2009). "Releasing the Chromium OS open source project". Official Google Blog. Retrieved March 9, 2017.
  309. ^ Stokes, Jon (January 20, 2010). "Google talks Chrome OS, HTML5, and the future of software". Ars Technica. Condé Nast. Retrieved March 9, 2017.
  310. ^ Womack, Brian (July 8, 2009). "Google to Challenge Microsoft With Operating System". Bloomberg. Retrieved July 8, 2009.
  311. ^ Hansell, Saul (July 8, 2009). "Would you miss Windows with a Google operating system?". The New York Times. Retrieved July 8, 2009.
  312. ^ Pichai, Sundar; Upson, Linus (July 7, 2009). "Introducing the Google Chrome OS". Official Google Blog. Retrieved March 9, 2017.
  313. ^ Mediati, Nick (July 7, 2009). "Google Announces Chrome OS". PC World. IDG. Archived from the original on January 19, 2010. Retrieved July 8, 2009.
  314. ^ Moore, Matthew (September 2, 2008). "Google Chrome browser: Review of reviews". Daily Telegraph. Archived from the original on January 10, 2022. Retrieved September 24, 2011.
  315. ^ Liedtke, Michael (September 3, 2008). "Google polishes product line with Chrome browser". The Jakarta Post. Archived from the original on June 23, 2012. {{cite journal}}: Unknown parameter |agency= ignored (help)
  316. ^ Jaroslovsky, Rich (February 25, 2010). "Browser Wars: The Sequel". BusinessWeek. Archived from the original on March 1, 2010.
  317. ^ "Thoughts on Chrome & More". John's Blog. September 1, 2008. Archived from the original on May 27, 2010. Retrieved May 13, 2010.
  318. ^ Collins, Barry (September 2, 2008). "Mozilla: Google's not trying to kill us". PC Pro. Dennis Publishing. Archived from the original on February 10, 2009. Retrieved July 11, 2012.
  319. ^ Mediati, Nick (September 3, 2008). "Google Chrome Web Browser". PC World. IDG. Archived from the original on September 6, 2008. Retrieved September 7, 2008.
  320. ^ "Google's Chrome Becomes Web 'Gatekeeper' and Rivals Complain". Bloomberg.com. May 28, 2019. Retrieved May 28, 2019.
  321. ^ Warren, Tom (January 4, 2018). "Chrome is turning into the new Internet Explorer 6". The Verge. Retrieved May 28, 2019.
  322. ^ "Top 5 Browsers from December 2010 to December 2011". StatCounter. Retrieved January 8, 2012.
  323. ^ "Desktop Browser Market Share Worldwide". StatCounter.
  324. ^ "Global Web Browser Marketshares". Clicky Analytics. Retrieved April 8, 2012.
  325. ^ "Chrome is world's number one browser for a day". StatCounter. March 21, 2012.
  326. ^ "Chrome overtakes Internet Explorer as No. 1 browser -- maybe". CNN. May 21, 2012. Retrieved May 21, 2012.
  327. ^ Pachal, Peter (May 21, 2012). "Google Chrome Now the No. 1 Browser in the World". mashable.com.
  328. ^ "Chrome tops 310 million users, almost 100% growth over last year". June 28, 2012.
  329. ^ "Stats Counter US Monthly bar graph". June 2013. Retrieved July 25, 2013.
  330. ^ Fox, Zoe (August 14, 2013). "43% of Global Web Surfers Choose Google Chrome". Mashable.
  331. ^ "Desktop Browser Market Share Worldwide". StatCounter Global Stats. Retrieved February 24, 2024.
  332. ^ "Change MSI from a wrapper to "full" MSI". January 4, 2011. Retrieved April 8, 2012.
  333. ^ Paul, Ryan (December 16, 2010). "Google offering MSI to simplify Chrome enterprise deployment". Ars Technica. Condé Nast. Retrieved March 9, 2017.
  334. ^ "Google Update for Enterprise – Google Help". Retrieved July 11, 2012.
  335. ^ "Issue 2423 – chromium – Windows Roaming Profile support – An open-source browser project to help move the web forward. – Google Project Hosting". September 17, 2008. Retrieved April 8, 2012.
  336. ^ "Chrome Enterprise release notes – Google Chrome Enterprise Help". support.google.com.
  337. ^ "Chrome Enterprise Policy List & Management | Documentation". Google Cloud.
  338. ^ "Google launches Chrome Enterprise subscription service for Chrome OS". August 22, 2017. Archived from the original on November 12, 2020. Retrieved August 25, 2020.
  339. ^ Wheatley, Mike (April 11, 2019). "Google debuts centralized controls for Chrome browser deployments". siliconangle.com. Archived from the original on April 12, 2019. Retrieved May 6, 2020.
  340. ^ "Home (Chromium Developer Documentation)". Chromium Developer Documentation. 2009. Retrieved May 5, 2009.
  341. ^ "Chromium Terms and Conditions". Google Code. September 2, 2008. Archived from the original on September 4, 2008. Retrieved September 3, 2008.
  342. ^ Chromium Project (March 2011). "ChromiumBrowserVsGoogleChrome". Retrieved July 10, 2011.
  343. ^ McAllister, Neil (September 11, 2008). "Building Google Chrome: A first look". InfoWorld. IDG. Archived from the original on September 13, 2008. Retrieved September 16, 2008. 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.
  344. ^ "Differences between Google Chrome and Linux distro Chromium". 2010. Retrieved September 1, 2010.
  345. ^ "Chromium revision log: Changes in revision 271531". May 20, 2014. Retrieved May 24, 2014.
  346. ^ "Change log for Chromium wiki showing removal of a part that said PDF support were different between Chromium and Google Chrome". May 20, 2014. Retrieved May 24, 2014.
  347. ^ Garthwaite, Emily (June 19, 2014). "Google throws PDFium into the open source community". IT Pro Portal. Retrieved September 11, 2016.
  348. ^ "Developer's Guide – Google Chrome". Developer.chrome.com. September 17, 2012. Retrieved February 17, 2014.
  349. ^ "Chrome Web Store". chrome.google.com.
  350. ^ "Latest in Malware: eFast Browser Attacks with False Google Chrome, Traps Users with Adware". Bay Computing. March 30, 2017. Retrieved September 11, 2021.
  351. ^ "Clever Malware Replaces Web Browser with Dangerous 'eFast' Chrome Lookalike". Remove Spyware & Malware with SpyHunter – EnigmaSoft Ltd. October 20, 2015. Retrieved September 11, 2021.
  352. ^ "eFast Browser Removal Guide". Bleeping Computer. October 28, 2015. Retrieved September 11, 2021.

External links edit

  • Official website  
  • Chrome Internals (2009) on YouTube