Английская Википедия:Chromium (web browser)

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Other uses Шаблон:Use dmy dates Шаблон:Infobox software

Chromium is a free and open-source web browser project, primarily developed and maintained by Google.[1] This codebase provides the vast majority of code for the Google Chrome browser, which is proprietary software with additional features.

The Chromium codebase is widely used. Microsoft Edge, Samsung Internet, Opera, and many other browsers are based on the Chromium code. Moreover, significant portions of the code are used by several app frameworks.

Licensing

Chromium is a free and open-source software project. The Google-authored portion is shared under the 3-clause BSD license.[2] Third party dependencies are subject to a variety of licenses, including MIT, LGPL, Ms-PL, and an MPL/GPL/LGPL tri-license.[3]

This licensing permits any party to build the codebase and share the resulting browser executable with the Chromium name and logo. Thus many Linux distributions do this, as well as FreeBSD and OpenBSD.[4]

Differences from Google Chrome

Chromium provides the vast majority of source code for Google Chrome, but there are important differences.

Features

Chromium lacks the following Chrome features:[4]

Branding and licensing

Google first chose the name "Chrome" for its browser.[6] Then the open-source release was named "Chromium" because chromium metal is used to make chrome plating.[7]

While Chrome has the same user interface functionality as Chromium, it changes the color scheme to the Google-branded one. Unlike Chromium, Chrome is not open-source, so its binaries are licensed as freeware under the Google Chrome Terms of Service.[8]

Development

The Chromium browser codebase contains about 38 million source lines of code.[9]

Contributors

Chromium has been a Google project since its inception,[7][1] and Google employees have done the bulk of the development work.[10]

Google refers to this project and the offshoot ChromiumOS as "the Chromium projects",[11] and its employees use @chromium.org email addresses for this development work. However, in terms of governance, the Chromium projects are not independent entities; Google retains firm control of them.[1]

The Chromium browser codebase is widely used, so others have made important contributions, most notably Microsoft, Igalia, Yandex, Intel, Samsung, LG, Opera, Vivaldi, and Brave.[10][1] Some employees of these companies also have @chromium.org email addresses.

Architecture

Google designed the first multi-process browser.[12][13] Compared to single-process designs, this architecture has better responsiveness with many browser tabs open and security benefits of process isolation, but with the trade-off of higher memory usage.[14][15] This was later refined as per-process website isolation, providing additional security.[14]

Another important design decision was for the browser's user interface to be minimalistic.[13][16][17]

The browser engine was originally based on Apple's WebKit, which Google deemed the "obvious choice" of available options.[18] However, Google's novel multi-process design required engine changes. This divergence from Apple's version increased over time, so in 2013 Google officially forked its version as the Blink engine.[18][19]

Programming languages

C++ is the primary language, comprising over half of the codebase.[9] This includes the Blink and V8 engines, the implementation of HTTP and other protocols, the internal caching system, and most of the user interface.[20]

The rest of the user interface, called the WebUI, is implemented in HTML, CSS, and JavaScript (usually via TypeScript transpilation).[20][21] An extensive collection of web platform tests is also written in these languages plus XML.[22][9]

Third-party libraries that provide essential functionality,[23] such as SQLite and numerous codecs, are written in C, C++, or beginning in 2023,[24][25] the newer Rust language.[9]

Support for mobile operating systems requires special languages: for Android both Java and Kotlin, and for iOS both Objective-C and Swift.[21][9]

Python is the main language of the build system,[9] which also has special configuration files for Google's GN tool.[26]

Logistics

The bug tracking system is a publicly accessible website.[27] Participants are identified by their email addresses.

The Chromium continuous integration system automatically builds and tests the codebase several times a day.[28]

Builds are identified by a four-part version number that is major.minor.build.patch.[29] This versioning scheme and the branch points that occur every six to seven weeks are from Google Chrome and its development cycle.[30]

History

2008 to 2010

Google Chrome debuted in September 2008, and along with its release, the Chromium source code was also made available, allowing builds to be constructed from it.[7][31][32]

Upon release, Chrome was criticized for storing a user's passwords without the protection of a master password. Google has insisted that a master password provides no real security against knowledgeable hackers, but users argued that it would protect against co-workers or family members borrowing a computer and being able to view stored passwords as plaintext.[33] In December 2009, Chromium developer P. Kasting stated: "A master password was issue 1397. That issue is closed. We will not implement a master password. Not now, not ever. Arguing for it won't make it happen. 'A bunch of people would like it' won't make it happen. Our design decisions are not democratic. You cannot always have what you want."[34]

