The History Of Google Chrome- Public release, Development, Features, Chrome Web Store, Security, Windows, Privacy, Android, Developing for Chrome, NB Inspire

Naresh Bag
By -NB Inspire
0

 The History Of Google Chrome- Public release, Development, Features, Chrome Web Store, Security, Windows, Privacy, Android, Developing for Chrome, NB Inspire

NB Inspire


Google Chrome is a cross-platform 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. It was later ported to Linux, macOS, iOS, and Android, where it is the default browser. The browser is also the main component of Chrome OS, where it serves as the platform for web applications.

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

As of October 2021, StatCounter estimates that Chrome has a 68% worldwide browser market share (after peaking at 72.38% in November 2018) on personal computers (PC), is most used on tablets (having surpassed Safari), and is also dominant on smartphones, and at 65% across all platforms combined. Because of this success, Google has expanded the "Chrome" brand name to other products: Chrome OS, Chromecast, Chromebook, Chromebit, Chromebox, and Chromebase.

History

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

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.

Development of the browser began in 2006[25] spearheaded by Sundar Pichai.

Public release

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, 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. This passage was inherited from the general Google terms of service . 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.

Chrome quickly gained about 1% usage share. 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. 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. The first official Chrome OS X and Linux developer previews were announced on June 4, 2009, with a blog post saying they were missing many features and were intended for early feedback rather than general use. In December 2009, Google released beta versions of Chrome for OS X and Linux. Google Chrome 5.0, announced on May 25, 2010, was the first stable release to support all three platforms.

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

Development

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), Skia Graphics Engine, SQLite, and a number of other open-source projects. 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. 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. Google created Gears for Chrome, which added features for web developers typically relating to the building of web applications, including offline support. Google phased out Gears as the same functionality became available in the HTML5 standards.

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

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. Despite this, on November 6, 2012, Google released a version of Chrome on Windows which added hardware-accelerated H.264 video decoding. In October 2013, Cisco announced that it was open-sourcing its H.264 codecs and would cover all fees required.

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

Features

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 Chrome also has a reputation for strong browser performance.

Desktop shortcuts and apps

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

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.

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.

Chrome Web Store

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 and/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.

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

Security

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

Chrome uses a process-allocation model to sandbox tabs. 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. On Linux sandboxing uses the seccomp mode.

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.

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.

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.

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.

Password management

Windows

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".As of February 2014, Google Chrome asks the user to enter the Windows account password before showing saved passwords.

Privacy

Incognito mode

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

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

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

Release channels, cycles and updates

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 comments from Google's policy announcements.

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

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. Chrome Dev for Android was launched on April 29, 2015.

All Chrome channels are automatically distributed according to their respective release cycles. The mechanisms differ by platform. On Windows, it uses Google Update, and auto-update can be controlled via Group Policy. Alternatively, users may download a standalone installer of a version of Chrome that does not auto-update. On OS X, it uses Google Update Service, and auto-update can be controlled via the OS X "defaults" system. 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 continuously produced with each new commit, requiring users to manage their own browser updates.

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 the system administrators and browser embedders with releases every eight weeks.

Android

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

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

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. Also supports mobile oriented features such as Device Orientation and Geolocation.

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

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

Development changes: remote debugging, part of the browser layer has been implemented in Java, communicating with the rest of the Chromium and WebKit code through Java Native Bindings.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.

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.

On June 27, 2012, Google Chrome for Android exited beta and became stable.

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.

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

Windows

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

Support for Google Chrome on Windows 7 was supposed to end upon the announcement on July 15, 2021, 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 on January 15, 2023, receiving critical security and stability updates of the Chrome browser.

"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.In October 2013, Windows 8 mode on the developer channel changed to use a desktop environment mimicking the interface of Chrome OS with a dedicated windowing system and taskbar for web apps. This was removed on version 49 and users that have upgraded to Windows 10 will lose this feature.

Enterprise deployment

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 The arrangement does not meet their needs. 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– 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. Until version 24 the software is known not to be ready for enterprise deployments with roaming profiles or Terminal Server/Citrix environments.

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, and today there are more than 500 policies available to control Chrome's behavior in enterprise environments. In 2016, Google launched Chrome Browser Enterprise Support, a paid service enabling IT admins access to Google experts to support their browser deployment. 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.

Developing for Chrome

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. Chrome has its own web store where users and developers can upload and download these applications and extensions.


Tags:label1

Post a Comment

0Comments

Post a Comment (0)