Файл:File-Chromium-Linux-Alpha.png
An alpha build of Chromium 3 for Linux

Version 3 was the first alpha available for Linux. Chromium soon incorporated native theming for Linux, using the GTK+ toolkit to allow it fit into the GNOME desktop environment.[35][36][37][38] Version 3 also introduced JavaScript engine optimizations and user-selectable themes.[39]

Version 6 introduced features for user interface minimalism, as one of Google's goals was to make the browser "feel lightweight (cognitively and physically) and fast".[17] The changes were a unified tools menu, no home button by default (although user configurable), a combined reload/stop button, and the bookmark bar deactivated by default. It also introduced an integrated PDF reader, WebM and VP8 support for use with HTML5 video, and a smarter URL bar.[40][41]

Version 7 boosted HTML5 performance to twice that of prior versions via hardware acceleration.[42][43][44]

Version 8 focused on improved integration into ChromeOS and improved cloud features. These include background web applications, host remoting (allowing users centrally to control features and settings on other computers) and cloud printing.[44]

Version 9 introduced a number of features, including a URL bar feature for exposing phishing attacks and sandboxing for the Adobe Flash plug-in. Other additions were the WebGL library and access for the new Chrome Web Store.[45][46][47]

2011

Файл:Chromium 11 Logo.svg
Chromium logo introduced in 2011[48]

In February, Google announced that it was considering large-scale user interface (UI) changes, including at least partial elimination of the URL bar, which had been a mainstay of browsers since the early years of the Web. The proposed UI was to be a consolidation of the row of tabs and the row of navigation buttons, the menu, and URL bar into a single row. The justification was freeing up more screen space for web page content. Google acknowledged that this would result in URLs not always being visible to the user, that navigation controls and menus may lose their context, and that the resulting single line could be quite crowded.[49] However, by August, Google decided that these changes were too risky and shelved the idea.[50]

In March, Google announced other directions for the project. Development priorities focused on reducing the size of the executable, integrating web applications and plug-ins, cloud computing, and touch interface support.[51][52] Thus a multi-profile button was introduced to the UI, allowing users to log into multiple Google and other accounts in the same browser instance. Other additions were malware detection and support for hardware-accelerated CSS transforms.[53][54]

By May, the results of Google's attempts to reduce the file size of Chromium were already being noted. Much of the early work in this area concentrated on shrinking the size of WebKit, the image resizer, and the Android build system.[55] Subsequent work introduced a more compact mobile version that reduced the vertical space of the UI.[56][57]

Other changes in 2011 were GPU acceleration on all pages, adding support for the new Web Audio API, and the Google Native Client (NaCl) which permits native code supplied by third parties as platform-neutral binaries to be securely executed within the browser itself.[58][59] Google's Skia graphics library was also made available for all Chromium versions.[60][61]

Since 2012

Файл:Chromium Material Icon.svg
The Chromium Material Icon used until 2022

The sync service added for Google Chrome in 2012 could also be used by Chromium builds.[62][63] The same year, a new API for high-quality video and audio communication was added, enabling web applications to access the user's webcam and microphone after asking permission to do so.[64][65] Then GPU accelerated video decoding for Windows and support for the QUIC protocol were added.[66][67]

In 2013, Chromium's modified WebKit rendering engine was officially forked as the Blink engine.[18][19]

Other changes in 2013 were the ability to reset user profiles and new browser extension APIs.[68] Tab indicators for audio and webcam usage were also added, as was automatic blocking of files detected as malware.[69]

Version 67 added the security benefit of per-process website isolation.[14] Then version 69 introduced a new browser theme, as part of the tenth anniversary of Google Chrome.[70] The same year, new measures were added to curtail abusive advertising.[71]

Starting in March 2021, the Google Chrome sync service can no longer be used by Chromium builds.[72][5]

Шаблон:Anchor Browsers based on Chromium

In addition to Google Chrome, many other notable web browsers have been based on the Chromium code.

Active

Free and open-source

  • Brave is a web browser that aims to block website trackers and remove intrusive internet advertisements.
  • Bromite is a Chromium fork for Android with privacy enhancements.
  • Шаблон:Visible anchor is a fork for the command-line interface.[73]
  • Falkon is an open-source Qt-based GUI, using the Chromium-based QtWebEngine.[74]
  • qutebrowser a Qt-based GUI with Vim-like keybindings, using the Chromium-based QtWebEngine.[75]
  • ungoogled-chromium is a privacy-focused browser based on Chromium. Initially developed for Linux, versions for Windows and MacOS were later added. It removes all Google services and analytics built into Chromium.[76]

Proprietary software

  • Arc
  • Amazon Silk
  • Avast Secure Browser, developed by Avast.
  • Blisk is a browser available for Windows 7 and later, OS X 10.9 and later that aims to provide an array of useful tools for Web development.
  • CodeWeavers CrossOver Chromium is an unofficial bundle of a Wine derivative and Chromium Developer Build 21 for Linux and macOS, first released on 15 September 2008 by CodeWeavers as part of their CrossOver project.[77][78]
  • Comodo Dragon is a rebranded version of Chromium for 32-bit Windows 8.1, 8, Windows 7 and Vista[79] produced by the Comodo Group. According to the developer, it provides improved security and privacy features.[80]
  • Cốc Cốc is a freeware web browser focused on the Vietnamese market, developed by Vietnamese company Cốc Cốc, based on Chromium open-source code for Windows.[81] According to data published by StatCounter in July 2013, Cốc Cốc passed Opera to become one of the top 5 most popular browsers in Vietnam[82] within 2 months after its official .[83]
  • Epic Browser is a proprietary privacy-centric web browser developed by Hidden Reflex of India and based on Chromium source code.[84]
  • Epic Systems Hyperdrive, a chromium end user application for interacting with Epic Systems' electronic health record software[85]
  • Microsoft Edge is Chromium-based as of 15 January 2020.[86][87]
  • Naver Whale is a South Korean freeware web browser developed by Naver Corporation, which is also available in English. It became available on Android on 13 April 2018.
  • Opera began to base its web browser on Chromium with version 15.[88]
  • Qihoo 360 Secure Browser is a Chromium-based Chinese web browser developed by Qihoo.[89]
  • Samsung Internet shipped its first Chromium-based web browser on Galaxy S4 in 2013.[90]
  • Sleipnir is a Chromium derivative browser for Windows and macOS. One of its main features is linking to Web apps (Facebook, Twitter, Dropbox, etc.) and smartphone apps (Google Map, etc.). It also boasts what it calls "beautiful text," and has unique graphical tabs, among other features.[91]
  • Slimjet: A Chromium-based web browser released by FlashPeak that features built-in webpage translation, PDF viewing capability and a PPAPI flash plugin, features usually missing from Chromium-based browsers currently not supported.
  • SRWare Iron is a freeware release of Chromium for Windows, macOS and Linux, offering both installable and portable versions. Iron disables certain configurable Chromium features that could share information with third parties and additional tracking features that Google adds to its Chrome browser.[92]
  • Vivaldi is a browser for Windows, macOS and Linux developed by Vivaldi Technologies.[93][94] Chromium-based Vivaldi aims to revive the rich features of the Presto-era Opera with its own proprietary modifications.
  • Yandex Browser is a browser created by the Russian software company Yandex for macOS, Windows, Linux, Android and iOS.[95] The browser integrates Yandex services, which include a search engine, a machine translation service and cloud storage. On Android it provides ability to install chrome extensions on a mobile browser.[96]

Discontinued

  • Beaker, a peer-to-peer web browser
  • Dissenter, a fork of Brave browser that adds a comment section to any URL.[97]
  • Flock – a browser that specialized in providing social networking and had Web 2.0 facilities built into its user interface. It was based on Chromium starting with version 3.0. Flock was discontinued in April 2011.[98][99]
  • Redcore – a browser developed by Chinese company Redcore Times (Beijing) Technology Ltd. and marketed as a domestic product that was developed in-house, but was revealed to be based on Chromium[100]
  • Rockmelt – a Chromium-based browser for Windows, macOS, Android and iOS under a commercial proprietary licence. It integrated features from Facebook and Twitter, but was discontinued in April 2013 and fully retired at 10am PT on 31 July 2013.[101][102] On 2 August 2013, Rockmelt was acquired by Yahoo! Rockmelt's extensions and its website was shut down after 31 August 2013. Yahoo! plans to integrate Rockmelt's technology into other products.[103]
  • SalamWeb – a web browser based on Chromium for Muslims, which only allowed Halal websites/information.
  • Torch was a browser based on Chromium for Windows. It specialised in media downloading and had built-in media features, including a torrent engine, video grabber and sharing button.[104]

Use in app frameworks

Significant portions of the Chromium code are used by some application frameworks. Notable examples are Electron, the Chromium Embedded Framework, and the Qt WebEngine.[74] These frameworks have been used to create many end-user apps, such as Spotify[105] and Slack.[106]

References

Шаблон:Reflist

External links

Шаблон:Commons category

Шаблон:Timeline of web browsers Шаблон:Web browsers Шаблон:Google FOSS Шаблон:Google LLC

Шаблон:Portal bar

  1. 1,0 1,1 1,2 1,3 Шаблон:Cite web
  2. Шаблон:Cite web
  3. Шаблон:Cite web
  4. 4,0 4,1 Шаблон:Cite web
  5. 5,0 5,1 Шаблон:Cite web
  6. Шаблон:Cite web
  7. 7,0 7,1 7,2 Шаблон:Cite web
  8. Шаблон:Cite web
  9. 9,0 9,1 9,2 9,3 9,4 9,5 Ошибка цитирования Неверный тег <ref>; для сносок source code language percentages не указан текст
  10. 10,0 10,1 Шаблон:Cite web
  11. Шаблон:Cite web
  12. Шаблон:Cite web
  13. 13,0 13,1 Шаблон:Cite web
  14. 14,0 14,1 14,2 Шаблон:Cite web
  15. Шаблон:Cite web
  16. Шаблон:Cite news
  17. 17,0 17,1 Шаблон:Cite web
  18. 20,0 20,1 Шаблон:Cite web
  19. 21,0 21,1 Ошибка цитирования Неверный тег <ref>; для сносок Chromium coding style не указан текст
  20. Шаблон:Cite web
  21. Шаблон:Cite web
  22. Шаблон:Cite web
  23. Шаблон:Cite web
  24. Шаблон:Cite web
  25. Шаблон:Cite web
  26. Шаблон:Cite web
  27. Шаблон:Cite web
  28. Шаблон:Cite web
  29. Шаблон:Cite web
  30. Шаблон:Cite web
  31. Шаблон:Cite web
  32. Шаблон:Cite web
  33. Шаблон:Cite web
  34. Шаблон:Cite web
  35. Шаблон:Cite web
  36. Шаблон:Cite web
  37. Шаблон:Cite web
  38. Шаблон:Cite web
  39. Шаблон:Cite web
  40. Шаблон:Cite web
  41. Шаблон:Cite web
  42. 44,0 44,1 Шаблон:Cite news
  43. Шаблон:Cite news
  44. Шаблон:Cite news
  45. Шаблон:Cite news
  46. Шаблон:Cite news
  47. Шаблон:Cite news
  48. Шаблон:Cite news
  49. Шаблон:Cite web
  50. Шаблон:Cite web
  51. Шаблон:Cite news
  52. Шаблон:Cite news
  53. Шаблон:Cite news
  54. Шаблон:Cite news
  55. Шаблон:Cite news
  56. Шаблон:Cite news
  57. Шаблон:Cite news
  58. Шаблон:Cite news
  59. Шаблон:Cite news
  60. Шаблон:Cite web
  61. Шаблон:Cite news
  62. Шаблон:Cite web
  63. Шаблон:Cite news
  64. Шаблон:Cite web
  65. Шаблон:Cite web
  66. Шаблон:Cite web
  67. Шаблон:Cite news
  68. Шаблон:Cite web
  69. Шаблон:Cite web
  70. Шаблон:Cite web
  71. Шаблон:Cite web
  72. 74,0 74,1 Шаблон:Cite web
  73. Шаблон:Cite web
  74. Шаблон:Cite web
  75. Шаблон:Cite web
  76. Шаблон:Cite web
  77. Шаблон:Cite web
  78. Шаблон:Cite web
  79. Шаблон:Cite web
  80. Шаблон:Cite web
  81. Шаблон:Cite web
  82. Шаблон:Cite web
  83. Шаблон:Cite web
  84. Шаблон:Citation
  85. Шаблон:Cite web
  86. Шаблон:Cite web
  87. Шаблон:Cite web
  88. Шаблон:Cite web
  89. Шаблон:Cite web
  90. Шаблон:Cite web
  91. Шаблон:Cite web
  92. Шаблон:Cite web
  93. Шаблон:Cite web
  94. Шаблон:Cite web
  95. Шаблон:Cite web
  96. Шаблон:Cite web
  97. Шаблон:Cite news
  98. Шаблон:Cite web
  99. Шаблон:Cite web
  100. Шаблон:Cite web
  101. Шаблон:Cite web
  102. Шаблон:Cite web
  103. Шаблон:Cite web
  104. Шаблон:Cite news